mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
* fix: Spelling mistake in quotation depend on (#31362)
Update quotation.json
(cherry picked from commit 37e9622426)
* chore: bump modified
Co-authored-by: Nihantra C. Patel <99652762+nihantra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -331,7 +331,7 @@
|
|||||||
"show_seconds": 1
|
"show_seconds": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.quotaion_to=='Customer' && doc.party_name",
|
"depends_on": "eval:doc.quotation_to=='Customer' && doc.party_name",
|
||||||
"fieldname": "col_break98",
|
"fieldname": "col_break98",
|
||||||
"fieldtype": "Column Break",
|
"fieldtype": "Column Break",
|
||||||
"show_days": 1,
|
"show_days": 1,
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
"show_seconds": 1
|
"show_seconds": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.quotaion_to=='Customer' && doc.party_name",
|
"depends_on": "eval:doc.quotation_to=='Customer' && doc.party_name",
|
||||||
"fieldname": "customer_group",
|
"fieldname": "customer_group",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"hidden": 1,
|
"hidden": 1,
|
||||||
@@ -1174,7 +1174,7 @@
|
|||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-06-11 20:35:32.635804",
|
"modified": "2022-06-15 20:35:32.635804",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
|
|||||||
Reference in New Issue
Block a user