Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d387713c

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

  • ID d387713ca4b28f371e1210ccd5f470406de3be15
  • Vorgänger 2fbf6d08
  • Nachfolger 8734f2e2

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

  
......
2567 2568
  return @errors;
2568 2569
}
2569 2570

  
2571
sub init_type_data {
2572
  SL::DB::Helper::TypeDataProxy->new('SL::DB::Reclamation', $_[0]->type);
2573
}
2574

  
2570 2575
1;
2571 2576

  
2572 2577
__END__

Auch abrufbar als: Unified diff