From: Moritz Bunkus Date: Fri, 8 Jun 2007 06:43:10 +0000 (+0000) Subject: Der benannte Parameter $copy_accnos wird ansonsten nicht verwendet. X-Git-Tag: release-2.4.3^2~180 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7783c24d2a5f3f7413dc18d5b96b8a98995ac7da;p=kivitendo-erp.git Der benannte Parameter $copy_accnos wird ansonsten nicht verwendet. --- diff --git a/SL/IC.pm b/SL/IC.pm index f5a1db979..ca37bcb8e 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1535,7 +1535,7 @@ sub follow_account_chain { sub retrieve_accounts { $main::lxdebug->enter_sub(2); - my ($self, $myconfig, $form, $parts_id, $index, $copy_accnos) = @_; + my ($self, $myconfig, $form, $parts_id, $index) = @_; my ($query, $sth, $dbh);