diff options
| author | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
| commit | 9ef78be87df0f0f880ff5d903ed6243b67369cf0 (patch) | |
| tree | e69278b1e33baf2b9c0356ed31435fc0f0188b01 /httemplate/elements | |
| parent | daa09251fec52517b630b3f6935041dc7c795f90 (diff) | |
table of FTP targets for invoice spool upload, #17620
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index cf79af9d5..06f7d59ea 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -579,6 +579,9 @@ $config_misc{'Inventory classes and inventory'} = [ $fsurl.'browse/inventory_cla || $curuser->access_right('Edit global inventory') || $curuser->access_right('Configuration'); +$config_misc{'FTP targets'} = [ $fsurl.'browse/ftp_target.html', 'FTP servers for billing and payment processing' ] + if $curuser->access_right('Configuration'); + tie my %config_menu, 'Tie::IxHash'; if ( $curuser->access_right('Configuration' ) ) { %config_menu = ( |
