commit | 7834a0182b96cc372d50fc58eefcbdaeceb71e3d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Sep 05 12:22:48 2019 +0530 |
committer | GitHub <noreply@github.com> | Thu Sep 05 12:22:48 2019 +0530 |
tree | 7d9d4cd621f7ef783af30ad21ae56c7c7e47ff37 | |
parent | e85c320501514b20a87f93fd34f258a664acc70b [diff] |
Update move_credit_limit_to_customer_credit_limit.py
diff --git a/erpnext/patches/v12_0/move_credit_limit_to_customer_credit_limit.py b/erpnext/patches/v12_0/move_credit_limit_to_customer_credit_limit.py index ca01c60..30acfe6 100644 --- a/erpnext/patches/v12_0/move_credit_limit_to_customer_credit_limit.py +++ b/erpnext/patches/v12_0/move_credit_limit_to_customer_credit_limit.py
@@ -36,4 +36,4 @@ 'bypass_credit_limit_check': record.bypass_credit_limit_check_at_sales_order, 'company': company.name }) - customer.save() \ No newline at end of file + customer.db_insert()