X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fquotations.html;h=0c4dcdc38891628286595bf074a92154476d7bc0;hb=2a0b5339081a439a8c5ec1f2b9cd28b63fd3fa49;hp=0cf150022cbb9278461c24deaa9a5ffe23e50f88;hpb=03728b5a1f7e30faebc170389c4d91481ade685e;p=freeside.git diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 0cf150022..0c4dcdc38 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -1,13 +1,14 @@ % if ( $curuser->access_right('Generate quotation') ) { <% mt( 'Quotations' ) |h %> - New quotation + Create new quotation % if ( @quotations ) { <& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; % my $bgcolor = ''; + # <% mt('Date') |h %> @@ -15,6 +16,7 @@ <% mt('Recurring') |h %> + % foreach my $quotation (@quotations) { % if ( $bgcolor eq $bgcolor1 ) { % $bgcolor = $bgcolor2; @@ -55,7 +57,7 @@ if ( $opt{cust_main} ) { $new_query = 'custnum='. $opt{cust_main}->custnum; @quotations = $opt{cust_main}->quotation; } elsif ( $opt{prospect_main} ) { - $new_query = 'quotationnum='. $opt{prospect_main}->quotationnum; + $new_query = 'prospectnum='. $opt{prospect_main}->prospectnum; @quotations = $opt{prospect_main}->quotation; } else { die 'guru meditation #&&: neither cust_main nor prospect_main specified';