mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
chore: typo in stock_entry get_uom_details (#33998)
fix: typo in stock_entry get_uom_details
(cherry picked from commit 185c543b73)
Co-authored-by: Akshay <60477442+akshayitzme@users.noreply.github.com>
This commit is contained in:
@@ -2497,7 +2497,7 @@ def get_uom_details(item_code, uom, qty):
|
||||
|
||||
if not conversion_factor:
|
||||
frappe.msgprint(
|
||||
_("UOM coversion factor required for UOM: {0} in Item: {1}").format(uom, item_code)
|
||||
_("UOM conversion factor required for UOM: {0} in Item: {1}").format(uom, item_code)
|
||||
)
|
||||
ret = {"uom": ""}
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user