diff options
author | levinse <levinse> | 2010-12-07 19:04:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-07 19:04:43 +0000 |
commit | c58774a70c3326ad2ba5a7a38b174dfbd76a9f78 (patch) | |
tree | 0f07d6ce6fd140ea0985c5d066a8d620d13846dc /httemplate/misc | |
parent | 663b89d06a2c97fb0e7915ba409310fbefefea98 (diff) |
-small svc_dsl UI and flow changes, RT7111
-finish basic qualifications, except prospect support, RT7111
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/qual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/qual.html b/httemplate/misc/qual.html index 779634281..298b10a7a 100644 --- a/httemplate/misc/qual.html +++ b/httemplate/misc/qual.html @@ -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'; |