diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-07 08:49:34 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-08 10:54:45 -0400 |
| commit | f16d9ebb0e56f43e04242ed859d6055f98c74f15 (patch) | |
| tree | c30fc3e073f47236f0a2e13268710302a71c32d1 /httemplate/elements | |
| parent | 0505597728b8a0b9b0f3b97c2e3c0607b869f92f (diff) | |
RT# 77167 - Added the ability to import a list of contacts
Diffstat (limited to 'httemplate/elements')
| -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 25a6967de..9a3f7a44f 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -510,6 +510,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', '' ], |
