Revision fc8ad1a3
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
888 | 888 |
|
889 | 889 |
($form->{ $form->{vc} }, $form->{"${form->{vc}}_id"}) = split(/--/, $form->{ $form->{vc} }); |
890 | 890 |
|
891 |
$form->{sort} ||= 'transdate'; |
|
892 |
$form->{sortdir} = 1 unless (defined $form->{sortdir}); |
|
893 |
$form->{sortdir} = $form->{sortdir} ? 1 : 0; |
|
891 |
report_generator_set_default_sort('transdate', 1); |
|
894 | 892 |
|
895 | 893 |
OE->transactions(\%myconfig, \%$form); |
896 | 894 |
|
Auch abrufbar als: Unified diff
Auslagerung gemeinsamen Codes.