summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_payby.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/cust_payby.html')
-rw-r--r--httemplate/edit/process/cust_payby.html19
1 files changed, 19 insertions, 0 deletions
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();
+}
+
+</%init>