Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 97715f61

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

  • ID 97715f61fc32244d1d27ebc18564056fe83ee236
  • Vorgänger e8ba09e3
  • Nachfolger 9719e72c

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

  
......
2563 2564
  return @errors;
2564 2565
}
2565 2566

  
2567
sub init_type_data {
2568
  SL::DB::Helper::TypeDataProxy->new('SL::DB::Reclamation', $_[0]->type);
2569
}
2570

  
2566 2571
1;
2567 2572

  
2568 2573
__END__

Auch abrufbar als: Unified diff