diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/phone_avail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 { }, |