Only show old batch number and qty

This commit is contained in:
fappels 2017-10-24 16:05:41 +02:00
parent 6b557fd92f
commit eaafe83ae4

View File

@ -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)