Fixing style errors.
This commit is contained in:
parent
65c0167d07
commit
73bd05606c
@ -2301,7 +2301,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
|
||||
if ($objp) {
|
||||
// If product not completly dispatched
|
||||
if (is_null($objp->qty_dispatched) OR ($objp->qty_dispatched < $objp->qty_ordered)){
|
||||
if (is_null($objp->qty_dispatched) OR ($objp->qty_dispatched < $objp->qty_ordered)) {
|
||||
$ret[] = array(
|
||||
'product_id' => $objp->product_id,
|
||||
'qty_ordered' => $objp->qty_ordered,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user