fix: check_credit_limit on_update_after_submit of Sales Order
(cherry picked from commit 17452b76933e7edb087741671f876782d0a70859)
This commit is contained in:
parent
83b4cc5091
commit
83d7111649
@ -513,6 +513,9 @@ class SalesOrder(SellingController):
|
||||
def on_update(self):
|
||||
pass
|
||||
|
||||
def on_update_after_submit(self):
|
||||
self.check_credit_limit()
|
||||
|
||||
def before_update_after_submit(self):
|
||||
self.validate_po()
|
||||
self.validate_drop_ship()
|
||||
|
Loading…
x
Reference in New Issue
Block a user