mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Merge pull request #10191 from fappels/7.0_fix_issue#10186
Fix issue #10186 no display of stock per batch series.
This commit is contained in:
@@ -1376,7 +1376,7 @@ if ($action == 'create')
|
|||||||
$detail.= $langs->trans("Batch").': '.$dbatch->batch;
|
$detail.= $langs->trans("Batch").': '.$dbatch->batch;
|
||||||
$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
|
$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
|
||||||
$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
|
$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
|
||||||
$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->dluo_qty;
|
$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->qty;
|
||||||
$detail.= '<br>';
|
$detail.= '<br>';
|
||||||
print $detail;
|
print $detail;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user