mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
@@ -411,7 +411,7 @@ erpnext.patches.v8_0.save_system_settings
|
|||||||
erpnext.patches.v8_1.delete_deprecated_reports
|
erpnext.patches.v8_1.delete_deprecated_reports
|
||||||
erpnext.patches.v9_0.remove_subscription_module
|
erpnext.patches.v9_0.remove_subscription_module
|
||||||
erpnext.patches.v8_7.make_subscription_from_recurring_data
|
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')
|
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.removed_roles_from_gst_report_non_indian_account
|
||||||
erpnext.patches.v8_1.gst_fixes #2017-07-06
|
erpnext.patches.v8_1.gst_fixes #2017-07-06
|
||||||
|
|||||||
@@ -180,7 +180,8 @@ def make_custom_fields():
|
|||||||
'Sales Invoice Item': [hsn_sac_field],
|
'Sales Invoice Item': [hsn_sac_field],
|
||||||
'Purchase Order Item': [hsn_sac_field],
|
'Purchase Order Item': [hsn_sac_field],
|
||||||
'Purchase Receipt 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)
|
create_custom_fields(custom_fields)
|
||||||
|
|||||||
Reference in New Issue
Block a user