diff options
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/loads/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/loads/list.html b/app/dispatch/templates/dispatch/loads/list.html index 78cb476..01dd47d 100644 --- a/app/dispatch/templates/dispatch/loads/list.html +++ b/app/dispatch/templates/dispatch/loads/list.html @@ -24,7 +24,7 @@ </div> {% load custom_tags %} -{% listForCommaString "Company,Driver,Amount,Description" as load_headers %} +{% listForCommaString "Customer,Driver,Amount,Description" as load_headers %} {% include "dispatch/generic_load_listing.html" %} <div class="row"> |
