X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fprint_template.pm;h=65e68ac56437e7c81f3c847b2a55a910345e23ef;hp=21f0a152e236e59452b43efadbed396020264ce6;hb=f66975fb6e9fdf4ccd07a05ed830211d3639d088;hpb=b15d420a27a17ea71f4d975775dabc79380ced1a diff --git a/FS/FS/part_export/print_template.pm b/FS/FS/part_export/print_template.pm index 21f0a152e..65e68ac56 100644 --- a/FS/FS/part_export/print_template.pm +++ b/FS/FS/part_export/print_template.pm @@ -142,7 +142,8 @@ sub print_template { my ($self, $phase, $svc_x) = @_; if ($self->option('phase') eq $phase) { my $queue = new FS::queue { - 'job' => 'FS::part_export::print_template::process_print_template', + 'svcnum' => $svc_x->svcnum, + 'job' => 'FS::part_export::print_template::process_print_template', }; my $error = $queue->insert( 'svcnum' => $svc_x->svcnum,