Thema der Pauschale |
|
Betriebsart |
<%
my %sel;
$sel{$in{filter_betriebsart}} = "SELECTED";
qq(
);
%>
|
Ort |
<%
my $html_orte = '';
my %sel;
$sel{$in{filter_ort}} = "SELECTED";
use SE::Travel::Mandanten;
my $orte = getTravelOrteHashref($in{ort_mandant} ? [$in{ort_mandant}] : undef);
for my $ort ( sort keys %$orte ) {
$orte->{$ort} =~ s/ \(\d+\)$//;
$html_orte .= qq();
}
qq(
);
%>
|
|
|
|