Skip to content

Commit

Permalink
Merge pull request #10191 from fappels/7.0_fix_issue#10186
Browse files Browse the repository at this point in the history
Fix issue #10186 no display of stock per batch series.
  • Loading branch information
eldy committed Dec 14, 2018
2 parents 42d4cf9 + e2727f6 commit 45115a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/card.php
Expand Up @@ -1376,7 +1376,7 @@
$detail.= $langs->trans("Batch").': '.$dbatch->batch;
$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"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>';
print $detail;

Expand Down

0 comments on commit 45115a9

Please sign in to comment.