Revision df0cd5df
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1473 | 1473 |
$form->{notes_rows} = $rows; |
1474 | 1474 |
|
1475 | 1475 |
IC->retrieve_buchungsgruppen(\%myconfig, $form); |
1476 |
@{ $form->{BUCHUNGSGRUPPEN} } = grep { $_->{id} eq $form->{buchungsgruppen_id} || ($form->{id} && $form->{orphaned}) || $form->{id} } @{ $form->{BUCHUNGSGRUPPEN} }; |
|
1476 |
@{ $form->{BUCHUNGSGRUPPEN} } = grep { $_->{id} eq $form->{buchungsgruppen_id} || ($form->{id} && $form->{orphaned}) || !$form->{id} } @{ $form->{BUCHUNGSGRUPPEN} };
|
|
1477 | 1477 |
|
1478 | 1478 |
# use JavaScript Calendar or not (yes!) |
1479 | 1479 |
$form->{jsscript} = 1; |
Auch abrufbar als: Unified diff
Logikfehler bei Codeumstellung in Revision 2963.