X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fquotations.html;h=1d80a48ea8416431792e7128754b484be1e27417;hb=705de04c6659330be111fbbd5149ae5587402196;hp=0cf150022cbb9278461c24deaa9a5ffe23e50f88;hpb=8a3252f9dd5f851d088142e9753289a4e7ab7934;p=freeside.git diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 0cf150022..1d80a48ea 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -55,7 +55,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';