summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/phone_avail.pm2
-rw-r--r--httemplate/search/phone_avail.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/phone_avail.pm b/FS/FS/phone_avail.pm
index 398d0f6c1..967d7179e 100644
--- a/FS/FS/phone_avail.pm
+++ b/FS/FS/phone_avail.pm
@@ -5,7 +5,7 @@ use vars qw( @ISA $DEBUG $me );
use FS::Record qw( qsearch qsearchs dbh );
use FS::cust_svc;
-@ISA = qw(FS::Record);
+@ISA = qw(FS::cust_main_Mixin FS::Record);
$me = '[FS::phone_avail]';
$DEBUG = 0;
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 { },