From 978fea1c303551f90c95ae852b6463951b78246b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 May 2008 04:07:02 +0000 Subject: make net receipts clickable... and netreceipts != cashflow, really, so separate those concepts, and cashflow gets gross & net variants. also add gross/net refunds. #3012 --- httemplate/search/cust_refund.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 httemplate/search/cust_refund.html (limited to 'httemplate/search/cust_refund.html') diff --git a/httemplate/search/cust_refund.html b/httemplate/search/cust_refund.html new file mode 100644 index 000000000..e31e088eb --- /dev/null +++ b/httemplate/search/cust_refund.html @@ -0,0 +1,7 @@ +<% include( 'elements/cust_pay_or_refund.html', + 'thing' => 'refund', + 'amount_field' => 'refund', + 'name_singular' => 'refund', + 'name_verb' => 'refunded', + ) +%> -- cgit v1.2.1