projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Part Controller - falschen Code aus kivi.Order.js wieder entfernt
[kivitendo-erp.git]
/
SL
/
DB
/
Tax.pm
1
package SL::DB::Tax;
2
3
use strict;
4
5
use SL::DB::MetaSetup::Tax;
6
use SL::DB::Helper::TranslatedAttributes;
7
8
__PACKAGE__->meta->initialize;
9
10
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
11
__PACKAGE__->meta->make_manager_class;
12
13
1;