Koha::Schema::Result::Stockrotationitem
stockrotationitems
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Itemnumber to link to a stage & rota
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
stage ID to link the item to
data_type: 'tinyint' default_value: 0 is_nullable: 0
Should this item be skipped for rotation?
data_type: 'tinyint' default_value: 0 is_nullable: 0
Flag showing item is only just added to rota
Type: belongs_to
Related object: Koha::Schema::Result::Item
Type: belongs_to
Related object: Koha::Schema::Result::Stockrotationstage