Revision 9c29f718
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
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
Presenter: Neue Struktur im Warenstamm umgesetzt