diff options
author | jeff <jeff> | 2006-05-20 20:06:30 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-05-20 20:06:30 +0000 |
commit | 50f25b285b2caf77d267ed66f03e56924ad7229f (patch) | |
tree | 492bbc92656fbcbdfdc6880d88639388e9226225 /htetc | |
parent | 64dc1bb0f70ccc0b828cc1d758cd82f040e0ec33 (diff) |
first stab at BoM download
Diffstat (limited to 'htetc')
-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 cbe2dd35d..d400a55ea 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -149,6 +149,7 @@ sub handler use FS::part_svc; use FS::part_svc_router; use FS::part_virtual_field; + use FS::pay_batch; use FS::pkg_svc; use FS::port; use FS::queue qw(joblisting); |