From 1b19010429786e0a2987573dc9dbff351091911e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 6 May 2008 01:14:39 +0000 Subject: [PATCH] agent-virtualize quick payment entry --- httemplate/{misc => }/elements/customer-table.html | 0 httemplate/misc/batch-cust_pay.html | 15 ++++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) rename httemplate/{misc => }/elements/customer-table.html (100%) diff --git a/httemplate/misc/elements/customer-table.html b/httemplate/elements/customer-table.html similarity index 100% rename from httemplate/misc/elements/customer-table.html rename to 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 @@ -<% 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 => { () }, + ) +%> -- 2.11.0