mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
chore: fix typo
This commit is contained in:
@@ -2180,7 +2180,7 @@ def get_advance_journal_entries(
|
|||||||
|
|
||||||
if order_list:
|
if order_list:
|
||||||
q = q.where(
|
q = q.where(
|
||||||
(journal_acc.reference_type == order_doctype) & ((journal_acc.reference).isin(order_list))
|
(journal_acc.reference_type == order_doctype) & ((journal_acc.reference_type).isin(order_list))
|
||||||
)
|
)
|
||||||
|
|
||||||
q = q.orderby(journal_entry.posting_date)
|
q = q.orderby(journal_entry.posting_date)
|
||||||
|
|||||||
Reference in New Issue
Block a user