summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-05-06 01:14:39 +0000
committerivan <ivan>2008-05-06 01:14:39 +0000
commit1b19010429786e0a2987573dc9dbff351091911e (patch)
treef4acdcc889505c6d25b904375b2a54b421f93d04 /httemplate
parent8428bf0d174697c35f3dc2a0c28386b4b9c76124 (diff)
agent-virtualize quick payment entry
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/customer-table.html (renamed from httemplate/misc/elements/customer-table.html)0
-rw-r--r--httemplate/misc/batch-cust_pay.html15
2 files changed, 8 insertions, 7 deletions
diff --git a/httemplate/misc/elements/customer-table.html b/httemplate/elements/customer-table.html
index fc298b03e..fc298b03e 100644
--- a/httemplate/misc/elements/customer-table.html
+++ b/httemplate/elements/customer-table.html
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html
index 84889399d..c0b9068be 100644
--- a/httemplate/misc/batch-cust_pay.html
+++ b/httemplate/misc/batch-cust_pay.html
@@ -6,13 +6,14 @@
<!-- <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 => { () },
- ) %>
+<% include( "/elements/customer-table.html",
+ header => [ '', 'Amount', 'Check #', '' ],
+ fields => [ sub {'$'}, 'paid', 'payinfo', 'error', ],
+ types => [ 'immutable', '', '', 'immutable', ],
+ sizes => [ 0, 8, 10, 0, ],
+ param => { () },
+ )
+%>
<!-- <BR>
<INPUT TYPE="button" VALUE="TEST addrow" onclick="addRow()"> -->