[freeside-commits] freeside/httemplate/misc batch-cust_pay.html, 1.11, 1.12

Ivan,,, ivan at wavetail.420.am
Sat May 17 20:04:05 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv13389/misc

Modified Files:
	batch-cust_pay.html 
Log Message:
quick payment entry running total, closes: #3470

Index: batch-cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/batch-cust_pay.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- batch-cust_pay.html	6 May 2008 01:14:38 -0000	1.11
+++ batch-cust_pay.html	18 May 2008 03:04:03 -0000	1.12
@@ -7,11 +7,16 @@
 <!-- <B>Batch</B> <INPUT TYPE="text" NAME="paybatch"><BR><BR> -->
 
 <% include( "/elements/customer-table.html",
-              header => [ '', 'Amount', 'Check #', '' ],
-              fields => [ sub {'$'}, 'paid', 'payinfo', 'error', ],
-              types  => [ 'immutable', '', '', 'immutable', ],
-              sizes  => [ 0, 8, 10, 0, ],
-              param  => { () },
+              name_singular => 'payment',
+              header  => [ '', 'Amount', 'Check #', '' ],
+              fields  => [ sub {'$'}, 'paid', 'payinfo', 'error', ],
+              types   => [ 'immutable', '', '', 'immutable', ],
+              align   => [ 'c', 'r', 'r', 'l' ],
+              sizes   => [ 0, 8, 10, 0, ],
+              colors  => [ '', '', '', '#ff0000' ],
+              param   => { () },
+              footer  => [ '$', '_TOTAL', '', '' ],
+              footer_align => [ 'c', 'r', 'r', '' ],
           )
 %>
 



More information about the freeside-commits mailing list