X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fcust_pay_or_refund.html;h=f925fecf296df0542be4f3f259e675fbca090f8b;hb=f30eaaf66cd0a947f388a03edd4522ba92a367bb;hp=fbcae9d4dcf405e09fc1f3c7dd106543d03544ba;hpb=99106a6f323b554fb4d6abe5d80f69e48f75ab85;p=freeside.git diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index fbcae9d4d..f925fecf2 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -58,6 +58,7 @@ Examples: 'group_column' => 'payby', 'group_label' => 'payby_name', + 'amount_field' => $amount_field, 'subtotal' => { $opt{amount_field} => "sum($amount_field)" }, 'subtotal_row' => [ 'Subtotal', sub { sprintf($money, $_[0]->$amount_field) },