Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea2fd1c7

Von Sven Schöling vor mehr als 1 Jahr hinzugefügt

  • ID ea2fd1c7c773de19049f928ae21ff2683e4f72dd
  • Vorgänger af8384e9
  • Nachfolger dd03663b

Reclamation: type_data proxy zur Verfügung gestellt

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
26 26
use SL::DB::Translation;
27 27
use SL::DB::ValidityToken;
28 28
use SL::DB::Helper::RecordLink qw(RECORD_ID RECORD_TYPE_REF RECORD_ITEM_ID RECORD_ITEM_TYPE_REF);
29
use SL::DB::Helper::TypeDataProxy;
29 30

  
30 31
use SL::Helper::CreatePDF qw(:all);
31 32
use SL::Helper::PrintOptions;
......
52 53
 scalar => [ qw(item_ids_to_delete is_custom_shipto_to_delete) ],
53 54
 'scalar --get_set_init' => [qw(
54 55
    all_price_factors cv models p part_picker_classification_ids reclamation
55
    search_cvpartnumber show_update_button type valid_types
56
    search_cvpartnumber show_update_button type valid_types type_data
56 57
 )],
57 58
);
58 59

  
......
2550 2551
  return @errors;
2551 2552
}
2552 2553

  
2554
sub init_type_data {
2555
  SL::DB::Helper::TypeDataProxy->new('SL::DB::Reclamation', $_[0]->type);
2556
}
2557

  
2553 2558
1;
2554 2559

  
2555 2560
__END__

Auch abrufbar als: Unified diff