Skip to content

Commit 063c65d

Browse files
committed
feat: unhide brand
1 parent ef78eb3 commit 063c65d

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json

+1-19
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696
"sales_order",
9797
"so_detail",
9898
"sales_invoice_item",
99-
"subscription_plan",
100-
"subscription_plan_name",
10199
"column_break_74",
102100
"delivery_note",
103101
"dn_detail",
@@ -654,7 +652,6 @@
654652
{
655653
"fieldname": "brand",
656654
"fieldtype": "Data",
657-
"hidden": 1,
658655
"label": "Brand Name",
659656
"oldfieldname": "brand",
660657
"oldfieldtype": "Data",
@@ -863,32 +860,17 @@
863860
"fieldtype": "Check",
864861
"label": "Grant Commission",
865862
"read_only": 1
866-
},
867-
{
868-
"fieldname": "subscription_plan",
869-
"fieldtype": "Link",
870-
"label": "Subscription Plan",
871-
"options": "Subscription Plan",
872-
"print_hide": 1,
873-
"read_only": 1
874-
},
875-
{
876-
"fieldname": "subscription_plan_name",
877-
"fieldtype": "Data",
878-
"label": "Nombre del Plan de Suscripci\u00f3n",
879-
"read_only": 1
880863
}
881864
],
882865
"idx": 1,
883866
"istable": 1,
884867
"links": [],
885-
"modified": "2024-10-21 09:41:57.759598",
868+
"modified": "2024-11-13 08:50:20.744632",
886869
"modified_by": "Administrator",
887870
"module": "Accounts",
888871
"name": "Sales Invoice Item",
889872
"owner": "Administrator",
890873
"permissions": [],
891-
"route": "app/doctype/Sales%20Invoice%20Item",
892874
"sort_field": "modified",
893875
"sort_order": "DESC"
894876
}

0 commit comments

Comments
 (0)