From 9c83f827e1a1669a9dbfc57c5e71e34f5831ea92 Mon Sep 17 00:00:00 2001 From: Philip Reetz Date: Tue, 12 Dec 2006 15:29:28 +0000 Subject: [PATCH] Fixed Bug 376 --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.20.1