Merge pull request #2567 from nabinhait/fix1
valuation rate mandatory if item is transacting for the first time
This commit is contained in:
commit
f1d06b02e7
@ -153,8 +153,8 @@ class StockReconciliation(StockController):
|
|||||||
if row.valuation_rate in ("", None):
|
if row.valuation_rate in ("", None):
|
||||||
row.valuation_rate = previous_sle.get("valuation_rate")
|
row.valuation_rate = previous_sle.get("valuation_rate")
|
||||||
|
|
||||||
# if row.qty and not row.valuation_rate:
|
if row.qty and not row.valuation_rate:
|
||||||
# frappe.throw(_("Valuation Rate required for Item {0}").format(row.item_code))
|
frappe.throw(_("Valuation Rate required for Item {0}").format(row.item_code))
|
||||||
|
|
||||||
self.insert_entries(row)
|
self.insert_entries(row)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user