From 4600f6ce1fa697de8d015c83e49ff61b534ba09d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 13 Nov 2013 17:41:43 -0800 Subject: email addresses on detach customer, RT#25954, RT#22185 --- FS/FS/cust_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 98f8a3789..dd4d11c5f 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -1860,7 +1860,7 @@ sub change { if ( $opt->{cust_main} ) { my $cust_main = $opt->{cust_main}; unless ( $cust_main->custnum ) { - my $error = $cust_main->insert; + my $error = $cust_main->insert( @{ $opt->{cust_main_insert_args}||[] } ); if ( $error ) { $dbh->rollback if $oldAutoCommit; return "inserting cust_main (transaction rolled back): $error"; -- cgit v1.2.1