fix: add fetch from to currency and set default to empty in item price

This commit is contained in:
Mihir Kandoi
2025-03-19 20:32:27 +05:30
parent 21e22b577a
commit 393434dfd9

View File

@@ -150,6 +150,8 @@
}, },
{ {
"bold": 1, "bold": 1,
"default": " ",
"fetch_from": "price_list.currency",
"fieldname": "currency", "fieldname": "currency",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Currency", "label": "Currency",
@@ -220,11 +222,12 @@
"options": "Batch" "options": "Batch"
} }
], ],
"grid_page_length": 50,
"icon": "fa fa-flag", "icon": "fa fa-flag",
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-04-02 22:18:00.450641", "modified": "2025-03-19 20:27:21.382369",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Item Price", "name": "Item Price",
@@ -259,6 +262,7 @@
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "creation", "sort_field": "creation",
"sort_order": "ASC", "sort_order": "ASC",
"states": [], "states": [],