Przeglądaj źródła

Merge branch 'dev' of ssh://10.10.101.21/source/platform-b2b into purchaseChange

hejq 7 lat temu
rodzic
commit
4f097046a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -7301,7 +7301,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             var de = new Date(notice.delivery);
             if (stock == -1) {
                 de.setMonth(de.getMonth() - 1);
-                de.setDate(25);
+                de.setDate(26);
             } else if (stock >= 0) {
                 de.setDate(de.getDate() - stock - 1);
             }