Revision dcc967a6
Von Sven Schöling vor fast 7 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
11 | 11 |
use SL::DB::Manager::Part; |
12 | 12 |
use SL::DB::Chart; |
13 | 13 |
use SL::DB::Helper::AttrHTML; |
14 |
use SL::DB::Helper::AttrSorted; |
|
14 | 15 |
use SL::DB::Helper::TransNumberGenerator; |
15 | 16 |
use SL::DB::Helper::CustomVariables ( |
16 | 17 |
module => 'IC', |
... | ... | |
70 | 71 |
__PACKAGE__->meta->initialize; |
71 | 72 |
|
72 | 73 |
__PACKAGE__->attr_html('notes'); |
74 |
__PACKAGE__->attr_sorted({ unsorted => 'makemodels', position => 'sortorder' }); |
|
73 | 75 |
|
74 | 76 |
__PACKAGE__->before_save('_before_save_set_partnumber'); |
75 | 77 |
|
Auch abrufbar als: Unified diff
Part: makemodels_sorted accessor