Revision 33183828
Von Sven Schöling vor fast 3 Jahren hinzugefügt
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
1042 | 1042 |
# TODO move to type data |
1043 | 1043 |
my $trans_type = $self->type_data->properties('transfer') eq 'in' |
1044 | 1044 |
? SL::DB::Manager::TransferType->find_by(direction => "id", description => "stock") |
1045 |
: SL::DB::Manager::TransferType->find_by(direction => "out", deescription => "shipped");
|
|
1045 |
: SL::DB::Manager::TransferType->find_by(direction => "out", description => "shipped"); |
|
1046 | 1046 |
|
1047 | 1047 |
my @transfer_requests; |
1048 | 1048 |
|
Auch abrufbar als: Unified diff
DeliveryOrder: typo