commit | eca2c1cd936a982fd842df927e67aa31e881076b | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Jun 28 18:53:55 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Jun 28 18:53:55 2020 +0530 |
tree | 40fd99aa8cb3a3960ae925fa549b5fce25441c8e | |
parent | a4b9fc74aa4fd45b8077fb1152913eadb61d0f2a [diff] |
fix: patch
diff --git a/erpnext/patches/v12_0/create_irs_1099_field_united_states.py b/erpnext/patches/v12_0/create_irs_1099_field_united_states.py index 82c8f5c..4fb66b0 100644 --- a/erpnext/patches/v12_0/create_irs_1099_field_united_states.py +++ b/erpnext/patches/v12_0/create_irs_1099_field_united_states.py
@@ -5,6 +5,7 @@ def execute(): frappe.reload_doc('accounts', 'doctype', 'allowed_to_transact_with', force=True) + frappe.reload_doc('accounts', 'doctype', 'pricing_rule_detail', force=True) company = frappe.get_all('Company', filters = {'country': 'United States'}) if not company: