projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2efc8cb
)
Der benannte Parameter $copy_accnos wird ansonsten nicht verwendet.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 8 Jun 2007 06:43:10 +0000
(06:43 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 8 Jun 2007 06:43:10 +0000
(06:43 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
f5a1db9
..
ca37bcb
100644
(file)
--- 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);