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