X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FBankTransactionAccTrans.pm;fp=SL%2FDB%2FBankTransactionAccTrans.pm;h=ef2052cccfee90c07401ffff238dbd4c98019506;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/SL/DB/BankTransactionAccTrans.pm b/SL/DB/BankTransactionAccTrans.pm new file mode 100644 index 000000000..ef2052ccc --- /dev/null +++ b/SL/DB/BankTransactionAccTrans.pm @@ -0,0 +1,13 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::BankTransactionAccTrans; + +use strict; + +use SL::DB::MetaSetup::BankTransactionAccTrans; +use SL::DB::Manager::BankTransactionAccTrans; + +__PACKAGE__->meta->initialize; + +1;