From 376b1dfc27736a2d7060ad0ca140565c9d3de55d Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 22 Jun 2011 17:01:45 +0000 Subject: improve performance of DID provisioning status report, RT10988 --- FS/FS/lata.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/lata.pm') 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; -- cgit v1.1