From 6cd1eaed3f43ff8d3e649f76eb2083587d8d63d1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 24 Nov 2015 12:23:14 -0800 Subject: add billing address fields to RT ticket search, #19154 --- rt/share/html/Elements/CustomerFields | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'rt/share/html/Elements') 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', -- cgit v1.2.1