[sales invoice][fix] check item rate with sales order and delivery note
This commit is contained in:
parent
3d75ad1896
commit
93ed5b9dae
@ -565,7 +565,7 @@ class DocType(SellingController):
|
|||||||
d.export_rate, d.item_code)
|
d.export_rate, d.item_code)
|
||||||
|
|
||||||
def check_value(self, ref_dt, ref_dn, ref_item_dn, val, item_code):
|
def check_value(self, ref_dt, ref_dn, ref_item_dn, val, item_code):
|
||||||
ref_val = webnotes.conn.get_value(ref_dt + "Item", ref_item_dn, "export_rate")
|
ref_val = webnotes.conn.get_value(ref_dt + " Item", ref_item_dn, "export_rate")
|
||||||
if flt(ref_val) != flt(val):
|
if flt(ref_val) != flt(val):
|
||||||
msgprint(_("Rate is not matching with ") + ref_dt + ": " + ref_dn +
|
msgprint(_("Rate is not matching with ") + ref_dt + ": " + ref_dn +
|
||||||
_(" for item: ") + item_code, raise_exception=True)
|
_(" for item: ") + item_code, raise_exception=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user