Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9c29f718

Von Sven Schöling vor etwa 7 Jahren hinzugefügt

  • ID 9c29f7183bb2e2861553339789d7ac8ba7dd188d
  • Vorgänger 0aa885f4
  • Nachfolger a97574b8

Presenter: Neue Struktur im Warenstamm umgesetzt

Unterschiede anzeigen:

bin/mozilla/ic.pl
use SL::IC;
use SL::Helper::Flash qw(flash);
use SL::HTML::Util;
use SL::Presenter::Part;
use SL::ReportGenerator;
#use SL::PE;
......
map { $row->{$_}{link} = $ref->{$_} } qw(drawing microfiche);
$row->{notes}{data} = SL::HTML::Util->strip($ref->{notes});
$row->{type_and_classific}{data} = $::request->presenter->type_abbreviation($ref->{part_type}).
$::request->presenter->classification_abbreviation($ref->{classification_id});
$row->{type_and_classific}{data} = SL::Presenter::Part::type_abbreviation($ref->{part_type}).
SL::Presenter::Part::classification_abbreviation($ref->{classification_id});
$report->add_data($row);

Auch abrufbar als: Unified diff