[freeside-commits] freeside/FS/FS Conf.pm, 1.378, 1.379 Mason.pm, 1.47, 1.48

Mark Wells mark at wavetail.420.am
Mon Aug 2 20:30:22 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30817/FS/FS

Modified Files:
	Conf.pm Mason.pm 
Log Message:
customer view tab for an external info page, RT#8903

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -w -d -r1.378 -r1.379
--- Conf.pm	30 Jul 2010 22:08:54 -0000	1.378
+++ Conf.pm	3 Aug 2010 03:30:20 -0000	1.379
@@ -3891,6 +3891,19 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-custom_link',
+    'section'     => 'UI',
+    'description' => 'URL to use as source for the "Custom" tab in the View Customer page.  The custnum will be appended.',
+    'type'        => 'text',
+  },
+
+  {
+    'key'         => 'cust_main-custom_title',
+    'section'     => 'UI',
+    'description' => 'Title for the "Custom" tab in the View Customer page.',
+    'type'        => 'text',
+  },
 
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },

Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -w -d -r1.47 -r1.48
--- Mason.pm	21 Jul 2010 02:06:44 -0000	1.47
+++ Mason.pm	3 Aug 2010 03:30:20 -0000	1.48
@@ -111,6 +111,7 @@
                                         #selectlayers.html
   use Locale::Country;
   use Business::US::USPS::WebTools::AddressStandardization;
+  use LWP::UserAgent;
   use FS;
   use FS::UID qw( getotaker dbh datasrc driver_name );
   use FS::Record qw( qsearch qsearchs fields dbdef



More information about the freeside-commits mailing list