diff options
author | ivan <ivan> | 2004-02-12 06:31:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-12 06:31:37 +0000 |
commit | f4ffa3596c3b8bfc9e862c2a7e8efc68f86207ab (patch) | |
tree | 74206962bf2668e8af73534a91c102e301299966 /htetc/handler.pl | |
parent | 69b7034bf2f9605c394c4ee22aaed4d7873c1a84 (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 584d930b1..618c5856f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -80,6 +80,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; |