default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / process / cust_payby.html
1 <% include('elements/process.html',
2      'table'          => 'cust_main',
3      'error_redirect' => popurl(3). 'edit/cust_payby.html?',
4      'agent_virt'     => 1,
5      'skip_process'   => 1, #we don't want to make any changes to cust_main
6      'process_o2m' => {
7        'table'  => 'cust_payby',
8        'fields' => \@payby_fields,
9      },
10      'redirect' => popurl(3). 'view/cust_main.cgi?',
11    )
12 %>
13 <%init>
14
15 #XXX
16 my @payby_fields = qw();
17 }
18
19 </%init>