chore: code cleanup

This commit is contained in:
RitvikSardana
2023-09-18 12:49:11 +05:30
parent d070f48e44
commit e475a152c9

View File

@@ -45,7 +45,6 @@ class POSInvoice(SalesInvoice):
self.validate_debit_to_acc()
self.validate_write_off_account()
self.validate_change_amount()
self.validate_duplicate_serial_and_batch_no()
self.validate_change_account()
self.validate_item_cost_centers()
self.validate_warehouse()