diff options
| author | levinse <levinse> | 2010-12-06 06:36:02 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2010-12-06 06:36:02 +0000 |
| commit | 663b89d06a2c97fb0e7915ba409310fbefefea98 (patch) | |
| tree | aad540155dcd88062267857ff195858ad7f506f1 /httemplate/view/cust_main/packages.html | |
| parent | d4f1051cbd26721f4106df86cd423240315748e5 (diff) | |
-tr-select-cust_location.html and elements/location.html: optionally support alternate address format and
optional address
-nearly finished qualifications, RT7111
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 660d0ef86..04c47aa3e 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -1,4 +1,9 @@ % my $s = 0; + +% # XXX: add qual access right + <% $s++ ? ' | ' : '' %> + <% include('qual_link.html', $cust_main) %> + % if ( $curuser->access_right('Order customer package') ) { <% $s++ ? ' | ' : '' %> <% include('order_pkg_link.html', $cust_main) %> |
