[freeside-commits] freeside/FS/FS Conf.pm, 1.324.2.45, 1.324.2.46 Mason.pm, 1.19.2.12, 1.19.2.13

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.324.2.45
retrieving revision 1.324.2.46
diff -u -w -d -r1.324.2.45 -r1.324.2.46
--- Conf.pm	30 Jul 2010 22:20:49 -0000	1.324.2.45
+++ Conf.pm	3 Aug 2010 03:30:33 -0000	1.324.2.46
@@ -3450,7 +3450,6 @@
     'per_agent'   => 1,
   },
 
-
   {
     'key'         => 'selfservice-menu_top_image',
     'section'     => 'self-service',
@@ -3792,6 +3791,20 @@
     'select_enum' => [ 'misc_info', 'top' ],
   },
 
+  {
+    '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" },
   { key => "apachemachines", 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.19.2.12
retrieving revision 1.19.2.13
diff -u -w -d -r1.19.2.12 -r1.19.2.13
--- Mason.pm	15 Jul 2010 21:47:03 -0000	1.19.2.12
+++ Mason.pm	3 Aug 2010 03:30:34 -0000	1.19.2.13
@@ -107,6 +107,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