summaryrefslogtreecommitdiff
path: root/FS/FS/lata.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-22 17:01:45 +0000
committerlevinse <levinse>2011-06-22 17:01:45 +0000
commit376b1dfc27736a2d7060ad0ca140565c9d3de55d (patch)
tree86600bd186dcad575f33fc95761a052e3a3182e4 /FS/FS/lata.pm
parent4a62363bef9734758dc246de66440037e3cc77f7 (diff)
improve performance of DID provisioning status report, RT10988
Diffstat (limited to 'FS/FS/lata.pm')
-rw-r--r--FS/FS/lata.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/lata.pm b/FS/FS/lata.pm
index ae4208a..84a7992 100644
--- a/FS/FS/lata.pm
+++ b/FS/FS/lata.pm
@@ -38,6 +38,7 @@ primary key
description
+=item have_usage - a reporting hack
=back
@@ -101,6 +102,7 @@ sub check {
my $error =
$self->ut_numbern('latanum')
|| $self->ut_text('description')
+ || $self->ut_numbern('have_usage')
;
return $error if $error;