summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay.html
diff options
context:
space:
mode:
authorivan <ivan>2010-08-15 06:21:06 +0000
committerivan <ivan>2010-08-15 06:21:06 +0000
commit80f722b82cb92fa49ee172230be3c61f72e56f41 (patch)
tree46bffd0eb7dfb031269bd3ea2b9a08a92de2bec3 /httemplate/search/cust_pay.html
parent2806e1967f8dbb7b15c41dd7c5bcc2eb121907f0 (diff)
fix payment and refund searches by otaker (now usernum), RT#9555
Diffstat (limited to 'httemplate/search/cust_pay.html')
-rwxr-xr-xhttemplate/search/cust_pay.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/cust_pay.html b/httemplate/search/cust_pay.html
new file mode 100755
index 000000000..65bd39e19
--- /dev/null
+++ b/httemplate/search/cust_pay.html
@@ -0,0 +1,7 @@
+<% include( 'elements/cust_pay_or_refund.html',
+ 'thing' => 'pay',
+ 'amount_field' => 'paid',
+ 'name_singular' => 'payment',
+ 'name_verb' => 'paid',
+ )
+%>