Revision 6ea45161
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Model/Record.pm | ||
---|---|---|
322 | 322 |
sub _set_project_in_linked_requirement_specs { |
323 | 323 |
my ($record) = @_; |
324 | 324 |
|
325 |
return unlsess $record->globalproject_id;
|
|
325 |
return unless $record->globalproject_id; |
|
326 | 326 |
|
327 | 327 |
my $rs_orders = SL::DB::Manager::RequirementSpecOrder->get_all(where => [ order_id => $record->id ]); |
328 | 328 |
foreach my $rs_order (@{ $rs_orders }) { |
Auch abrufbar als: Unified diff
Model::Record: fix typo