summaryrefslogtreecommitdiff
path: root/httemplate/elements/quotations.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-09-18 09:51:57 -0700
committerIvan Kohler <ivan@freeside.biz>2014-09-18 09:51:57 -0700
commitd6103133f3de3b156601aea1347eadc07df4ab04 (patch)
treef4f627d962a5f597859b171d9832a8eb26a24b26 /httemplate/elements/quotations.html
parentf7e13fe2f0a39fd277f2990e076b662f00c2b088 (diff)
fix prospet quotation creation, fallout from #25561
Diffstat (limited to 'httemplate/elements/quotations.html')
-rw-r--r--httemplate/elements/quotations.html2
1 files changed, 1 insertions, 1 deletions
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';