Skip to content

Commit

Permalink
fix: changed gstin field fieldtype to Autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Sep 20, 2024
1 parent 79f56df commit b6f578e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/constants/custom_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@
{
"fieldname": "gstin",
"label": "GSTIN / UIN",
"fieldtype": "Data",
"fieldtype": "Autocomplete",
"insert_after": "tax_details_section",
"translatable": 0,
},
Expand Down
2 changes: 1 addition & 1 deletion india_compliance/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ india_compliance.patches.v15.remove_duplicate_web_template

[post_model_sync]
india_compliance.patches.v14.set_default_for_overridden_accounts_setting
execute:from india_compliance.gst_india.setup import create_custom_fields; create_custom_fields() #58
execute:from india_compliance.gst_india.setup import create_custom_fields; create_custom_fields() #59
execute:from india_compliance.gst_india.setup import create_property_setters; create_property_setters() #8
execute:from india_compliance.income_tax_india.setup import create_custom_fields; create_custom_fields() #2
india_compliance.patches.post_install.remove_old_fields #2
Expand Down

0 comments on commit b6f578e

Please sign in to comment.