diff options
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/qual.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index c440baeaf..8ab0032ad 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -60,6 +60,6 @@ $location_kind = "Residential" if $cust_location->get('location_kind') eq 'R'; $location_kind = "Business" if $cust_location->get('location_kind') eq 'B'; my $cust_or_prospect = $qual->cust_or_prospect; -my $export = $qual->export; +my $export = $qual->part_export; </%init> |