From 74104285dbeb1d7291192ec0945ace8460364a31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 Jun 2022 02:48:32 +0200 Subject: [PATCH] Debug v16 --- htdocs/langs/en_US/receptions.lang | 1 - htdocs/reception/card.php | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/langs/en_US/receptions.lang b/htdocs/langs/en_US/receptions.lang index 3d69873c5fc..5b51f5ba071 100644 --- a/htdocs/langs/en_US/receptions.lang +++ b/htdocs/langs/en_US/receptions.lang @@ -48,7 +48,6 @@ ReceptionsNumberingModules=Numbering module for receptions ReceptionsReceiptModel=Document templates for receptions NoMorePredefinedProductToDispatch=No more predefined products to dispatch ReceptionExist=A reception exists -ByingPrice=Bying price ReceptionBackToDraftInDolibarr=Reception %s back to draft ReceptionClassifyClosedInDolibarr=Reception %s classified Closed ReceptionUnClassifyCloseddInDolibarr=Reception %s re-open \ No newline at end of file diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php index c5c97ab428c..243135fbf6a 100644 --- a/htdocs/reception/card.php +++ b/htdocs/reception/card.php @@ -1029,7 +1029,7 @@ if ($action == 'create') { print ''.$langs->trans("QtyReceived").''; print ''.$langs->trans("QtyToReceive"); if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION || $conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) { - print ''.$langs->trans("ByingPrice").''; + print ''.$langs->trans("BuyingPrice").''; } if (empty($conf->productbatch->enabled)) { print '
('.$langs->trans("Fill").''; @@ -1184,7 +1184,7 @@ if ($action == 'create') { $defaultqty = GETPOST('qtyl'.$indiceAsked, 'int'); } print ''; - print ''; + print ''; } else { print $langs->trans("NA"); } @@ -1192,7 +1192,7 @@ if ($action == 'create') { if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION) || !empty($conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) { print ''; - print ''; + print ''; print ''; }