projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
marei: headline/colspec keys for SimpleTabular
[kivitendo-erp.git]
/
SL
/
DB
/
RecordTemplateItem.pm
1
package SL::DB::RecordTemplateItem;
2
3
use strict;
4
5
use SL::DB::MetaSetup::RecordTemplateItem;
6
use SL::DB::Manager::RecordTemplateItem;
7
8
__PACKAGE__->meta->initialize;
9
10
1;