chore: Change BOM Progress field types to Long Text

This commit is contained in:
marination 2022-05-27 17:04:21 +05:30
parent eabd8290d4
commit 5949946265
2 changed files with 5 additions and 5 deletions

View File

@ -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]:

View File

@ -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",