mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX : MRP devide product not working
https://www.dolibarr.fr/forum/t/probleme-division-ligne-consommation-produit-dans-module-mrp/45898
This commit is contained in:
@@ -160,7 +160,7 @@ function addDispatchTR(qtyOrdered, qtyDispatched, index, nbrTrs, warehouseId, in
|
||||
$.jnotify(errormsg, 'error', true);
|
||||
return -1;
|
||||
} else if (qtyDispatched >= qtyOrdered) {
|
||||
let errormsg = '<?php echo dol_escape_js($langs->trans('NoRemainQtyToDispatch')); ?>;
|
||||
let errormsg = '<?php echo dol_escape_js($langs->trans('NoRemainQtyToDispatch')); ?>';
|
||||
$.jnotify(errormsg, 'error', true);
|
||||
return -1;
|
||||
} else if (qtyDispatched < qtyOrdered) {
|
||||
|
||||
Reference in New Issue
Block a user