name management tweaking
authorjeff <jeff>
Tue, 27 Nov 2007 22:30:26 +0000 (22:30 +0000)
committerjeff <jeff>
Tue, 27 Nov 2007 22:30:26 +0000 (22:30 +0000)
FS/FS/part_export/prizm.pm

index a8ea02a..53638b4 100644 (file)
@@ -141,7 +141,8 @@ sub _export_insert {
   $err_or_som = $self->prizm_command('NetworkIfService', 'addProvisionedElement',
                                       $networkid,
                                       $svc->mac_addr,
-                                      $name, # we fix this below (bug in prizm?)
+                                      substr($name . " " . $svc->description
+                                             0, 50),
                                       $location,
                                       $contact,
                                       sprintf("%032X", $svc->authkey),