From 8468ce6abd28b145bfde14a210a166cca46115dc Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 7 Dec 2010 20:38:52 +0000 Subject: added prospect support to qualifications, RT7111 --- httemplate/view/qual.cgi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'httemplate/view/qual.cgi') diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index ebdc5cf12..c440baeaf 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -4,10 +4,15 @@ <% include( '/elements/small_custview.html', $cust_or_prospect->custnum, '', 1, "${p}view/cust_main.cgi") %> -
+% } elsif ( $cust_or_prospect->get('prospectnum') ) { +% my $prospectnum = $cust_or_prospect->get('prospectnum'); +% my $link = "${p}view/prospect_main.html?$prospectnum"; + Prospect #<%$prospectnum%> % } +

+ Qualification #<% $qual->qualnum %> <% ntable("#cccccc", 2) %> <% include('elements/tr.html', label => 'Status', value => $qual->status_long ) %> -- cgit v1.2.1