[freeside-commits] freeside/httemplate/edit/process acct_snarf.html, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Sat Aug 7 00:39:09 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv10163/httemplate/edit/process

Added Files:
      Tag: FREESIDE_1_9_BRANCH
	acct_snarf.html 
Log Message:
communigate phase 3: RPOP/acct_snarf, RT#7515

--- NEW FILE: acct_snarf.html ---
<% include( 'elements/process.html',
              'table'       => 'acct_snarf',
              'redirect'    => $redirect,
              'noerror_callback' => sub {
                my( $cgi, $object ) = @_;
                my $error = $object->svc_export;
                #shit, not a good place for error handling :/
                die $error if $error;
              },
          )
%>
<%init>

my $redirect = sub {
  my($cgi, $new) = @_;
  my $svcnum = $new->svcnum;
  popurl(3)."browse/acct_snarf.html?svcnum=$svcnum;snarfnum=";
};

</%init>



More information about the freeside-commits mailing list