Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1da06656

Von Sven Schöling vor etwa 1 Jahr hinzugefügt

  • ID 1da0665624d5ac988540c9598391260cc118c997
  • Vorgänger 22541fed
  • Nachfolger 0a3cb060

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