summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/before_bill_location.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main/before_bill_location.html')
-rw-r--r--httemplate/edit/cust_main/before_bill_location.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/before_bill_location.html b/httemplate/edit/cust_main/before_bill_location.html
new file mode 100644
index 000000000..973201ecb
--- /dev/null
+++ b/httemplate/edit/cust_main/before_bill_location.html
@@ -0,0 +1,10 @@
+<& name.html, $cust_main &>
+% if ( ! $conf->exists('cust-edit-alt-field-order') ) {
+ <& company.html, $cust_main &>
+% } else {
+ <& phones.html, $cust_main &>
+% }
+<%init>
+my $cust_main = shift;
+my $conf = FS::Conf->new;
+</%init>