From 2b49cbe76b94c6c1561aa2bf37beba7d47591190 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 24 Aug 2005 13:22:27 +0000 Subject: customer edit: abstract out billing info to billing.html, re-do payment type selection with HTML::Widgets::SelectLayers, add Switch/Solo/Maestro support for start date & issue #. customer view: re-order fields for consistency. selfservice API: support paystart_month, paystart_year, payissue and payip in MyAccount::process_payment and ::edit_info and Signup::new_customer, FS::cust_main::realtime_bop: support paystart_month paystart_year payissue payip fields --- htetc/global.asa | 2 +- htetc/handler.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'htetc') diff --git a/htetc/global.asa b/htetc/global.asa index 1979261ed..1a81c4b1c 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -27,7 +27,7 @@ use Spreadsheet::WriteExcel; use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; -use HTML::Widgets::SelectLayers 0.03; +use HTML::Widgets::SelectLayers 0.05; use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); diff --git a/htetc/handler.pl b/htetc/handler.pl index 397e4267a..ba59e89d3 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -110,7 +110,7 @@ sub handler use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; - use HTML::Widgets::SelectLayers 0.03; + use HTML::Widgets::SelectLayers 0.05; use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); -- cgit v1.2.1