diff options
| author | Mark Wells <mark@freeside.biz> | 2012-05-25 13:38:07 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-05-25 13:38:18 -0700 |
| commit | 01629c3c934f1f6fd2ab9de5f7638f671fd59791 (patch) | |
| tree | e20740d482c8ce8f47731b3213c65e7910e267f2 /httemplate/edit/cust_main/after_bill_location.html | |
| parent | f2c26594352302de80c2cd0cbba8b0e2abada6f7 (diff) | |
customer bill/ship location refactoring, #940
Diffstat (limited to 'httemplate/edit/cust_main/after_bill_location.html')
| -rw-r--r-- | httemplate/edit/cust_main/after_bill_location.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/after_bill_location.html b/httemplate/edit/cust_main/after_bill_location.html new file mode 100644 index 000000000..2f4c3b51c --- /dev/null +++ b/httemplate/edit/cust_main/after_bill_location.html @@ -0,0 +1,12 @@ +% if ( ! $conf->exists('cust-edit-alt-field-order') ) { + <& phones.html, $cust_main &> + <& fax.html, $cust_main &> +% } else { + <& fax.html, $cust_main &> + <& company.html, $cust_main &> +% } +<& stateid.html, $cust_main &> +<%init> +my $cust_main = shift; +my $conf = FS::Conf->new; +</%init> |
