mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
[fix] Patch for move account head from account to warehouse (#9325)
This commit is contained in:
committed by
Rushabh Mehta
parent
dd986f659e
commit
fb45913b3b
@@ -12,4 +12,4 @@ def execute():
|
||||
set
|
||||
account = (select name from `tabAccount`
|
||||
where account_type = 'Stock' and
|
||||
warehouse = `tabWarehouse`.name and is_group = 0)""")
|
||||
warehouse = `tabWarehouse`.name and is_group = 0 limit 1)""")
|
||||
Reference in New Issue
Block a user