mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
aii: stock reconciliation with test case
This commit is contained in:
@@ -207,4 +207,4 @@ def get_parent_account(doctype, txt, searchfield, start, page_len, filters):
|
||||
where group_or_ledger = 'Group' and docstatus != 2 and company = %s
|
||||
and %s like %s order by name limit %s, %s""" %
|
||||
("%s", searchfield, "%s", "%s", "%s"),
|
||||
(filters["company"], "%%%s%%" % txt, start, page_len), as_list=1)
|
||||
(filters["company"], "%%%s%%" % txt, start, page_len), as_list=1)
|
||||
Reference in New Issue
Block a user