Only show old batch number and qty
This commit is contained in:
parent
6b557fd92f
commit
eaafe83ae4
@ -1220,7 +1220,7 @@ if ($action == 'create')
|
||||
}
|
||||
else
|
||||
{
|
||||
print $langs->trans("DetailBatchFormat", $dbatch->batch, dol_print_date($dbatch->eatby,"day"), dol_print_date($dbatch->sellby,"day"), $dbatch->qty);
|
||||
print $dbatch->batch.' ('.$dbatch->qty.')';
|
||||
}
|
||||
$quantityToBeDelivered -= $deliverableQty;
|
||||
if ($quantityToBeDelivered < 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user