From: Philip Reetz
Date: Tue, 12 Dec 2006 15:29:28 +0000 (+0000)
Subject: Fixed Bug 376
X-Git-Tag: release-2.4.0^2~65
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9c83f827e1a1669a9dbfc57c5e71e34f5831ea92;p=kivitendo-erp.git
Fixed Bug 376
---
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index cdc030297..7643f14f1 100644
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -942,7 +942,7 @@ sub check_form {
my @a = ();
my $count = 0;
my @flds = (
- qw(id partnumber description qty ship sellprice unit discount inventory_accno income_accno expense_accno listprice taxaccounts bin assembly weight projectnumber project_id oldprojectnumber runningnumber serialnumber partsgroup payment_id not_discountable shop ve gv buchungsgruppen_id language_values)
+ qw(id partnumber description qty ship sellprice unit discount inventory_accno income_accno expense_accno listprice taxaccounts bin assembly weight projectnumber project_id oldprojectnumber runningnumber serialnumber partsgroup payment_id not_discountable shop ve gv buchungsgruppen_id language_values sellprice_pg pricegroup_old price_old price_new unit_old ordnumber transdate longdescription basefactor)
);