Revision 2ea07c13
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/DB/MetaSetup/AccTransaction.pm | ||
---|---|---|
4 | 4 |
|
5 | 5 |
use strict; |
6 | 6 |
|
7 |
use base qw(SL::DB::Object);
|
|
7 |
use parent qw(SL::DB::Object);
|
|
8 | 8 |
|
9 | 9 |
__PACKAGE__->meta->table('acc_trans'); |
10 | 10 |
|
Auch abrufbar als: Unified diff
use parent statt use base in MetaSetup