mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
4ea6e00fd3
commit
e00aca4771
|
|
@ -1007,9 +1007,9 @@ class Expedition extends CommonObject
|
|||
return -1;
|
||||
}
|
||||
$linebatch->qty = $value['q'];
|
||||
if ($linebatch->qty == 0 && $conf->global->SHIPMENT_GETS_ALL_ORDER_PRODUCTS) {
|
||||
$linebatch->batch = null;
|
||||
}
|
||||
if ($linebatch->qty == 0 && $conf->global->SHIPMENT_GETS_ALL_ORDER_PRODUCTS) {
|
||||
$linebatch->batch = null;
|
||||
}
|
||||
$tab[] = $linebatch;
|
||||
|
||||
if ($conf->global->STOCK_MUST_BE_ENOUGH_FOR_SHIPMENT) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user