fix: pos register shows cancelled documents (#23745)
This commit is contained in:
parent
b088c783df
commit
0d5aff54c2
@ -63,6 +63,7 @@ def get_pos_entries(filters, group_by_field):
|
|||||||
FROM
|
FROM
|
||||||
`tabPOS Invoice` p {from_sales_invoice_payment}
|
`tabPOS Invoice` p {from_sales_invoice_payment}
|
||||||
WHERE
|
WHERE
|
||||||
|
p.docstatus = 1 and
|
||||||
{group_by_mop_condition}
|
{group_by_mop_condition}
|
||||||
{conditions}
|
{conditions}
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user