diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-07 08:49:34 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-08 13:15:07 -0400 |
| commit | 321a2e69b5ab89ebf3e2d6b711b2a21126b28ff8 (patch) | |
| tree | fd6944343bc802573b0a0cef4ff4e6bb750041ef /httemplate/elements | |
| parent | d2d82863f354790d1eb3ee1d3b193d2e423ae8d0 (diff) | |
RT# 77167 - Added the ability to import a list of contacts
Conflicts:
httemplate/elements/menu.html
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c3f3dbfd6..045bbdfc9 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -488,6 +488,8 @@ tie my %tools_importing, 'Tie::IxHash', 'Package definitions' => [ $fsurl.'misc/part_pkg-import.html', '' ], 'Customer packages' => [ $fsurl.'misc/cust_pkg-import.html', '' ], 'Customer comments' => [ $fsurl.'misc/cust_main_note-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', '' ], |
