From a09250fdfe56ce6c9cea038e4e16f3a749460aa4 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Nov 2010 19:35:10 +0000 Subject: show customer on availability report, RT#10520 --- httemplate/search/phone_avail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/search/phone_avail.html b/httemplate/search/phone_avail.html index e1c264fb6..9f287625a 100644 --- a/httemplate/search/phone_avail.html +++ b/httemplate/search/phone_avail.html @@ -29,7 +29,7 @@ '+'. $pn->countrycode. ' '. $pn->npa. ' '. $pn->nxx. '-'. $pn->station; }, - 'name', + sub { shift->get('name') }, 'availbatch', 'exportnum', #XXX #sub { }, -- cgit v1.2.1