Merge pull request #17103 from hrwX/hsn_v10

fix(India): HSN Code
This commit is contained in:
Nabin Hait
2019-04-05 15:52:01 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ erpnext.patches.v8_0.save_system_settings
erpnext.patches.v8_1.delete_deprecated_reports
erpnext.patches.v9_0.remove_subscription_module
erpnext.patches.v8_7.make_subscription_from_recurring_data
erpnext.patches.v8_1.setup_gst_india #2017-06-27
erpnext.patches.v8_1.setup_gst_india #2019-04-04
execute:frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
erpnext.patches.v8_1.removed_roles_from_gst_report_non_indian_account
erpnext.patches.v8_1.gst_fixes #2017-07-06

View File

@@ -180,7 +180,8 @@ def make_custom_fields():
'Sales Invoice Item': [hsn_sac_field],
'Purchase Order Item': [hsn_sac_field],
'Purchase Receipt Item': [hsn_sac_field],
'Purchase Invoice Item': [hsn_sac_field]
'Purchase Invoice Item': [hsn_sac_field],
'Material Request Item': [hsn_sac_field]
}
create_custom_fields(custom_fields)