Merge pull request #5544 from saurabh6790/authorization_rule_fix

[fix] authorization rule fix for sales order
This commit is contained in:
Rushabh Mehta 2016-06-26 13:04:15 +05:30 committed by GitHub
commit d454fb0f52

View File

@ -153,7 +153,7 @@ class SalesOrder(SellingController):
self.check_credit_limit()
self.update_reserved_qty()
frappe.get_doc('Authorization Control').validate_approving_authority(self.doctype, self.base_grand_total, self)
frappe.get_doc('Authorization Control').validate_approving_authority(self.doctype, self.company, self.base_grand_total, self)
self.update_prevdoc_status('submit')