From 24e5732397bd678379297f9660d366af9164c8dd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 4 Dec 2006 15:38:17 +0000 Subject: [PATCH] Beim Bearbeiten von Buchungsgruppen das Inventarkonto richtig vorselektieren. --- bin/mozilla/am.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 7426ca03b..d25174093 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -1930,7 +1930,7 @@ sub buchungsgruppe_header { if ($form->{id}) { $form->{selectIC} =~ s/selected//g; - $form->{selectIC} =~ s/ value=\$form->{inventory_accno_id}/ value=\$form->{inventory_accno_id} selected/; + $form->{selectIC} =~ s/ value=$form->{inventory_accno_id}/ value=$form->{inventory_accno_id} selected/; $form->{selectIC_income} =~ s/selected//g; $form->{selectIC_income} =~ s/ value=$form->{income_accno_id_0}/ value=$form->{income_accno_id_0} selected/; $form->{selectIC_expense} =~ s/selected//g; -- 2.20.1