summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-03 03:05:10 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-03 03:05:10 -0700
commit64948ee373a03fa156ebc89cb39adfa6d4d2c3d5 (patch)
tree73083b24d7ad9a8fe8de404ef071ea5a3b6fc5f6 /httemplate/search/cust_bill.html
parentf619b706a2b375b5ef29fa3664eb3da90bb90ef5 (diff)
add advertising source to sales/credits/receipts summary, RT#18349
Diffstat (limited to 'httemplate/search/cust_bill.html')
-rwxr-xr-xhttemplate/search/cust_bill.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html
index 813f9b843..406486a85 100755
--- a/httemplate/search/cust_bill.html
+++ b/httemplate/search/cust_bill.html
@@ -93,6 +93,10 @@ if ( $cgi->param('invnum') =~ /^\s*(FS-)?(\d+)\s*$/ ) {
$search{'agentnum'} = $1;
}
+ if ( $cgi->param('refnum') =~ /^(\d+)$/ ) {
+ $search{'refnum'} = $1;
+ }
+
if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {
$search{'custnum'} = $1;
}