chore: Change BOM Progress field types to Long Text
This commit is contained in:
parent
eabd8290d4
commit
5949946265
@ -702,7 +702,7 @@ class BOM(WebsiteGenerator):
|
||||
row.amount = flt(row.stock_qty) * row.rate
|
||||
|
||||
if old_rate != row.rate:
|
||||
# Only db_update if unchanged
|
||||
# Only db_update if changed
|
||||
row.db_update()
|
||||
|
||||
def get_rm_rate_map(self) -> Dict[str, float]:
|
||||
|
@ -76,18 +76,18 @@
|
||||
},
|
||||
{
|
||||
"fieldname": "current_boms",
|
||||
"fieldtype": "Text",
|
||||
"fieldtype": "Long Text",
|
||||
"label": "Current BOMs"
|
||||
},
|
||||
{
|
||||
"description": "Immediate parent BOMs",
|
||||
"fieldname": "parent_boms",
|
||||
"fieldtype": "Text",
|
||||
"fieldtype": "Long Text",
|
||||
"label": "Parent BOMs"
|
||||
},
|
||||
{
|
||||
"fieldname": "processed_boms",
|
||||
"fieldtype": "Text",
|
||||
"fieldtype": "Long Text",
|
||||
"label": "Processed BOMs"
|
||||
}
|
||||
],
|
||||
@ -95,7 +95,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2022-05-24 17:52:21.824710",
|
||||
"modified": "2022-05-27 17:03:34.712010",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Manufacturing",
|
||||
"name": "BOM Update Log",
|
||||
|
Loading…
x
Reference in New Issue
Block a user