diff options
Diffstat (limited to 'app/dispatch/misc.py')
| -rw-r--r-- | app/dispatch/misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/dispatch/misc.py b/app/dispatch/misc.py index 42b00d3..7bcdaa8 100644 --- a/app/dispatch/misc.py +++ b/app/dispatch/misc.py @@ -63,6 +63,7 @@ def zip_attachments_for_loads(loads, pre_append, date): ext = '.pdf' desc = l.description.replace('"', '') + desc = l.description.replace('/', '--') # Get the name for the zip file zipname = desc + '-' + l.user.identity.name + ext |
