Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 88ad13f9

Von Tamino Steinert vor 6 Tagen hinzugefügt

  • ID 88ad13f98aa6f7dcf45738925a5d7caac1c04fb9
  • Vorgänger daa95513
  • Nachfolger 58c39ac5

Varianten: Sortieren der Variantentabelle ermöglicht

Unterschiede anzeigen:

SL/DB/Part.pm
340 340
  shift->buchungsgruppen(@_);
341 341
}
342 342

  
343
sub get_variant_property_value_by_unique_name {
344
  my ($self, $variant_property_unique_name) = @_;
345

  
346
  my %unique_name_to_variant_property_value =
347
    map { $_->variant_property->unique_name => $_ }
348
    $self->variant_property_values;
349

  
350
  my $variant_property_value = $unique_name_to_variant_property_value{$variant_property_unique_name}
351
    or confess "Part is not associated with a matching SL::DB::VariantPropertyValue";
352
  return $variant_property_value;
353
}
354

  
343 355
sub get_taxkey {
344 356
  my ($self, %params) = @_;
345 357

  

Auch abrufbar als: Unified diff