Skip to content

Commit

Permalink
fix: fetch name and desc in QI
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu committed Sep 28, 2020
1 parent df4a2cd commit eea3589
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,15 @@
"width": "50%"
},
{
"fetch_from": "item_code.item_name",
"fieldname": "item_name",
"fieldtype": "Data",
"in_global_search": 1,
"label": "Item Name",
"read_only": 1
},
{
"fetch_from": "item_code.description",
"fieldname": "description",
"fieldtype": "Small Text",
"label": "Description",
Expand Down Expand Up @@ -367,7 +369,7 @@
"icon": "fa fa-search",
"idx": 1,
"is_submittable": 1,
"modified": "2020-08-20 07:08:04.850539",
"modified": "2020-09-28 17:33:08.459754",
"modified_by": "Administrator",
"module": "Stock",
"name": "Quality Inspection",
Expand Down

0 comments on commit eea3589

Please sign in to comment.