Merge pull request #475 from dod-ccpo/financial-form-unused-property

Remove financial form unused property
This commit is contained in:
Jay R. Newlin (PromptWorks) 2018-12-04 10:07:33 -05:00 committed by GitHub
commit d638771204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,10 +214,6 @@ class FinancialVerificationForm(CacheableForm):
def pe_id(self):
return self.request.pe_id
@property
def task_order_number(self):
return self.task_order.number
@property
def has_pdf_upload(self):
return isinstance(self.task_order.pdf.data, FileStorage)