this will help
[freeside.git] / FS / FS / part_export / netsapiens.pm
index a1957d4..eea2509 100644 (file)
@@ -41,7 +41,7 @@ sub ns_device_command {
   $self->_ns_command('device', @_);
 }
 
-sub ns_command {
+sub _ns_command {
   my( $self, $prefix, $method, $command ) = splice(@_,0,4);
 
   eval 'use REST::Client';
@@ -281,7 +281,6 @@ sub export_device_delete {
 
   '';
 
-
 }