From: jeff Date: Tue, 19 Jan 2010 23:12:19 +0000 (+0000) Subject: SM in new window X-Git-Tag: root_of_svc_elec_features~526 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f256ef47d91090695a8cda27671e47e938f6a998 SM in new window --- diff --git a/FS/FS/part_export/prizm.pm b/FS/FS/part_export/prizm.pm index b697992c6..6a0554b6c 100644 --- a/FS/FS/part_export/prizm.pm +++ b/FS/FS/part_export/prizm.pm @@ -493,7 +493,8 @@ sub _export_unsuspend { sub export_links { my( $self, $svc, $arrayref ) = ( shift, shift, shift ); - push @$arrayref, 'SM'; + push @$arrayref, + 'SM'; ''; }