From: ivan Date: Tue, 30 Jun 2009 11:09:23 +0000 (+0000) Subject: this will help X-Git-Tag: freeside_1_9_1^2~300 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b769174d6b1f1a7372298e05165ca6c21e3a0620;p=freeside.git this will help --- diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm index a1957d46d..eea2509cc 100644 --- a/FS/FS/part_export/netsapiens.pm +++ b/FS/FS/part_export/netsapiens.pm @@ -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 { ''; - }