summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-09-07 08:49:34 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-09-07 08:49:34 -0400
commit0c8c33892661b2774fd29423e3791d08a257d0fe (patch)
tree0abd7a6a3af4d5eed68092727ca4596bc8fbce4c /httemplate/elements
parent35ac50b0ff66fc78aaa11baf8ae0199280645b96 (diff)
RT# 77167 - Added the ability to import a list of contacts
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html1
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', '' ],