Revision 36703a86
Von Bernd Blessmann vor etwa 10 Jahren hinzugefügt
SL/DB/PartsGroup.pm | ||
---|---|---|
7 | 7 |
|
8 | 8 |
use SL::DB::MetaSetup::PartsGroup; |
9 | 9 |
|
10 |
__PACKAGE__->meta->add_relationship( |
|
11 |
custom_variable_configs => { |
|
12 |
type => 'many to many', |
|
13 |
map_class => 'SL::DB::CustomVariableConfigPartsgroup', |
|
14 |
}, |
|
15 |
); |
|
16 |
|
|
10 | 17 |
__PACKAGE__->meta->initialize; |
11 | 18 |
|
12 | 19 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
Auch abrufbar als: Unified diff
Warengruppen-Filter f. CVars bei Waren
cherry-pick aus Kundenprojekt und Anpassungen an unstable (hauptsächlich
Umstellung auf Controller)
Conflicts: