Update purchase_invoice_item.json

This commit is contained in:
Nabin Hait 2020-04-22 11:46:31 +05:30 committed by GitHub
parent 8fb863da07
commit 471cf95300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,21 +550,21 @@
},
{
"fieldname": "brand",
"fieldtype": "Data",
"fieldtype": "Link",
"hidden": 1,
"label": "Brand",
"oldfieldname": "brand",
"oldfieldtype": "Data",
"print_hide": 1
"print_hide": 1,
"options": "Brand"
},
{
"fetch_from": "item_code.item_group",
"fetch_if_empty": 1,
"fieldname": "item_group",
"fieldtype": "Data",
"fieldtype": "Link",
"label": "Item Group",
"print_hide": 1,
"read_only": 1
"read_only": 1,
"options": "Item Group"
},
{
"description": "Tax detail table fetched from item master as a string and stored in this field.\nUsed for Taxes and Charges",