Revision ab80e40b
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
47 | 47 |
manager_args => { sort_by => 'sortorder' }, |
48 | 48 |
column_map => { id => 'parts_id' }, |
49 | 49 |
}, |
50 |
businessmodels => { |
|
51 |
type => 'one to many', |
|
52 |
class => 'SL::DB::BusinessModel', |
|
53 |
column_map => { id => 'parts_id' }, |
|
54 |
}, |
|
50 | 55 |
customerprices => { |
51 | 56 |
type => 'one to many', |
52 | 57 |
class => 'SL::DB::PartCustomerPrice', |
Auch abrufbar als: Unified diff
Erweiterung für Artikelnummern nach Kunden-/Lieferanten-Typ (business).
Suche im Bericht und Import sind (noch) nicht implementiert.