diff options
author | ivan <ivan> | 2004-02-12 06:31:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-12 06:31:39 +0000 |
commit | 795f1508db74c47a42cf947be9401c6db9b61083 (patch) | |
tree | b1ae994a959c13b86ead2e2105a5c4ac165eca68 /htetc/handler.pl | |
parent | 1158b98b59803b3bc05a38f73e639fc6b2b8799e (diff) |
re-email invoice, closes: bug#526 and have print and email invoice links redirect back to top of customer view page instead of #history tag
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index d7b41139d..692140817 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -79,6 +79,7 @@ sub handler use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit http_header); use FS::Msgcat qw(gettext geterror); + use FS::Misc qw( send_email ); use FS::agent; use FS::agent_type; |