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:
89d767d
)
Lieferdatum muss auch von redo_rows beachtet werden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 27 Dec 2010 15:28:31 +0000
(16:28 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 27 Dec 2010 15:28:31 +0000
(16:28 +0100)
Fix für Bug 1399.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
fed2ff7
..
0b3dfab
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-810,7
+810,7
@@
sub remove_emptied_rows {
sellprice_pg pricegroup_old price_old price_new unit_old ordnumber
transdate longdescription basefactor marge_total marge_percent
marge_price_factor lastcost price_factor_id partnotes
- stock_out stock_in has_sernumber);
+ stock_out stock_in has_sernumber
reqdate
);
my $ic_cvar_configs = CVar->get_configs(module => 'IC');
push @flds, map { "ic_cvar_$_->{name}" } @{ $ic_cvar_configs };