fix: validation error has not throw for the batch (#38494)
* fix: validation error has not throw for the batch * chore: fix test cases
This commit is contained in:
@@ -444,6 +444,7 @@ class SellingController(StockController):
|
||||
"company": self.company,
|
||||
"voucher_type": self.doctype,
|
||||
"voucher_no": self.name,
|
||||
"voucher_detail_no": d.name,
|
||||
"allow_zero_valuation": d.get("allow_zero_valuation"),
|
||||
},
|
||||
raise_error_if_no_rate=False,
|
||||
|
||||
Reference in New Issue
Block a user