Merge pull request #30229 from marination/sq-currency
fix: Add missing currency option in Supplier Quotation's `rounded_total` field
This commit is contained in:
commit
fda60da07b
@ -72,8 +72,8 @@
|
|||||||
"section_break_46",
|
"section_break_46",
|
||||||
"base_grand_total",
|
"base_grand_total",
|
||||||
"base_rounding_adjustment",
|
"base_rounding_adjustment",
|
||||||
"base_in_words",
|
|
||||||
"base_rounded_total",
|
"base_rounded_total",
|
||||||
|
"base_in_words",
|
||||||
"column_break4",
|
"column_break4",
|
||||||
"grand_total",
|
"grand_total",
|
||||||
"rounding_adjustment",
|
"rounding_adjustment",
|
||||||
@ -635,6 +635,7 @@
|
|||||||
"fieldname": "rounded_total",
|
"fieldname": "rounded_total",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Rounded Total",
|
"label": "Rounded Total",
|
||||||
|
"options": "currency",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -810,7 +811,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-12-11 06:43:20.924080",
|
"modified": "2022-03-14 16:13:20.284572",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Supplier Quotation",
|
"name": "Supplier Quotation",
|
||||||
@ -875,6 +876,7 @@
|
|||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
|
"states": [],
|
||||||
"timeline_field": "supplier",
|
"timeline_field": "supplier",
|
||||||
"title_field": "title"
|
"title_field": "title"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user