Update mo_production.php

This commit is contained in:
Laurent Destailleur 2021-09-18 16:12:10 +02:00 committed by GitHub
parent a231b44aae
commit b8d37ec37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -873,7 +873,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
}
print ' '.$alreadyconsumed;
print '</td>';
print '<td>'; // Warehouse
// Warehouse
print '<td>';
print '</td>';
print '<td>';
if ($tmpproduct->stock_reel < ($line->qty-$alreadyconsumed)) {