From: ivan Date: Mon, 2 Jun 2008 17:22:46 +0000 (+0000) Subject: oops, missed 1.7 X-Git-Tag: freeside_1_7_4rc1~321 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9d438e3587ad99a69c66356f351838ec04a98251;p=freeside.git oops, missed 1.7 --- diff --git a/FS/FS/UI/Web/small_custview.pm b/FS/FS/UI/Web/small_custview.pm index 5da2ed096..4c705c159 100644 --- a/FS/FS/UI/Web/small_custview.pm +++ b/FS/FS/UI/Web/small_custview.pm @@ -1,10 +1,15 @@ package FS::UI::Web::small_custview; use strict; +use vars qw(@EXPORT_OK @ISA); +use Exporter; use FS::Msgcat; use FS::Record qw(qsearchs); use FS::cust_main; +@ISA = qw(Exporter); +@EXPORT_OK = qw( small_custview ); + =item small_custview CUSTNUM || CUST_MAIN_OBJECT, COUNTRYDEFAULT, NOBALANCE_FLAG, URL Sheesh. I did switch to mason, but this is still hanging around. Figure out