Modify tasks for getting letter pdf and updating billable units

So that they talk with new template preview task for pdf creation
This commit is contained in:
Pea Tyczynska
2020-04-30 17:49:12 +01:00
parent 79646f7b4a
commit 24a89c1c19
3 changed files with 106 additions and 196 deletions

View File

@@ -59,6 +59,7 @@ class TaskNames(object):
ZIP_AND_SEND_LETTER_PDFS = 'zip-and-send-letter-pdfs'
SCAN_FILE = 'scan-file'
SANITISE_LETTER = 'sanitise-and-upload-letter'
CREATE_LETTER_PDF = 'create-letter-pdf'
class Config(object):