diff --git a/erpnext/patches.txt b/erpnext/patches.txt index d34a3fb87d0..edaa9e6b372 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -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 diff --git a/erpnext/regional/india/setup.py b/erpnext/regional/india/setup.py index ac68a92ba79..84c63015283 100644 --- a/erpnext/regional/india/setup.py +++ b/erpnext/regional/india/setup.py @@ -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)