<& /elements/progress-init.html, 'agent_transfer_form', [ qw( search list table agentnum) ], $process_url, $pdest, &> <& /elements/select-agent.html, 'empty_label' => 'Transfer these customers to agent', 'onchange' => 'areyousure()' &>
<%init> my $opt = shift; my ($search, $list); $search = encode_base64(nfreeze($opt->{'search'})) if ref ($opt->{'search'}) eq 'HASH'; $list = encode_base64(nfreeze($opt->{'list'})) if ref ($opt->{'list'}) eq 'ARRAY'; my $process_url = "${p}misc/process/customers_transfer_to_agent.html"; my $pdest = { 'message' => 'Transfer Complete' };