From 203a7120712920888d3cae02abd1656c546f461f Mon Sep 17 00:00:00 2001 From: Himanshu Warekar Date: Mon, 1 Apr 2019 20:03:13 +0530 Subject: [PATCH 1/2] fix(India): HSN Code --- erpnext/regional/india/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) From b7e0ae68ca5715200e64f924eb706ebc42c9fbf4 Mon Sep 17 00:00:00 2001 From: Himanshu Warekar Date: Thu, 4 Apr 2019 11:17:15 +0530 Subject: [PATCH 2/2] fix: run gst patch --- erpnext/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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