X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fqual.cgi;h=45f3d2a625dbe68f622de8cf30e0fb6870247ef7;hb=98779ec47370ad67c716154f67f6a726b83e09ed;hp=c440baeaffed23db5063c08ab9d59b3cdb47b3b4;hpb=8468ce6abd28b145bfde14a210a166cca46115dc;p=freeside.git diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index c440baeaf..45f3d2a62 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -28,7 +28,41 @@

% if ( $export ) { -<% $export->qual_html($qual) %> +% my $qual_result = $export->qual_result($qual); +% if ($qual_result->{'header'}) { + <% $qual_result->{'header'} %> +% } +% if ($qual_result->{'pkglist'}) { # one of the possible formats +% my $svcpart = ''; +% my $pkglist = $qual_result->{'pkglist'}; +% my $cust_or_prospect = $qual->cust_or_prospect; +% my $locationnum = ''; +% my %location = $qual->location; +% if (%location && $location{'locationnum'}) { +% $locationnum = $location{'locationnum'}; +% } + +% } % } <%init> @@ -60,6 +94,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;