Merge pull request #3899 from devansh-webkul/order_state_issue
Number Of Invoiced Added #3895
This commit is contained in:
commit
f132db5deb
|
|
@ -213,7 +213,7 @@ class OrderRepository extends Repository
|
|||
$totalQtyInvoiced += $item->qty_invoiced;
|
||||
|
||||
if (! $item->isStockable()) {
|
||||
$totalQtyShipped += $item->qty_ordered;
|
||||
$totalQtyShipped += $item->qty_invoiced;
|
||||
} else {
|
||||
$totalQtyShipped += $item->qty_shipped;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue