kivitendo/SL/DB/PurchaseBasketItem.pm @ e3bc89a0
3751ebca | Tamino Steinert | # 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::PurchaseBasketItem;
|
|||
use strict;
|
|||
use SL::DB::MetaSetup::PurchaseBasketItem;
|
|||
use SL::DB::Manager::PurchaseBasketItem;
|
|||
__PACKAGE__->meta->initialize;
|
|||
1;
|