X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FCustomerFields;h=226378ed88867131481205237f9ca4759ec3b18e;hb=50c42300d50c01f61e6bf9ab74e72b97a6128ec5;hp=d5419d21373e5c41dbe6855804b67820d2c2dc9f;hpb=f579cdd720020917d5c6a67eb99fa2e12cda6543;p=freeside.git 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 @@ -89,17 +89,30 @@ my @customer_fields = ( # ordered Display => 'InvoiceEmail', # 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',