[freeside-commits] freeside/FS/FS/UI/Web small_custview.pm, 1.1.2.3, 1.1.2.4
Ivan,,,
ivan at wavetail.420.am
Mon Jun 2 10:22:48 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/UI/Web
In directory wavetail.420.am:/tmp/cvs-serv27464
Modified Files:
Tag: FREESIDE_1_7_BRANCH
small_custview.pm
Log Message:
oops, missed 1.7
Index: small_custview.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/Web/small_custview.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- small_custview.pm 2 Jun 2008 17:14:31 -0000 1.1.2.3
+++ small_custview.pm 2 Jun 2008 17:22:46 -0000 1.1.2.4
@@ -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;
+ at ISA = qw(Exporter);
+ at 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
More information about the freeside-commits
mailing list