mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
[fix] authorization rule fix for sales order
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user