[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.73.2.1, 1.73.2.2
Mark Wells
mark at wavetail.420.am
Sat Feb 18 18:30:52 PST 2012
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.37, 1.468.2.38 cust_main.pm, 1.586.2.20, 1.586.2.21 svc_acct.pm, 1.317.2.7, 1.317.2.8
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.46.2.5, 1.46.2.6 contact.html, 1.21.2.1, 1.21.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv22095/FS/FS/ClientAPI
Modified Files:
Tag: FREESIDE_2_3_BRANCH
Signup.pm
Log Message:
more per-agent options, #15973
Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.73.2.1
retrieving revision 1.73.2.2
diff -u -w -d -r1.73.2.1 -r1.73.2.2
--- Signup.pm 10 Feb 2012 20:59:23 -0000 1.73.2.1
+++ Signup.pm 19 Feb 2012 02:30:49 -0000 1.73.2.2
@@ -186,7 +186,6 @@
'company_name' => scalar($conf->config('company_name')),
#per-agent?
'agent_ship_address' => scalar($conf->exists('agent-ship_address')),
- 'require_phone' => scalar($conf->exists('cust_main-require_phone')),
'logo' => scalar($conf->config_binary('logo.png')),
'prepaid_template_custnum' => $conf->exists('signup_server-prepaid-template-custnum'),
};
@@ -405,6 +404,9 @@
qw( head body_header body_footer ) ),
( map { $_ => join("\n", $conf->config("signup_server-$_", $agentnum ) ) }
qw( terms_of_service ) ),
+
+ ( map { $_ => scalar($conf->exists($_, $agentnum)) }
+ qw(cust_main-require_phone) ),
};
$cache->set("signup_info_cache_agent$agentnum", $signup_info_cache_agent);
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.37, 1.468.2.38 cust_main.pm, 1.586.2.20, 1.586.2.21 svc_acct.pm, 1.317.2.7, 1.317.2.8
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.46.2.5, 1.46.2.6 contact.html, 1.21.2.1, 1.21.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list