From 0465afbc342fb284ed8380935502eef3e7451fd1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Dec 2021 13:39:34 +0100 Subject: [PATCH] Fix css for takepos --- htdocs/langs/en_US/stocks.lang | 4 ++- htdocs/takepos/css/pos.css.php | 2 +- htdocs/takepos/index.php | 66 +++++++++++++++++++--------------- htdocs/takepos/invoice.php | 47 +++++++++++++++++------- 4 files changed, 76 insertions(+), 43 deletions(-) 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)) {