Update mo_production.php
This commit is contained in:
parent
e9e0258444
commit
c37767c5a0
@ -878,12 +878,14 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
||||
// Warehouse
|
||||
print '<td>';
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
if ($tmpproduct->stock_reel < ($line->qty-$alreadyconsumed)) {
|
||||
print img_warning($langs->trans('StockTooLow')).' ';
|
||||
if ($conf->stock->enabled) {
|
||||
print '<td>';
|
||||
if ($tmpproduct->stock_reel < ($line->qty-$alreadyconsumed)) {
|
||||
print img_warning($langs->trans('StockTooLow')).' ';
|
||||
}
|
||||
print $tmpproduct->stock_reel; // Available
|
||||
print '</td>';
|
||||
}
|
||||
print $tmpproduct->stock_reel; // Available
|
||||
print '</td>';
|
||||
if ($conf->productbatch->enabled) {
|
||||
print '<td></td>'; // Lot
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user