[fix] Patch for move account head from account to warehouse (#9325)
This commit is contained in:
parent
dd986f659e
commit
fb45913b3b
@ -12,4 +12,4 @@ def execute():
|
|||||||
set
|
set
|
||||||
account = (select name from `tabAccount`
|
account = (select name from `tabAccount`
|
||||||
where account_type = 'Stock' and
|
where account_type = 'Stock' and
|
||||||
warehouse = `tabWarehouse`.name and is_group = 0)""")
|
warehouse = `tabWarehouse`.name and is_group = 0 limit 1)""")
|
Loading…
Reference in New Issue
Block a user