X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fqual.cgi;h=56c2b61df1ca4be21d60138cb12095ac3443751e;hb=59669128b6409e2556aa26d659c5cc22a1c7b945;hp=a0768c3ac7859c197c7b225fd26114d904a7c2db;hpb=7637f73d594307c314c844fde0b92f3d7ae282cc;p=freeside.git diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index a0768c3ac..56c2b61df 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -1,14 +1,17 @@ <% include("/elements/header.html","View Qualification") %> -% if ( $cust_or_prospect->get('custnum') ) { +% if ( $cust_or_prospect->custnum ) { - <% include( '/elements/small_custview.html', $cust_or_prospect->custnum, '', 1, - "${p}view/cust_main.cgi") %> + <% include( '/elements/small_custview.html', $cust_or_prospect, + '', #countrydefault override + 1, #no balance + "${p}view/cust_main.cgi"), #url + %> + +% } elsif ( $cust_or_prospect->prospectnum ) { + + <% include( '/elements/small_prospect_view.html', $cust_or_prospect) %> -% } elsif ( $cust_or_prospect->get('prospectnum') ) { -% my $prospectnum = $cust_or_prospect->get('prospectnum'); -% my $link = "${p}view/prospect_main.html?$prospectnum"; - Prospect #<%$prospectnum%> % }

@@ -28,40 +31,49 @@

% if ( $export ) { -% 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_hash; -% if (%location && $location{'locationnum'}) { -% $locationnum = $location{'locationnum'}; -% } - % } % my $not_avail = $qual_result->{'not_avail'}; @@ -101,7 +113,7 @@ my $location_kind; $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 $cust_or_prospect = $qual->cust_or_prospect; #or die? qual without this? my $export = $qual->part_export;