diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-07 08:49:34 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-07 08:49:34 -0400 |
commit | 0c8c33892661b2774fd29423e3791d08a257d0fe (patch) | |
tree | 0abd7a6a3af4d5eed68092727ca4596bc8fbce4c /httemplate/elements/menu.html | |
parent | 35ac50b0ff66fc78aaa11baf8ae0199280645b96 (diff) |
RT# 77167 - Added the ability to import a list of contacts
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index d96309449..854145628 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -516,6 +516,7 @@ tie my %tools_importing, 'Tie::IxHash', 'Package definitions' => [ $fsurl.'misc/part_pkg-import.html', '' ], 'Customer packages' => [ $fsurl.'misc/cust_pkg-import.html', '' ], 'Customer notes' => [ $fsurl.'misc/cust_main_note-import.html', '' ], + 'Customer Contacts' => [ $fsurl.'misc/contact-import.cgi', '' ], 'One-time charges' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ], 'Payments' => [ $fsurl.'misc/cust_pay-import.cgi', '' ], 'Credits' => [ $fsurl.'misc/cust_credit-import.html', '' ], |