diff --git a/ui/package.json b/ui/package.json index b12050c82..7a46ebd0b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "NODE_OPTIONS=--max_old_space_size=8192 ng serve", - "build": "NODE_OPTIONS=--max_old_space_size=8192 ng build", + "start": "set NODE_OPTIONS=--max_old_space_size=8192 && ng serve", + "build": "set NODE_OPTIONS=--max_old_space_size=8192 && ng build", "build:prod": "ng build --aot --configuration production", "test": "ng test", "test:headless": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI", diff --git a/ui/src/app/shared/store-modals/stock-invoice-form-dialog/stock-invoice-form-dialog.component.html b/ui/src/app/shared/store-modals/stock-invoice-form-dialog/stock-invoice-form-dialog.component.html index 1d1271196..cda7abf0e 100644 --- a/ui/src/app/shared/store-modals/stock-invoice-form-dialog/stock-invoice-form-dialog.component.html +++ b/ui/src/app/shared/store-modals/stock-invoice-form-dialog/stock-invoice-form-dialog.component.html @@ -26,7 +26,7 @@ [existingStockInvoice]="data?.stockInvoice" [stockInvoiceItem]="data?.stockInvoiceItem" [currentLocation]="data?.currentLocation" - [hideAddedItems]="true" + [hideAddedItems]="false" (closeDialog)="onClosePopup()" >