Revision fd32682e
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/Manager/DeliveryOrder.pm | ||
|---|---|---|
|
my $type = lc(shift || '');
|
||
|
my $prefix = shift // '';
|
||
|
|
||
|
return "${prefix}order_type" => validate_type($type);
|
||
|
return "${prefix}record_type" => validate_type($type);
|
||
|
}
|
||
|
|
||
|
sub _sort_spec {
|
||
Auch abrufbar als: Unified diff
DB::DeliveryOrder: Nutze record_type