We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7c0d4 commit d45407cCopy full SHA for d45407c
erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
@@ -869,19 +869,20 @@
869
"fieldtype": "Link",
870
"label": "Subscription Plan",
871
"options": "Subscription Plan",
872
+ "print_hide": 1,
873
"read_only": 1
874
},
875
{
- "fieldname": "subscription_plan_name",
876
- "fieldtype": "Data",
877
- "label": "Nombre del Plan de Suscripción",
878
- "read_only": 1
879
- }
+ "fieldname": "subscription_plan_name",
+ "fieldtype": "Data",
+ "label": "Nombre del Plan de Suscripci\u00f3n",
+ "read_only": 1
880
+ }
881
],
882
"idx": 1,
883
"istable": 1,
884
"links": [],
- "modified": "2024-10-03 16:40:41.672280",
885
+ "modified": "2024-10-21 09:41:57.759598",
886
"modified_by": "Administrator",
887
"module": "Accounts",
888
"name": "Sales Invoice Item",
0 commit comments