From d046cb57be3c1a74362d15e90486239cc8a5f4d7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Sep 2013 04:28:25 -0700 Subject: multiple payment options, RT#23741 --- httemplate/edit/process/cust_payby.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httemplate/edit/process/cust_payby.html (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/cust_payby.html b/httemplate/edit/process/cust_payby.html new file mode 100644 index 000000000..a999e4d74 --- /dev/null +++ b/httemplate/edit/process/cust_payby.html @@ -0,0 +1,19 @@ +<% include('elements/process.html', + 'table' => 'cust_main', + 'error_redirect' => popurl(3). 'edit/cust_payby.html?', + 'agent_virt' => 1, + 'skip_process' => 1, #we don't want to make any changes to cust_main + 'process_o2m' => { + 'table' => 'cust_payby', + 'fields' => \@payby_fields, + }, + 'redirect' => popurl(3). 'view/cust_main.cgi?', + ) +%> +<%init> + +#XXX +my @payby_fields = qw(); +} + + -- cgit v1.2.1