projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377efe4
)
Beim Bearbeiten von Buchungsgruppen das Inventarkonto richtig vorselektieren.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Dec 2006 15:38:17 +0000
(15:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Dec 2006 15:38:17 +0000
(15:38 +0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
7426ca0
..
d251740
100644
(file)
--- 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;