mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix: check_credit_limit on_update_after_submit of Sales Order
This commit is contained in:
committed by
GitHub
parent
159a123dc7
commit
17452b7693
@@ -515,6 +515,9 @@ class SalesOrder(SellingController):
|
|||||||
def on_update(self):
|
def on_update(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def on_update_after_submit(self):
|
||||||
|
self.check_credit_limit()
|
||||||
|
|
||||||
def before_update_after_submit(self):
|
def before_update_after_submit(self):
|
||||||
self.validate_po()
|
self.validate_po()
|
||||||
self.validate_drop_ship()
|
self.validate_drop_ship()
|
||||||
|
|||||||
Reference in New Issue
Block a user