Revision 46d3e453
Von Werner Hahn vor etwa 1 Jahr hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
2134 | 2134 |
$obj->record_type(SL::DB::DeliveryOrder::TypeData::validate_type($::form->{type})); |
2135 | 2135 |
} |
2136 | 2136 |
|
2137 |
if ($class eq 'SL::DB::Order' && !$obj->record_type) { |
|
2138 |
$obj->record_type(SL::DB::Order::TypeData::validate_type($::form->{type})); |
|
2139 |
} |
|
2140 |
|
|
2137 | 2141 |
if ($class eq 'SL::DB::Invoice') { |
2138 | 2142 |
my $paid = $factor * |
2139 | 2143 |
sum |
Auch abrufbar als: Unified diff
io.pl record_type für Order setzen