summaryrefslogtreecommitdiff
path: root/rt/share/html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-24 14:39:18 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-24 14:39:18 -0600
commit1658a54e6008907666cc57c5d957fcd208a74a85 (patch)
tree6d86ce5158510c151f4fb525582b9d4eb4cede61 /rt/share/html
parent60cad35f8b6bebefd8c9d78a83d70e0d5ddd68bf (diff)
parent50c42300d50c01f61e6bf9ab74e72b97a6128ec5 (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_4_BRANCH
Diffstat (limited to 'rt/share/html')
-rw-r--r--rt/share/html/Elements/CustomerFields21
1 files changed, 17 insertions, 4 deletions
diff --git a/rt/share/html/Elements/CustomerFields b/rt/share/html/Elements/CustomerFields
index d5419d213..226378ed8 100644
--- a/rt/share/html/Elements/CustomerFields
+++ b/rt/share/html/Elements/CustomerFields
@@ -90,16 +90,29 @@ my @customer_fields = ( # ordered
# query/sort needed?
},
{
+ Name => 'BillingAddress',
+ Label => 'Billing Address',
+ Display => 'bill_location',
+ },
+ {
+ Name => 'StreetAddress1',
+ Label => 'Street Address',
+ Display => 'bill_address1',
+ },
+ {
+ Name => 'StreetAddress2',
+ Label => '',
+ Display => 'bill_address2',
+ },
+ {
Name => 'City',
Label => 'City',
- Display => 'city',
- OrderBy => 'Customer.city',
+ Display => 'bill_city',
},
{
Name => 'State',
Label => 'State',
- Display => 'state',
- OrderBy => 'Customer.state',
+ Display => 'bill_state',
},
{
Name => 'CustomerTags',