Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea2fd1c7

Von Sven Schöling vor fast 2 Jahren hinzugefügt

  • ID ea2fd1c7c773de19049f928ae21ff2683e4f72dd
  • Vorgänger af8384e9
  • Nachfolger dd03663b

Reclamation: type_data proxy zur Verfügung gestellt

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
use SL::DB::Translation;
use SL::DB::ValidityToken;
use SL::DB::Helper::RecordLink qw(RECORD_ID RECORD_TYPE_REF RECORD_ITEM_ID RECORD_ITEM_TYPE_REF);
use SL::DB::Helper::TypeDataProxy;
use SL::Helper::CreatePDF qw(:all);
use SL::Helper::PrintOptions;
......
scalar => [ qw(item_ids_to_delete is_custom_shipto_to_delete) ],
'scalar --get_set_init' => [qw(
all_price_factors cv models p part_picker_classification_ids reclamation
search_cvpartnumber show_update_button type valid_types
search_cvpartnumber show_update_button type valid_types type_data
)],
);
......
return @errors;
}
sub init_type_data {
SL::DB::Helper::TypeDataProxy->new('SL::DB::Reclamation', $_[0]->type);
}
1;
__END__

Auch abrufbar als: Unified diff