X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMaestro.pm;h=8c33e3bf95631712568da4431ecb162525f5cc89;hb=b5c4237a34aef94976bc343c8d9e138664fc3984;hp=84f278c2f62968a22ca85e0289f831b3654f9fdd;hpb=ee1618742c61507c09d8ed406d0608351c8c1404;p=freeside.git diff --git a/FS/FS/Maestro.pm b/FS/FS/Maestro.pm index 84f278c2f..8c33e3bf9 100644 --- a/FS/FS/Maestro.pm +++ b/FS/FS/Maestro.pm @@ -218,7 +218,7 @@ sub order_pkg { tie my %hash, 'Tie::RefHash'; %hash = ( $cust_pkg => \@svc ); #msgcat - $error = $cust_main->order_pkgs( \%hash, '', 'noexport' => 1 ); + $error = $cust_main->order_pkgs( \%hash, 'noexport' => 1 ); return { 'error' => $error } if $error; # currently they're using this in the reseller scenario, so don't