Revision 9d967078
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
sub init_type {
|
||
my ($self) = @_;
|
||
|
||
my $type = $self->reclamation->record_type : $::form->{type};
|
||
my $type = $self->reclamation->record_type;
|
||
if (none { $type eq $_ } @{$self->valid_types}) {
|
||
die "Not a valid type for reclamation";
|
||
}
|
Auch abrufbar als: Unified diff
S:C:Reclamation: FIX: Syntax