diff --git a/erpnext/patches/v8_1/gst_fixes.py b/erpnext/patches/v8_1/gst_fixes.py index b343b1d48f6..b47879c08d8 100644 --- a/erpnext/patches/v8_1/gst_fixes.py +++ b/erpnext/patches/v8_1/gst_fixes.py @@ -39,8 +39,8 @@ def add_custom_fields(): custom_fields = { 'Address': [ - dict(fieldname='auto_repeat', label='Auto Repeat', - fieldtype='Link', insert_after='gst_state'), + dict(fieldname='gst_state_number', label='GST State Number', + fieldtype='Int', insert_after='gst_state'), ], 'Sales Invoice': [ dict(fieldname='invoice_copy', label='Invoice Copy',