[freeside-commits] freeside/FS/FS/part_export dashcs_e911.pm, 1.1, 1.2

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Apr 5 05:25:01 PDT 2010


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

Modified Files:
	dashcs_e911.pm 
Log Message:
fix noisy but harmless redeclaration

Index: dashcs_e911.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/dashcs_e911.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- dashcs_e911.pm	31 Mar 2010 15:48:55 -0000	1.1
+++ dashcs_e911.pm	5 Apr 2010 12:24:59 -0000	1.2
@@ -60,7 +60,7 @@
     'location' => $location,
   };
 
-  my $error_or_ref = dash_command($opts, 'addLocation', $arg );
+  $error_or_ref = dash_command($opts, 'addLocation', $arg );
   return $error_or_ref unless ref($error_or_ref);
 
   my $id = $error_or_ref->get_Location->get_locationid;



More information about the freeside-commits mailing list