Skip to content

Commit

Permalink
feat: canal de venta en delivery note (#796) (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan authored Sep 4, 2023
1 parent 017c31f commit 4380516
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion erpnext/stock/doctype/delivery_note/delivery_note.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"naming_series",
"customer",
"customer_name",
"canal_de_venta",
"column_break1",
"amended_from",
"company",
Expand Down Expand Up @@ -210,6 +211,12 @@
"label": "Customer Name",
"read_only": 1
},
{
"fieldname": "canal_de_venta",
"fieldtype": "Link",
"label": "Canal de Venta",
"options": "Canal de Venta"
},
{
"fieldname": "column_break1",
"fieldtype": "Column Break",
Expand Down Expand Up @@ -1317,7 +1324,7 @@
"idx": 146,
"is_submittable": 1,
"links": [],
"modified": "2021-09-30 18:10:09.761714",
"modified": "2023-09-03 15:10:09.761714",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note",
Expand Down

0 comments on commit 4380516

Please sign in to comment.