Browse Source

Call after_file_documents when EFILING_HUB_ENABLED is False

pull/172/head
Michael Olund 5 years ago
parent
commit
345d6fd158
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      edivorce/apps/core/utils/cso_filing.py

+ 3
- 0
edivorce/apps/core/utils/cso_filing.py View File

@ -43,6 +43,9 @@ def file_documents(request, responses, initial=False):
if msg:
return msg, None
else:
return after_file_documents(request, initial)
return None, None


Loading…
Cancel
Save