Revision 2f6a11fb
Von Bernd Bleßmann vor etwa 10 Jahren hinzugefügt
SL/DB/Buchungsgruppe.pm | ||
---|---|---|
72 | 72 |
my ($self) = @_; |
73 | 73 |
return SL::DB::Manager::TaxzoneChart->get_all(where => [ buchungsgruppen_id => $self->id ]); |
74 | 74 |
} |
75 |
|
|
75 |
|
|
76 | 76 |
sub orphaned { |
77 | 77 |
my ($self) = @_; |
78 | 78 |
die 'not an accessor' if @_ > 1; |
Auch abrufbar als: Unified diff
trailing whitespaces entfernt