Update mo_production.php

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

View File

@ -730,7 +730,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
// Available
print '<td>';
if ($collapse || in_array($action, array('consumeorproduce', 'consumeandproduceall'))) {
print $langs->trans("Available");
print $langs->trans("Stock");
}
print '</td>';
}