X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13b3aca95a24a950dee9495cf2feba3600319d10..5bc5af9f93a0ed3edfa6fa9aba7aa80cab182ae9:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 1c39a51e5..c799d0c38 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -479,7 +479,7 @@ sub display_row { $cgi->hidden("-name" => "price_new_$i", "-value" => $form->format_amount(\%myconfig, $form->{"price_new_$i"})), map { ($cgi->hidden("-name" => $_, "-id" => $_, "-value" => $form->{$_})); } map { $_."_$i" } (qw(bo price_old id inventory_accno bin partsgroup partnotes active_price_source active_discount_source - income_accno expense_accno listprice assembly taxaccounts ordnumber donumber transdate cusordnumber + income_accno expense_accno listprice part_type taxaccounts ordnumber donumber transdate cusordnumber longdescription basefactor marge_absolut marge_percent marge_price_factor weight), @hidden_vars) );