fix: Add competitor field back
This commit is contained in:
parent
485f5cfdfe
commit
c58fde2fb2
@ -112,7 +112,8 @@
|
|||||||
"enq_det",
|
"enq_det",
|
||||||
"supplier_quotation",
|
"supplier_quotation",
|
||||||
"opportunity",
|
"opportunity",
|
||||||
"lost_reasons"
|
"lost_reasons",
|
||||||
|
"competitors"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -949,6 +950,13 @@
|
|||||||
"options": "fa fa-suitcase",
|
"options": "fa fa-suitcase",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"allow_on_submit": 1,
|
||||||
|
"fieldname": "competitors",
|
||||||
|
"fieldtype": "Table MultiSelect",
|
||||||
|
"label": "Competitors",
|
||||||
|
"options": "Competitor Detail"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "company_address",
|
"fieldname": "company_address",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
@ -966,7 +974,7 @@
|
|||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-04-02 17:21:48.578719",
|
"modified": "2022-04-03 17:21:48.578719",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user