[freeside-commits] freeside/httemplate/misc qual.html,1.1,1.2
Erik Levinson
levinse at wavetail.420.am
Tue Dec 7 11:04:45 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv4911/httemplate/misc
Modified Files:
qual.html
Log Message:
-small svc_dsl UI and flow changes, RT7111
-finish basic qualifications, except prospect support, RT7111
Index: qual.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/qual.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- qual.html 6 Dec 2010 06:36:02 -0000 1.1
+++ qual.html 7 Dec 2010 19:04:43 -0000 1.2
@@ -39,7 +39,7 @@
<% include('/elements/tr-select-cust_location.html',
'cgi' => $cgi,
'cust_main' => $cust_main,
- 'alt_format' => 1, # XXX: use a config option
+ 'alt_format' => $conf->exists('qual-alt-address-format') ? 1 : 0,
'is_optional' => 1,
'no_bold' => 1,
)
@@ -57,7 +57,7 @@
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Order customer package'); # XXX: fix this
+ unless $curuser->access_right('Qualify service');
my $conf = new FS::Conf;
my $date_format = $conf->config('date_format') || '%m/%d/%Y';
More information about the freeside-commits
mailing list