From: Moritz Bunkus Date: Mon, 4 Dec 2006 15:38:17 +0000 (+0000) Subject: Beim Bearbeiten von Buchungsgruppen das Inventarkonto richtig vorselektieren. X-Git-Tag: release-2.4.0^2~126 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=24e5732397bd678379297f9660d366af9164c8dd;p=kivitendo-erp.git Beim Bearbeiten von Buchungsgruppen das Inventarkonto richtig vorselektieren. --- 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;