Update stock_controller.py

This commit is contained in:
Marica
2020-06-12 12:32:12 +05:30
committed by GitHub
parent a965773c97
commit 8ce5e04777

View File

@@ -19,7 +19,7 @@ class QualityInspectionNotSubmittedError(frappe.ValidationError): pass
class StockController(AccountsController):
def validate(self):
super(StockController, self).validate()
if not self.is_return:
if not self.get('is_return'):
self.validate_inspection()
self.validate_serialized_batch()
self.validate_customer_provided_item()