oops, missed 1.7
authorivan <ivan>
Mon, 2 Jun 2008 17:22:46 +0000 (17:22 +0000)
committerivan <ivan>
Mon, 2 Jun 2008 17:22:46 +0000 (17:22 +0000)
FS/FS/UI/Web/small_custview.pm

index 5da2ed0..4c705c1 100644 (file)
@@ -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