summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()"> -->