1 <% include( 'elements/process.html',
2 'table' => 'acct_snarf',
3 'redirect' => $redirect,
4 'noerror_callback' => sub {
5 my( $cgi, $object ) = @_;
6 my $error = $object->svc_export;
7 #shit, not a good place for error handling :/
16 my $svcnum = $new->svcnum;
17 popurl(3)."browse/acct_snarf.html?svcnum=$svcnum;snarfnum=";