From c58774a70c3326ad2ba5a7a38b174dfbd76a9f78 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 7 Dec 2010 19:04:43 +0000 Subject: -small svc_dsl UI and flow changes, RT7111 -finish basic qualifications, except prospect support, RT7111 --- httemplate/misc/qual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc') 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'; -- cgit v1.2.1