kivitendo/SL/DB/PartCustomerPrice.pm @ 4b1666b7
62f21410 | Martin Helmling | # 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::PartCustomerPrice;
|
|||
use strict;
|
|||
use SL::DB::MetaSetup::PartCustomerPrice;
|
|||
use SL::DB::Manager::PartCustomerPrice;
|
|||
__PACKAGE__->meta->initialize;
|
|||
1;
|