fix: Bypass credit limit and Project Template field not visible(#19162)

* Fix: Allow Project Template in Quick Entry

* Fix: Label Changes
This commit is contained in:
Saqib
2019-09-24 19:10:59 +05:30
committed by Anurag Mishra
parent 6211a5bc3b
commit 451d1a1744
3 changed files with 278 additions and 965 deletions

View File

@@ -123,6 +123,7 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"allow_in_quick_entry": 1,
"fieldname": "project_template", "fieldname": "project_template",
"fieldtype": "Link", "fieldtype": "Link",
"label": "From Template", "label": "From Template",
@@ -443,7 +444,7 @@
"icon": "fa fa-puzzle-piece", "icon": "fa fa-puzzle-piece",
"idx": 29, "idx": 29,
"max_attachments": 4, "max_attachments": 4,
"modified": "2019-07-16 11:11:12.343658", "modified": "2019-09-24 15:02:50.208301",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project", "name": "Project",

View File

@@ -34,11 +34,11 @@
"fieldname": "bypass_credit_limit_check", "fieldname": "bypass_credit_limit_check",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1, "in_list_view": 1,
"label": "Bypass credit limit_check" "label": "Bypass Credit Limit Check"
} }
], ],
"istable": 1, "istable": 1,
"modified": "2019-08-29 20:46:36.073953", "modified": "2019-09-24 15:05:26.069911",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Customer Credit Limit", "name": "Customer Credit Limit",