From 8f42b751aebda2e7dce2c363bed6f1e15b411b1d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Feb 2002 01:03:10 +0000 Subject: use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subs queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334 --- htetc/handler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htetc/handler.pl') diff --git a/htetc/handler.pl b/htetc/handler.pl index cac90044d..680d11ec8 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -92,7 +92,7 @@ sub handler use FS::part_svc; use FS::pkg_svc; use FS::port; - use FS::queue; + use FS::queue qw(joblisting); use FS::raddb; use FS::session; use FS::svc_acct; -- cgit v1.2.1