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 | |
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')
-rw-r--r-- | htetc/global.asa | 1 | ||||
-rw-r--r-- | htetc/handler.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index e05701d56..e4661c3cb 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -22,6 +22,7 @@ use FS::Conf; 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; 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; |