From: Sven Schöling Date: Mon, 27 Dec 2010 15:28:31 +0000 (+0100) Subject: Lieferdatum muss auch von redo_rows beachtet werden. X-Git-Tag: release-2.6.2beta1~63 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/2ea1a74b0d626e135cb0f9a8a320ccccc71fb3f9?ds=inline;hp=-c Lieferdatum muss auch von redo_rows beachtet werden. Fix für Bug 1399. --- 2ea1a74b0d626e135cb0f9a8a320ccccc71fb3f9 diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index fed2ff74c..0b3dfabc2 100644 --- 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 };