mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
fix: allow on submit for the delivery date field
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"actions": [],
|
||||||
"autoname": "hash",
|
"autoname": "hash",
|
||||||
"creation": "2013-03-07 11:42:58",
|
"creation": "2013-03-07 11:42:58",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@@ -151,6 +152,7 @@
|
|||||||
"width": "300px"
|
"width": "300px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"allow_on_submit": 1,
|
||||||
"columns": 2,
|
"columns": 2,
|
||||||
"depends_on": "eval: !parent.skip_delivery_note",
|
"depends_on": "eval: !parent.skip_delivery_note",
|
||||||
"fieldname": "delivery_date",
|
"fieldname": "delivery_date",
|
||||||
@@ -767,7 +769,8 @@
|
|||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"modified": "2019-12-12 18:06:26.238169",
|
"links": [],
|
||||||
|
"modified": "2020-01-13 12:29:03.103797",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order Item",
|
"name": "Sales Order Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user