From f00cac032670c0a0db578b0d055b4d787dccea8a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 19 Oct 2017 21:23:44 -0400 Subject: Not quite --- app/dispatch/templates/dispatch/loads/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dispatch/templates') 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 @@ {% 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" %}
-- cgit v1.2.3