Allow FV to be submitted without newly uploaded pdf
This commit is contained in:
parent
bac44b11a3
commit
596431ede3
@ -26,6 +26,7 @@ class FinancialVerification(object):
|
||||
|
||||
|
||||
class FinancialVerificationBase(object):
|
||||
|
||||
def _get_form(self, request, is_extended, formdata=None):
|
||||
_formdata = ImmutableMultiDict(formdata) if formdata is not None else None
|
||||
fv = FinancialVerification(request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user