From 5f37f71c5ab6d255e42c0443c8ce8e1dbd8e4c3e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Nov 2016 21:02:41 -0800 Subject: [PATCH] add date to quick payment entry, RT#73382 --- httemplate/elements/customer-table.html | 26 ++++++++++++++++++++++++-- httemplate/misc/batch-cust_pay.html | 18 +++++++++--------- httemplate/misc/process/batch-cust_pay.cgi | 1 + 3 files changed, 34 insertions(+), 11 deletions(-) diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html index 650284860..9f76384d2 100644 --- a/httemplate/elements/customer-table.html +++ b/httemplate/elements/customer-table.html @@ -25,7 +25,7 @@ Example: 'custnum_update_callback' => 'name_of_js_callback' #passed a rownum #listrefs - 'types' => ['immutable', ''], # immutable or ''/text + 'type' => ['immutable', ''], # immutable, checkbox, date or ''/text 'align' => [ 'c', 'l', 'r', '' ], 'size' => [], # sizes ignored for immutable 'color' => [], @@ -66,7 +66,10 @@ This mason element is currently only used by misc/batch-cust_pay.html, and probably should be cleaned up more before being used by anything else. - + + + +