kivitendo/SL/DB/Stocktaking.pm @ 912e5eff
dc3382e8 | Bernd Bleßmann | # 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::Stocktaking;
|
||||
use strict;
|
||||
use SL::DB::MetaSetup::Stocktaking;
|
||||
use SL::DB::Manager::Stocktaking;
|
||||
__PACKAGE__->meta->initialize;
|
||||
51072516 | Bernd Bleßmann | # part accessor is badly named
|
||
sub part {
|
||||
goto &parts;
|
||||
}
|
||||
dc3382e8 | Bernd Bleßmann | 1;
|