X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fqual.cgi;h=8ab0032ad2078ac57f81c5ce2db8b6033a461250;hb=b1dacaef3f9773c72b4c6f525d2f1e584e1432fc;hp=c440baeaffed23db5063c08ab9d59b3cdb47b3b4;hpb=8468ce6abd28b145bfde14a210a166cca46115dc;p=freeside.git 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;