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
|
// Warehouse
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
if ($conf->stock->enabled) {
|
||||||
if ($tmpproduct->stock_reel < ($line->qty-$alreadyconsumed)) {
|
print '<td>';
|
||||||
print img_warning($langs->trans('StockTooLow')).' ';
|
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) {
|
if ($conf->productbatch->enabled) {
|
||||||
print '<td></td>'; // Lot
|
print '<td></td>'; // Lot
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user