Koha::Schema::Result::Illbatch
illbatches
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
Batch ID
data_type: 'varchar' is_nullable: 0 size: 100
Unique name of batch
data_type: 'varchar' is_nullable: 0 size: 20
Name of batch backend
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Patron associated with batch
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 50
Branch associated with batch
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 20
Status of batch
u_illbatches__name
Type: has_many
Related object: Koha::Schema::Result::Illrequest
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::IllbatchStatus