diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang index 015a33b202f..ebd67df79c9 100644 --- a/htdocs/langs/en_US/stocks.lang +++ b/htdocs/langs/en_US/stocks.lang @@ -268,4 +268,6 @@ SaveQtyFirst=Save the real inventoried quantities first, before asking creation InventoryStartedShort=Started ErrorOnElementsInventory=Operation canceled for the following reason: ErrorCantFindCodeInInventory=Can't find the following code in inventory -QtyWasAddedToTheScannedBarcode=Success !! The quantity was added to all the requested barcode. You can close the Scanner tool. \ No newline at end of file +QtyWasAddedToTheScannedBarcode=Success !! The quantity was added to all the requested barcode. You can close the Scanner tool. +StockChangeDisabled=Change on stock disabled +NoWarehouseDefinedForTerminal=No warehouse defined for terminal \ No newline at end of file diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index cf686494881..c57b145d94c 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -668,7 +668,7 @@ div#moreinfo, div#infowarehouse { } .row1withhead{ - height: calc(45% - 100px); + height: unset; } div#moreinfo, div#infowarehouse { diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php index 992f76a0289..2b4712e66cd 100644 --- a/htdocs/takepos/index.php +++ b/htdocs/takepos/index.php @@ -856,35 +856,43 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {