commit | fb45913b3bdf22c53f5406ad4f02e1dbdd77680e | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Jun 16 13:12:37 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jun 16 13:12:37 2017 +0530 |
tree | a6fbda90707872d2381935e74909524da027de1d | |
parent | dd986f659ea3843b4962c3606319808b31860d88 [diff] |
[fix] Patch for move account head from account to warehouse (#9325)
diff --git a/erpnext/patches/v8_0/move_account_head_from_account_to_warehouse_for_inventory.py b/erpnext/patches/v8_0/move_account_head_from_account_to_warehouse_for_inventory.py index 09fbd76..b59d818 100644 --- a/erpnext/patches/v8_0/move_account_head_from_account_to_warehouse_for_inventory.py +++ b/erpnext/patches/v8_0/move_account_head_from_account_to_warehouse_for_inventory.py
@@ -12,4 +12,4 @@ set account = (select name from `tabAccount` where account_type = 'Stock' and - warehouse = `tabWarehouse`.name and is_group = 0)""") \ No newline at end of file + warehouse = `tabWarehouse`.name and is_group = 0 limit 1)""") \ No newline at end of file