Revision 1d0a5eee
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
28 | 28 |
with_objects => [ 'part' ] |
29 | 29 |
} |
30 | 30 |
}, |
31 |
storno_invoices => { |
|
32 |
type => 'one to many', |
|
33 |
class => 'SL::DB::Invoice', |
|
34 |
column_map => { id => 'storno_id' }, |
|
35 |
}, |
|
31 | 36 |
); |
32 | 37 |
|
33 | 38 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Invoice-Model: Verknüpfung zu Stornorechnungen "storno_invoices"
Rechnungen, die $self storniert haben -- sprich User war in $self und
hat dort auf "Storno" gedrückt.