Skip to content

Commit d45407c

Browse files
committed
feat: ocultar plan en impresion
1 parent aa7c0d4 commit d45407c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -869,19 +869,20 @@
869869
"fieldtype": "Link",
870870
"label": "Subscription Plan",
871871
"options": "Subscription Plan",
872+
"print_hide": 1,
872873
"read_only": 1
873874
},
874875
{
875-
"fieldname": "subscription_plan_name",
876-
"fieldtype": "Data",
877-
"label": "Nombre del Plan de Suscripción",
878-
"read_only": 1
879-
}
876+
"fieldname": "subscription_plan_name",
877+
"fieldtype": "Data",
878+
"label": "Nombre del Plan de Suscripci\u00f3n",
879+
"read_only": 1
880+
}
880881
],
881882
"idx": 1,
882883
"istable": 1,
883884
"links": [],
884-
"modified": "2024-10-03 16:40:41.672280",
885+
"modified": "2024-10-21 09:41:57.759598",
885886
"modified_by": "Administrator",
886887
"module": "Accounts",
887888
"name": "Sales Invoice Item",

0 commit comments

Comments
 (0)