From: jeff Date: Tue, 19 Jan 2010 23:11:55 +0000 (+0000) Subject: SM in new window X-Git-Tag: freeside_1_9_2~111 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=58fde7907563f3093035eb779311e1daf569d6a2;p=freeside.git 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'; ''; }