Formatting
This commit is contained in:
@@ -244,4 +244,3 @@ class FinancialVerificationForm(ValidatedForm):
|
|||||||
@property
|
@property
|
||||||
def is_only_missing_task_order_number(self):
|
def is_only_missing_task_order_number(self):
|
||||||
return "task_order_number" in self.errors and len(self.errors) == 1
|
return "task_order_number" in self.errors and len(self.errors) == 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user