Revision 682aab29
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
2130 | 2130 |
|
2131 | 2131 |
$obj->items(@items) if @items; |
2132 | 2132 |
|
2133 |
if ($class eq 'SL::DB::DeliveryOrder' && !$obj->order_type) {
|
|
2134 |
$obj->order_type(SL::DB::DeliveryOrder::TypeData::validate_type($::form->{type}));
|
|
2133 |
if ($class eq 'SL::DB::DeliveryOrder' && !$obj->record_type) {
|
|
2134 |
$obj->record_type(SL::DB::DeliveryOrder::TypeData::validate_type($::form->{type}));
|
|
2135 | 2135 |
} |
2136 | 2136 |
|
2137 | 2137 |
if ($class eq 'SL::DB::Invoice') { |
Auch abrufbar als: Unified diff
DB::DeliveryOrder: FIX: record_type