diff options
author | Mark Wells <mark@freeside.biz> | 2012-10-27 14:24:00 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-10-27 14:24:00 -0700 |
commit | eccc8de2366e2e004a37761b8da2b447ec861ecb (patch) | |
tree | bce8f9b106ae4fec53432600847352a48b0d14b5 /httemplate/elements | |
parent | 2c2da653a3d39945d8d2c244d102ccbee862053b (diff) |
ICS invoice spool format and email delivery, #17620
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b2141e991..bfbc179b9 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -629,7 +629,7 @@ $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' ] +$config_misc{'Upload targets'} = [ $fsurl.'browse/upload_target.html', 'Billing and payment upload destinations' ] if $curuser->access_right('Configuration'); tie my %config_menu, 'Tie::IxHash'; |