change eid orders
This commit is contained in:
parent
ba54d3065c
commit
aa9007e0be
@ -100,7 +100,7 @@ $summary = [
|
||||
|
||||
try {
|
||||
$params = [':order_type' => 'eid'];
|
||||
$where = ' WHERE order_type = :order_type ';
|
||||
$where = " WHERE order_type = :order_type AND NOT (delivery_status = 'delivered' AND COALESCE(due_amount, 0) <= 0.0005) ";
|
||||
|
||||
if ($mode) {
|
||||
$where .= ' AND sale_mode = :sale_mode ';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user