Revision 9508e215
Von Werner Hahn vor etwa 6 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
60 | 60 |
sort_by => 'acc_trans_id ASC', |
61 | 61 |
}, |
62 | 62 |
}, |
63 |
dunnings => { |
|
64 |
type => 'one to many', |
|
65 |
class => 'SL::DB::Dunning', |
|
66 |
column_map => { id => 'trans_id' }, |
|
67 |
manager_args => { with_objects => [ 'dunnings' ] } |
|
68 |
}, |
|
63 | 69 |
); |
64 | 70 |
|
65 | 71 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Kundenstatistik: erster commit ohne Webtemplates