fix: Auto repeat date validations

(cherry picked from commit fa15221455)
This commit is contained in:
Deepesh Garg
2022-11-28 19:22:35 +05:30
committed by Mergify
parent e093c32d06
commit 2aada1a0d9
3 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class SellingController(StockController):
self.set_customer_address()
self.validate_for_duplicate_items()
self.validate_target_warehouse()
self.validate_auto_repeat_subscription_dates()
def set_missing_values(self, for_validate=False):