diff options
author | jeff <jeff> | 2007-11-27 22:30:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-11-27 22:30:26 +0000 |
commit | 9528b47cdd92203ba918670838a386b0dcbaf331 (patch) | |
tree | 54f21cb9c6ffe053fe83e4c6e3aebbcdfc58d190 | |
parent | c9e9a041acb5066cfd3c67b94a695df8efc03844 (diff) |
name management tweaking
-rw-r--r-- | FS/FS/part_export/prizm.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/prizm.pm b/FS/FS/part_export/prizm.pm index a8ea02a09..53638b4fa 100644 --- a/FS/FS/part_export/prizm.pm +++ b/FS/FS/part_export/prizm.pm @@ -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), |