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:
b131997
)
Unsinniges doppeltes Durchsuchen von Tabellen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 29 Jul 2008 08:34:51 +0000
(08:34 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 29 Jul 2008 08:34:51 +0000
(08:34 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
fece795
..
67d38d7
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-210,7
+210,7
@@
sub get_part {
$sth->finish;
# is it an orphan
- my @referencing_tables = qw(invoice orderitems inv
oice inv
entory rmaitems);
+ my @referencing_tables = qw(invoice orderitems inventory rmaitems);
my %column_map = ( );
my $parts_id = conv_i($form->{id});