diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index e883fafacf0..65149145219 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -938,9 +938,9 @@ if ($id > 0 || !empty($ref)) { print ''; if (getDolGlobalString('SUPPLIER_ORDER_EDIT_BUYINGPRICE_DURING_RECEIPT')) { // Not tested ! - print $langs->trans("BuyingPrice").': '; + print $langs->trans("BuyingPrice").': '; } else { - print ''; + print ''; } print ''; diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php index f827643d2ea..de85c754bdc 100644 --- a/htdocs/reception/card.php +++ b/htdocs/reception/card.php @@ -1280,7 +1280,7 @@ if ($action == 'create') { if (getDolGlobalString('STOCK_CALCULATE_ON_RECEPTION') || getDolGlobalString('STOCK_CALCULATE_ON_RECEPTION_CLOSE')) { print ''; - print ''; + print ''; print ''; }