CINXE.COM
Contents of NYT Best Books of 2023 › Library catalog
<!DOCTYPE html> <!-- TEMPLATE FILE: opac-shelves.tt --> <!-- $VAR1 = { 'staffuser' => undef, 'OpacAdditionalStylesheet' => '', 'bidi' => undef, 'SyndeticsReviews' => '1', 'print' => 0, 'LibrarySearchGroups' => undef, 'LoginFirstname' => 'Bel', 'can_delete_shelf' => 0, 'OpenLibrarySearch' => '0', 'some_public_shelves' => bless( { '_resultset' => bless( { 'result_source' => bless( { '_primaries' => [ 'shelfnumber' ], 'source_name' => 'Virtualshelve', 'name' => 'virtualshelves', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'virtualshelfcontents' => { 'source' => 'Koha::Schema::Result::Virtualshelfcontent', 'cond' => { 'foreign.shelfnumber' => 'self.shelfnumber' }, 'class' => 'Koha::Schema::Result::Virtualshelfcontent', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'virtualshelfshares' => { 'cond' => { 'foreign.shelfnumber' => 'self.shelfnumber' }, 'class' => 'Koha::Schema::Result::Virtualshelfshare', 'source' => 'Koha::Schema::Result::Virtualshelfshare', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'owner' => { 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.owner' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'allow_change_from_permitted_staff' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'owner' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'lastmodified' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'sortfield' => { 'default_value' => 'title', 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 16 }, 'shelfnumber' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'shelfname' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'created_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 0 }, 'allow_change_from_others' => { 'is_nullable' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'allow_change_from_staff' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'public' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'allow_change_from_owner' => { 'is_nullable' => 1, 'data_type' => 'tinyint', 'default_value' => 1 } }, '_ordered_columns' => [ 'shelfnumber', 'shelfname', 'owner', 'public', 'sortfield', 'lastmodified', 'created_on', 'allow_change_from_owner', 'allow_change_from_others', 'allow_change_from_staff', 'allow_change_from_permitted_staff' ], 'resultset_attributes' => {}, 'schema' => bless( { 'storage' => bless( { '_dbi_connect_info' => [ sub { "DUMMY" } ], '_conn_pid' => 53952, '_dbic_connect_attributes' => { 'RaiseError' => 1, 'ShowErrorStatement' => 1, 'PrintError' => 0, 'AutoCommit' => 1 }, 'datetime_parser' => 'DateTime::Format::MySQL', '_driver_determined' => 1, '_in_do_block' => 0, 'auto_savepoint' => 1, 'transaction_depth' => 0, '_dbh_details' => { 'capability' => { '_supports_insert_returning' => 0 }, 'info' => { 'dbms_version' => '10.6.18-MariaDB-log', 'normalized_dbms_version' => '10.006018' }, '_datatype_map_cache' => { 'decimal' => undef, 'timestamp' => undef, 'text' => undef, 'double precision' => undef, 'datetime' => undef, 'date' => undef, 'tinyint' => undef, 'varchar' => undef, 'longtext' => undef, 'enum' => undef, 'smallint' => undef, 'char' => undef, 'integer' => undef, 'mediumtext' => undef } }, '_sql_maker_opts' => { 'quote_names' => 1 }, '_dbh_autocommit' => 1, 'savepoints' => [], '_dbh' => bless( {}, 'DBI::db' ), 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_sql_maker' => bless( { 'special_ops' => [ { 'regex' => qr/^ (?: not \s )? between $/ix, 'handler' => '_where_field_BETWEEN' }, { 'regex' => qr/^ (?: not \s )? in $/ix, 'handler' => '_where_field_IN' }, { 'handler' => '_where_op_IDENT', 'regex' => qr/^ ident $/ix }, { 'regex' => qr/^ value $/ix, 'handler' => '_where_op_VALUE' }, { 'handler' => '_where_field_IS', 'regex' => qr/^ is (?: \s+ not )? $/ix } ], 'inequality_op' => qr/^( != | <> )$/ix, 'sqltrue' => '1=1', 'quote_char' => '`', 'unary_ops' => [ { 'handler' => '_where_op_ANDOR', 'regex' => qr/^ and (?: [_\s]? \d+ )? $/ix }, { 'regex' => qr/^ or (?: [_\s]? \d+ )? $/ix, 'handler' => '_where_op_ANDOR' }, { 'handler' => '_where_op_NEST', 'regex' => qr/^ nest (?: [_\s]? \d+ )? $/ix }, { 'regex' => qr/^ (?: not \s )? bool $/ix, 'handler' => '_where_op_BOOL' }, { 'regex' => qr/^ ident $/ix, 'handler' => '_where_op_IDENT' }, { 'handler' => '_where_op_VALUE', 'regex' => qr/^ value $/ix } ], 'injection_guard' => qr/ \; | ^ \s* go \s /mix, 'logic' => 'OR', 'array_datatypes' => 1, 'quote_names' => 1, 'bindtype' => 'columns', 'name_sep' => '.', 'cmp' => '=', 'not_like_op' => qr/^ (is\s+)? not \s+ r?like $/ix, 'equality_op' => qr/^( \= | \= )$/ix, 'limit_dialect' => 'LimitXY', 'like_op' => qr/^ (is\s+)? r?like $/ix, 'sqlfalse' => '0=1' }, 'DBIx::Class::SQLMaker::MySQL' ), '_connect_info' => [ { 'auto_savepoint' => 1, 'dbh_maker' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}{'_dbi_connect_info'}[0], 'quote_names' => 1 } ] }, 'DBIx::Class::Storage::DBI::mysql' ), 'source_registrations' => { 'Issue' => bless( { '_relationships' => { 'patron' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'fk_columns' => { 'borrowernumber' => 1 } } }, 'item' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'itemnumber' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' } }, 'issuer' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.issuer_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'issuer_id' => 1 } } }, 'library' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'branchcode' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'branch' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'branchcode' => 1 } }, 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'renewals' => { 'class' => 'Koha::Schema::Result::CheckoutRenewal', 'cond' => { 'foreign.checkout_id' => 'self.issue_id' }, 'source' => 'Koha::Schema::Result::CheckoutRenewal', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'return_claim' => { 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'cascade_copy' => 0, 'fk_columns' => {}, 'accessor' => 'single', 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'cond' => { 'foreign.issue_id' => 'self.issue_id' }, 'source' => 'Koha::Schema::Result::ReturnClaim' }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'on_delete' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'itemnumber' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT', 'is_depends_on' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' } }, 'account_lines' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.issue_id' => 'self.issue_id' }, 'source' => 'Koha::Schema::Result::Accountline' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'issue_id' ], 'source_name' => 'Issue', 'name' => 'issues', '_ordered_columns' => [ 'issue_id', 'borrowernumber', 'issuer_id', 'itemnumber', 'date_due', 'branchcode', 'returndate', 'lastreneweddate', 'renewals_count', 'unseen_renewals', 'auto_renew', 'auto_renew_error', 'timestamp', 'issuedate', 'onsite_checkout', 'note', 'notedate', 'noteseen' ], 'result_class' => 'Koha::Schema::Result::Issue', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Issue'}{'_primaries'}, 'itemnumber' => [ 'itemnumber' ] }, 'resultset_attributes' => {}, '_columns' => { 'auto_renew_error' => { 'size' => 32, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'noteseen' => { 'is_boolean' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'note' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'lastreneweddate' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'issuedate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'date_due' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'auto_renew' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'issuer_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'notedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'onsite_checkout' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'renewals_count' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'returndate' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'unseen_renewals' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'issue_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'Branchtransfer' => bless( { '_primaries' => [ 'branchtransfer_id' ], 'name' => 'branchtransfers', 'source_name' => 'Branchtransfer', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'itemnumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item' }, 'tobranch' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.tobranch' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'frombranch' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.frombranch' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } } }, '_columns' => { 'branchtransfer_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'datesent' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'reason' => { 'extra' => { 'list' => [ 'Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve', 'TransferCancellation', 'Recall', 'RecallCancellation' ] }, 'is_nullable' => 1, 'data_type' => 'enum' }, 'datearrived' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'frombranch' => { 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'default_value' => '', 'is_foreign_key' => 1 }, 'comments' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'itemnumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'datecancelled' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'cancellation_reason' => { 'data_type' => 'enum', 'is_nullable' => 1, 'extra' => { 'list' => [ 'Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve', 'ItemLost', 'WrongTransfer', 'RecallCancellation' ] } }, 'daterequested' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'tobranch' => { 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => '', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0 } }, '_ordered_columns' => [ 'branchtransfer_id', 'itemnumber', 'daterequested', 'datesent', 'frombranch', 'datearrived', 'datecancelled', 'tobranch', 'comments', 'reason', 'cancellation_reason' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Branchtransfer', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Branchtransfer'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerAttributeType' => bless( { '_columns' => { 'display_checkout' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'keep_for_pseudonymization' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'opac_display' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'class' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 255 }, 'is_date' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'staff_searchable' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'unique_id' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'mandatory' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'code' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 64 }, 'repeatable' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'category_code' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'description' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'opac_editable' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'authorised_value_category' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'searched_by_default' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'code', 'description', 'repeatable', 'unique_id', 'is_date', 'opac_display', 'opac_editable', 'staff_searchable', 'searched_by_default', 'authorised_value_category', 'display_checkout', 'category_code', 'class', 'keep_for_pseudonymization', 'mandatory' ], 'resultset_attributes' => {}, 'name' => 'borrower_attribute_types', '_primaries' => [ 'code' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'BorrowerAttributeType', '_relationships' => { 'category_code' => { 'class' => 'Koha::Schema::Result::Category', 'cond' => { 'foreign.categorycode' => 'self.category_code' }, 'source' => 'Koha::Schema::Result::Category', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 } }, 'borrower_attributes' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::BorrowerAttribute', 'cond' => { 'foreign.code' => 'self.code' }, 'source' => 'Koha::Schema::Result::BorrowerAttribute' }, 'pseudonymized_borrower_attributes' => { 'source' => 'Koha::Schema::Result::PseudonymizedBorrowerAttribute', 'cond' => { 'foreign.code' => 'self.code' }, 'class' => 'Koha::Schema::Result::PseudonymizedBorrowerAttribute', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'borrower_attribute_types_branches' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::BorrowerAttributeTypesBranch', 'class' => 'Koha::Schema::Result::BorrowerAttributeTypesBranch', 'cond' => { 'foreign.bat_code' => 'self.code' } } }, 'result_class' => 'Koha::Schema::Result::BorrowerAttributeType', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerAttributeType'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'PluginData' => bless( { '_columns' => { 'plugin_class' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'plugin_key' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'plugin_value' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'plugin_class', 'plugin_key', 'plugin_value' ], 'source_name' => 'PluginData', 'name' => 'plugin_data', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'plugin_class', 'plugin_key' ], '_relationships' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PluginData'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::PluginData', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'TagAll' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::TagAll', '_unique_constraints' => { 'primary' => [ 'tag_id' ] }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'tags_all', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TagAll'}{'_unique_constraints'}{'primary'}, 'source_name' => 'TagAll', '_relationships' => { 'biblionumber' => { 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, '_columns' => { 'date_created' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'datetime' }, 'term' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 191 }, 'biblionumber' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'language' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'tag_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'tag_id', 'borrowernumber', 'biblionumber', 'term', 'language', 'date_created' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'AuthHeader' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'authid' ] }, 'result_class' => 'Koha::Schema::Result::AuthHeader', '_relationships' => {}, 'source_name' => 'AuthHeader', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthHeader'}{'_unique_constraints'}{'primary'}, 'name' => 'auth_header', 'resultset_attributes' => {}, '_ordered_columns' => [ 'authid', 'authtypecode', 'datecreated', 'modification_time', 'heading', 'origincode', 'authtrees', 'marc', 'linkid', 'marcxml' ], '_columns' => { 'authtypecode' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 }, 'marc' => { 'data_type' => 'blob', 'is_nullable' => 1 }, 'datecreated' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'modification_time' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'authtrees' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'authid' => { 'is_auto_increment' => 1, 'extra' => { 'unsigned' => 1 }, 'is_nullable' => 0, 'data_type' => 'bigint' }, 'marcxml' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'linkid' => { 'is_nullable' => 1, 'data_type' => 'bigint' }, 'heading' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'origincode' => { 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' } } }, 'DBIx::Class::ResultSource::Table' ), 'MarcModificationTemplate' => bless( { '_ordered_columns' => [ 'template_id', 'name' ], 'resultset_attributes' => {}, '_columns' => { 'template_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' } }, '_relationships' => { 'marc_modification_template_actions' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::MarcModificationTemplateAction', 'cond' => { 'foreign.template_id' => 'self.template_id' }, 'class' => 'Koha::Schema::Result::MarcModificationTemplateAction' } }, 'name' => 'marc_modification_templates', '_primaries' => [ 'template_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'MarcModificationTemplate', 'result_class' => 'Koha::Schema::Result::MarcModificationTemplate', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcModificationTemplate'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ImportBatchProfile' => bless( { '_columns' => { 'template_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'matcher_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'record_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'comments' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'item_action' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'encoding' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 100 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'parse_items' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 1 }, 'nomatch_action' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'overlay_action' => { 'size' => 50, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'format' => { 'size' => 50, 'data_type' => 'varchar', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'matcher_id', 'template_id', 'overlay_action', 'nomatch_action', 'item_action', 'parse_items', 'record_type', 'encoding', 'format', 'comments' ], '_primaries' => [ 'id' ], 'name' => 'import_batch_profiles', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ImportBatchProfile', '_relationships' => { 'import_batches' => { 'source' => 'Koha::Schema::Result::ImportBatch', 'cond' => { 'foreign.profile_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ImportBatch', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportBatchProfile'}{'_primaries'}, 'u_import_batch_profiles__name' => [ 'name' ] }, 'result_class' => 'Koha::Schema::Result::ImportBatchProfile', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'OauthAccessToken' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::OauthAccessToken', '_unique_constraints' => { 'primary' => [ 'access_token' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OauthAccessToken'}{'_unique_constraints'}{'primary'}, 'name' => 'oauth_access_tokens', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'OauthAccessToken', '_relationships' => {}, '_columns' => { 'expires' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'client_id' => { 'size' => 191, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'access_token' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 191 } }, '_ordered_columns' => [ 'access_token', 'client_id', 'expires' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Userflag' => bless( { '_relationships' => { 'permissions' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'cond' => { 'foreign.module_bit' => 'self.bit' }, 'class' => 'Koha::Schema::Result::Permission', 'source' => 'Koha::Schema::Result::Permission' } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'bit' ], 'source_name' => 'Userflag', 'name' => 'userflags', '_ordered_columns' => [ 'bit', 'flag', 'flagdesc', 'defaulton' ], 'resultset_attributes' => {}, '_columns' => { 'flagdesc' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'flag' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 30 }, 'bit' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'defaulton' => { 'is_nullable' => 1, 'data_type' => 'integer' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Userflag', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Userflag'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'CollectionsTracking' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::CollectionsTracking', '_unique_constraints' => { 'primary' => [ 'collections_tracking_id' ] }, '_relationships' => { 'col' => { 'source' => 'Koha::Schema::Result::Collection', 'class' => 'Koha::Schema::Result::Collection', 'cond' => { 'foreign.colId' => 'self.colId' }, 'attrs' => { 'fk_columns' => { 'colId' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CollectionsTracking'}{'_unique_constraints'}{'primary'}, 'source_name' => 'CollectionsTracking', 'name' => 'collections_tracking', '_ordered_columns' => [ 'collections_tracking_id', 'colId', 'itemnumber' ], 'resultset_attributes' => {}, '_columns' => { 'collections_tracking_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'colId' => { 'is_foreign_key' => 1, 'accessor' => 'col_id', 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'itemnumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 } } }, 'DBIx::Class::ResultSource::Table' ), 'AccountDebitType' => bless( { '_relationships' => { 'accountlines' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.debit_type_code' => 'self.code' }, 'source' => 'Koha::Schema::Result::Accountline' }, 'account_debit_types_branches' => { 'class' => 'Koha::Schema::Result::AccountDebitTypesBranch', 'cond' => { 'foreign.debit_type_code' => 'self.code' }, 'source' => 'Koha::Schema::Result::AccountDebitTypesBranch', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, 'source_name' => 'AccountDebitType', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'account_debit_types', '_primaries' => [ 'code' ], 'resultset_attributes' => {}, '_ordered_columns' => [ 'code', 'description', 'can_be_invoiced', 'can_be_sold', 'default_amount', 'is_system', 'archived', 'restricts_checkouts' ], '_columns' => { 'description' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 200 }, 'can_be_invoiced' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 1 }, 'archived' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'can_be_sold' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'code' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'is_system' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'restricts_checkouts' => { 'default_value' => 1, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'default_amount' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AccountDebitType'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::AccountDebitType' }, 'DBIx::Class::ResultSource::Table' ), 'LibraryHour' => bless( { '_ordered_columns' => [ 'library_id', 'day', 'open_time', 'close_time' ], 'resultset_attributes' => {}, '_columns' => { 'library_id' => { 'is_foreign_key' => 1, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'open_time' => { 'is_nullable' => 1, 'data_type' => 'time' }, 'close_time' => { 'data_type' => 'time', 'is_nullable' => 1 }, 'day' => { 'data_type' => 'enum', 'is_nullable' => 0, 'default_value' => 0, 'extra' => { 'list' => [ 0, 1, 2, 3, 4, 5, 6 ] } } }, '_relationships' => { 'library' => { 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'library_id' => 1 }, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.library_id' }, 'class' => 'Koha::Schema::Result::Branch' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'library_hours', '_primaries' => [ 'library_id', 'day' ], 'source_name' => 'LibraryHour', 'result_class' => 'Koha::Schema::Result::LibraryHour', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LibraryHour'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ItemCirculationAlertPreference' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::ItemCirculationAlertPreference', 'source_name' => 'ItemCirculationAlertPreference', 'name' => 'item_circulation_alert_preferences', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemCirculationAlertPreference'}{'_unique_constraints'}{'primary'}, '_relationships' => {}, '_columns' => { 'item_type' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 }, 'notification' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 16 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'categorycode' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'branchcode', 'categorycode', 'item_type', 'notification' ] }, 'DBIx::Class::ResultSource::Table' ), 'HouseboundVisit' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::HouseboundVisit', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'housebound_visit', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'HouseboundVisit'}{'_unique_constraints'}{'primary'}, 'source_name' => 'HouseboundVisit', '_relationships' => { 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HouseboundProfile', 'source' => 'Koha::Schema::Result::HouseboundProfile', 'attrs' => { 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'deliverer_brwnumber' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.deliverer_brwnumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'chooser_brwnumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.chooser_brwnumber' } } }, '_columns' => { 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'appointment_date' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'chooser_brwnumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'day_segment' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'deliverer_brwnumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'id', 'borrowernumber', 'appointment_date', 'day_segment', 'chooser_brwnumber', 'deliverer_brwnumber' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'ReportsDictionary' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'reports_dictionary', '_primaries' => [ 'id' ], 'source_name' => 'ReportsDictionary', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => {}, '_columns' => { 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'date_created' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'name' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'report_area' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 6 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'saved_sql' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'date_modified' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ReportsDictionary'}{'_primaries'} }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'description', 'date_created', 'date_modified', 'saved_sql', 'report_area' ], 'result_class' => 'Koha::Schema::Result::ReportsDictionary' }, 'DBIx::Class::ResultSource::Table' ), 'ErmDocument' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'document_id', 'agreement_id', 'license_id', 'file_name', 'file_type', 'file_description', 'file_content', 'uploaded_on', 'physical_location', 'uri', 'notes' ], '_columns' => { 'file_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'agreement_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'notes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'uri' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'license_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'file_content' => { 'data_type' => 'longblob', 'is_nullable' => 1 }, 'physical_location' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'file_name' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'uploaded_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'document_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'file_description' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' } }, '_relationships' => { 'agreement' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'agreement_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreement' }, 'license' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'license_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ErmLicense', 'class' => 'Koha::Schema::Result::ErmLicense', 'cond' => { 'foreign.license_id' => 'self.license_id' } } }, 'name' => 'erm_documents', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'document_id' ], 'source_name' => 'ErmDocument', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmDocument'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ErmDocument', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'CourseInstructor' => bless( { 'result_class' => 'Koha::Schema::Result::CourseInstructor', '_unique_constraints' => { 'primary' => [ 'course_id', 'borrowernumber' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'course_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'course_id', 'borrowernumber' ], 'resultset_attributes' => {}, 'source_name' => 'CourseInstructor', 'name' => 'course_instructors', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CourseInstructor'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'course' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'course_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT' }, 'source' => 'Koha::Schema::Result::Course', 'class' => 'Koha::Schema::Result::Course', 'cond' => { 'foreign.course_id' => 'self.course_id' } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'Biblio' => bless( { 'result_class' => 'Koha::Schema::Result::Biblio', '_unique_constraints' => { 'primary' => [ 'biblionumber' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'biblionumber', 'frameworkcode', 'author', 'title', 'medium', 'subtitle', 'part_number', 'part_name', 'unititle', 'notes', 'serial', 'seriestitle', 'copyrightdate', 'timestamp', 'datecreated', 'abstract' ], 'resultset_attributes' => {}, '_columns' => { 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' }, 'part_name' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'serial' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'subtitle' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'author' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'datecreated' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 0 }, 'abstract' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'frameworkcode' => { 'size' => 4, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'biblionumber' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'unititle' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'copyrightdate' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'title' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'medium' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'seriestitle' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'part_number' => { 'data_type' => 'longtext', 'is_nullable' => 1 } }, '_relationships' => { 'virtualshelfcontents' => { 'source' => 'Koha::Schema::Result::Virtualshelfcontent', 'class' => 'Koha::Schema::Result::Virtualshelfcontent', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'orders' => { 'source' => 'Koha::Schema::Result::Aqorder', 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'tags_indexes' => { 'source' => 'Koha::Schema::Result::TagsIndex', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::TagsIndex', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'bookings' => { 'source' => 'Koha::Schema::Result::Booking', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Booking', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'item_groups' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ItemGroup', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::ItemGroup' }, 'old_reserves' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::OldReserve', 'source' => 'Koha::Schema::Result::OldReserve', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'hold_fill_targets' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::HoldFillTarget', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::HoldFillTarget' }, 'reviews' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Review', 'source' => 'Koha::Schema::Result::Review' }, 'erm_eholdings_titles' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::ErmEholdingsTitle', 'source' => 'Koha::Schema::Result::ErmEholdingsTitle' }, 'article_requests' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ArticleRequest', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::ArticleRequest' }, 'cover_images' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::CoverImage', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::CoverImage' }, 'tmp_holdsqueues' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::TmpHoldsqueue', 'source' => 'Koha::Schema::Result::TmpHoldsqueue' }, 'reserves' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Reserve', 'source' => 'Koha::Schema::Result::Reserve', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'club_holds' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ClubHold', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::ClubHold' }, 'ill_requests' => { 'source' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Illrequest', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'serials' => { 'source' => 'Koha::Schema::Result::Serial', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Serial', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqorders' => { 'source' => 'Koha::Schema::Result::Aqorder', 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'subscriptions' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Subscription' }, 'biblioitems' => { 'class' => 'Koha::Schema::Result::Biblioitem', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblioitem', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'subscriptionhistories' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Subscriptionhistory', 'source' => 'Koha::Schema::Result::Subscriptionhistory', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'illrequests' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Illrequest' }, 'suggestions' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Suggestion', 'source' => 'Koha::Schema::Result::Suggestion', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'items' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' }, 'ratings' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::Rating', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Rating' }, 'linktrackers' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Linktracker', 'class' => 'Koha::Schema::Result::Linktracker', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'biblio_metadatas' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::BiblioMetadata' }, 'recalls' => { 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Recall', 'source' => 'Koha::Schema::Result::Recall', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'tags_all' => { 'source' => 'Koha::Schema::Result::TagAll', 'class' => 'Koha::Schema::Result::TagAll', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'biblioitem' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblioitem', 'source' => 'Koha::Schema::Result::Biblioitem', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'course_items' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::CourseItem', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::CourseItem' }, 'tickets' => { 'class' => 'Koha::Schema::Result::Ticket', 'cond' => { 'foreign.biblio_id' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Ticket', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'metadata' => { 'class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::BiblioMetadata', 'attrs' => { 'cascade_copy' => 0, 'accessor' => 'single', 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1 } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}{'_unique_constraints'}{'primary'}, 'name' => 'biblio', 'source_name' => 'Biblio', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'PreservationProcessing' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'processing_id', 'name', 'letter_code' ], '_columns' => { 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 80 }, 'letter_code' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'processing_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'preservation_trains_items' => { 'source' => 'Koha::Schema::Result::PreservationTrainsItem', 'class' => 'Koha::Schema::Result::PreservationTrainsItem', 'cond' => { 'foreign.processing_id' => 'self.processing_id' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'preservation_trains' => { 'source' => 'Koha::Schema::Result::PreservationTrain', 'cond' => { 'foreign.default_processing_id' => 'self.processing_id' }, 'class' => 'Koha::Schema::Result::PreservationTrain', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'preservation_processing_attributes' => { 'cond' => { 'foreign.processing_id' => 'self.processing_id' }, 'class' => 'Koha::Schema::Result::PreservationProcessingAttribute', 'source' => 'Koha::Schema::Result::PreservationProcessingAttribute', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } } }, 'name' => 'preservation_processings', 'source_name' => 'PreservationProcessing', '_primaries' => [ 'processing_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PreservationProcessing'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::PreservationProcessing', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'Virtualshelfcontent' => bless( { '_unique_constraints' => { 'primary' => [ 'shelfnumber', 'biblionumber' ] }, 'result_class' => 'Koha::Schema::Result::Virtualshelfcontent', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'shelfnumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'dateadded' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'biblionumber' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'shelfnumber', 'biblionumber', 'dateadded', 'borrowernumber' ], 'name' => 'virtualshelfcontents', 'source_name' => 'Virtualshelfcontent', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Virtualshelfcontent'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'shelfnumber' => { 'class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => { 'foreign.shelfnumber' => 'self.shelfnumber' }, 'source' => 'Koha::Schema::Result::Virtualshelve', 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } }, 'biblionumber' => { 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio' }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower' } } }, 'DBIx::Class::ResultSource::Table' ), 'Course' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'course_id' ] }, 'result_class' => 'Koha::Schema::Result::Course', '_relationships' => { 'course_reserves' => { 'source' => 'Koha::Schema::Result::CourseReserve', 'cond' => { 'foreign.course_id' => 'self.course_id' }, 'class' => 'Koha::Schema::Result::CourseReserve', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'course_instructors' => { 'cond' => { 'foreign.course_id' => 'self.course_id' }, 'class' => 'Koha::Schema::Result::CourseInstructor', 'source' => 'Koha::Schema::Result::CourseInstructor', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'courses', 'source_name' => 'Course', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Course'}{'_unique_constraints'}{'primary'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'course_id', 'department', 'course_number', 'section', 'course_name', 'term', 'staff_note', 'public_note', 'students_count', 'enabled', 'timestamp' ], '_columns' => { 'course_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'course_number' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'public_note' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'students_count' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'section' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'term' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'course_name' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'department' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'enabled' => { 'is_nullable' => 0, 'data_type' => 'enum', 'default_value' => 'yes', 'extra' => { 'list' => [ 'yes', 'no' ] } }, 'staff_note' => { 'is_nullable' => 1, 'data_type' => 'longtext' } } }, 'DBIx::Class::ResultSource::Table' ), 'ProblemReport' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'reportid' ] }, 'result_class' => 'Koha::Schema::Result::ProblemReport', 'name' => 'problem_reports', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ProblemReport', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ProblemReport'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch' }, 'borrowernumber' => { 'attrs' => { 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'created_on' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'problempage' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'content' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'username' => { 'size' => 75, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'reportid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'recipient' => { 'extra' => { 'list' => [ 'admin', 'library' ] }, 'default_value' => 'library', 'data_type' => 'enum', 'is_nullable' => 0 }, 'status' => { 'default_value' => 'New', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 6 }, 'borrowernumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'title' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 40 }, 'branchcode' => { 'data_type' => 'varchar', 'default_value' => '', 'is_foreign_key' => 1, 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'reportid', 'title', 'content', 'borrowernumber', 'branchcode', 'username', 'problempage', 'recipient', 'created_on', 'status' ] }, 'DBIx::Class::ResultSource::Table' ), 'AdditionalFieldValue' => bless( { 'source_name' => 'AdditionalFieldValue', 'name' => 'additional_field_values', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], '_relationships' => { 'field' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'field_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'class' => 'Koha::Schema::Result::AdditionalField', 'cond' => { 'foreign.id' => 'self.field_id' }, 'source' => 'Koha::Schema::Result::AdditionalField' } }, '_columns' => { 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'field_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'record_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'value' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' } }, '_ordered_columns' => [ 'id', 'field_id', 'record_id', 'value' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::AdditionalFieldValue', '_unique_constraints' => { 'field_record' => [ 'field_id', 'record_id' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalFieldValue'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'OaiSet' => bless( { 'result_class' => 'Koha::Schema::Result::OaiSet', '_unique_constraints' => { 'spec' => [ 'spec' ], 'primary' => [ 'id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 }, 'spec' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'id', 'spec', 'name' ], 'resultset_attributes' => {}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OaiSet'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'OaiSet', 'name' => 'oai_sets', '_relationships' => { 'oai_sets_mappings' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::OaiSetsMapping', 'class' => 'Koha::Schema::Result::OaiSetsMapping', 'cond' => { 'foreign.set_id' => 'self.id' } }, 'oai_sets_biblios' => { 'source' => 'Koha::Schema::Result::OaiSetsBiblio', 'cond' => { 'foreign.set_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::OaiSetsBiblio', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'oai_sets_descriptions' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::OaiSetsDescription', 'class' => 'Koha::Schema::Result::OaiSetsDescription', 'cond' => { 'foreign.set_id' => 'self.id' } } } }, 'DBIx::Class::ResultSource::Table' ), 'MarcOverlayRule' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'tag', 'module', 'filter', 'add', 'append', 'remove', 'delete' ], '_columns' => { 'module' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 127 }, 'remove' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'add' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'delete' => { 'accessor' => undef, 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'append' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'tag' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'filter' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => {}, 'source_name' => 'MarcOverlayRule', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'marc_overlay_rules', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcOverlayRule'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::MarcOverlayRule', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Subscriptionhistory' => bless( { '_columns' => { 'biblionumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'histenddate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'missinglist' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'histstartdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'opacnote' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'librariannote' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'subscriptionid' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'recievedlist' => { 'is_nullable' => 0, 'data_type' => 'longtext' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'biblionumber', 'subscriptionid', 'histstartdate', 'histenddate', 'missinglist', 'recievedlist', 'opacnote', 'librariannote' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'subscriptionid' ], 'source_name' => 'Subscriptionhistory', 'name' => 'subscriptionhistory', '_relationships' => { 'subscriptionid' => { 'source' => 'Koha::Schema::Result::Subscription', 'class' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio' } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Subscriptionhistory'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Subscriptionhistory', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ImportBiblio' => bless( { '_relationships' => { 'import_record' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'import_record_id' => 1 } }, 'source' => 'Koha::Schema::Result::ImportRecord', 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportRecord' } }, 'source_name' => 'ImportBiblio', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'import_record_id' ], 'name' => 'import_biblios', 'resultset_attributes' => {}, '_ordered_columns' => [ 'import_record_id', 'matched_biblionumber', 'control_number', 'original_source', 'title', 'author', 'isbn', 'issn', 'has_items' ], '_columns' => { 'matched_biblionumber' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'import_record_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'original_source' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'control_number' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 }, 'issn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'author' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'isbn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'title' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'has_items' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportBiblio'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ImportBiblio' }, 'DBIx::Class::ResultSource::Table' ), 'Linktracker' => bless( { 'result_class' => 'Koha::Schema::Result::Linktracker', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'id', 'biblionumber', 'itemnumber', 'borrowernumber', 'url', 'timeclicked' ], 'resultset_attributes' => {}, '_columns' => { 'url' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'timeclicked' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } } }, '_relationships' => { 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } }, 'biblionumber' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Linktracker', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Linktracker'}{'_unique_constraints'}{'primary'}, 'name' => 'linktracker' }, 'DBIx::Class::ResultSource::Table' ), 'AqbudgetsPlanning' => bless( { '_ordered_columns' => [ 'plan_id', 'budget_id', 'budget_period_id', 'estimated_amount', 'authcat', 'authvalue', 'display' ], 'result_class' => 'Koha::Schema::Result::AqbudgetsPlanning', 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => [ 'plan_id' ] }, '_columns' => { 'budget_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'display' => { 'default_value' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'estimated_amount' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'plan_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'authcat' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 30 }, 'budget_period_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'authvalue' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 30 } }, '_relationships' => { 'budget' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'budget_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.budget_id' } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'name' => 'aqbudgets_planning', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqbudgetsPlanning'}{'_unique_constraints'}{'primary'}, 'source_name' => 'AqbudgetsPlanning' }, 'DBIx::Class::ResultSource::Table' ), 'Tag' => bless( { 'result_class' => 'Koha::Schema::Result::Tag', '_unique_constraints' => { 'primary' => [ 'entry' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'weight' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'bigint' }, 'entry' => { 'size' => 255, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_ordered_columns' => [ 'entry', 'weight' ], 'resultset_attributes' => {}, 'name' => 'tags', 'source_name' => 'Tag', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Tag'}{'_unique_constraints'}{'primary'}, '_relationships' => {} }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerAttribute' => bless( { '_columns' => { 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'code' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 64 }, 'attribute' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'borrowernumber', 'code', 'attribute' ], 'name' => 'borrower_attributes', 'source_name' => 'BorrowerAttribute', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], '_relationships' => { 'borrowernumber' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' }, 'code' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::BorrowerAttributeType', 'cond' => { 'foreign.code' => 'self.code' }, 'source' => 'Koha::Schema::Result::BorrowerAttributeType' }, 'borrower_attribute_types' => { 'source' => 'Koha::Schema::Result::BorrowerAttributeType', 'cond' => { 'foreign.code' => 'self.code' }, 'class' => 'Koha::Schema::Result::BorrowerAttributeType', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'code' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerAttribute'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::BorrowerAttribute', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Permission' => bless( { '_unique_constraints' => { 'primary' => [ 'module_bit', 'code' ] }, 'result_class' => 'Koha::Schema::Result::Permission', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'description' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'module_bit' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'code' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 64 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'module_bit', 'code', 'description' ], '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Permission'}{'_unique_constraints'}{'primary'}, 'source_name' => 'Permission', 'name' => 'permissions', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'user_permissions' => { 'cond' => { 'foreign.module_bit' => 'self.module_bit', 'foreign.code' => 'self.code' }, 'class' => 'Koha::Schema::Result::UserPermission', 'source' => 'Koha::Schema::Result::UserPermission', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'module_bit' => { 'cond' => { 'foreign.bit' => 'self.module_bit' }, 'class' => 'Koha::Schema::Result::Userflag', 'source' => 'Koha::Schema::Result::Userflag', 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'LanguageRfc4646ToIso639' => bless( { 'source_name' => 'LanguageRfc4646ToIso639', 'name' => 'language_rfc4646_to_iso639', '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => {}, '_columns' => { 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'iso639_2_code' => { 'size' => 25, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'rfc4646_subtag' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 } }, '_ordered_columns' => [ 'rfc4646_subtag', 'iso639_2_code', 'id' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::LanguageRfc4646ToIso639', '_unique_constraints' => { 'uniq_code' => [ 'rfc4646_subtag', 'iso639_2_code' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LanguageRfc4646ToIso639'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'KeyboardShortcut' => bless( { '_relationships' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'KeyboardShortcut', '_primaries' => [ 'shortcut_name' ], 'name' => 'keyboard_shortcuts', '_ordered_columns' => [ 'shortcut_name', 'shortcut_keys' ], 'resultset_attributes' => {}, '_columns' => { 'shortcut_keys' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'shortcut_name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::KeyboardShortcut', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'KeyboardShortcut'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'SearchMarcMap' => bless( { '_columns' => { 'index_name' => { 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'biblios', 'authorities' ] } }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'marc_type' => { 'is_nullable' => 0, 'data_type' => 'enum', 'extra' => { 'list' => [ 'marc21', 'unimarc' ] } }, 'marc_field' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_ordered_columns' => [ 'id', 'index_name', 'marc_type', 'marc_field' ], 'result_class' => 'Koha::Schema::Result::SearchMarcMap', 'resultset_attributes' => {}, '_unique_constraints' => { 'index_name' => [ 'index_name', 'marc_field', 'marc_type' ], 'primary' => [ 'id' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SearchMarcMap'}{'_unique_constraints'}{'primary'}, 'name' => 'search_marc_map', 'source_name' => 'SearchMarcMap', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'search_marc_to_fields' => { 'cond' => { 'foreign.search_marc_map_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::SearchMarcToField', 'source' => 'Koha::Schema::Result::SearchMarcToField', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'LibrarySmtpServer' => bless( { 'result_class' => 'Koha::Schema::Result::LibrarySmtpServer', '_unique_constraints' => { 'primary' => [ 'id' ], 'library_id_idx' => [ 'library_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'id', 'library_id', 'smtp_server_id' ], 'resultset_attributes' => {}, '_columns' => { 'library_id' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10, 'is_foreign_key' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'smtp_server_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, '_relationships' => { 'library' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'library_id' => 1 }, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'cond' => { 'foreign.branchcode' => 'self.library_id' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'smtp_server' => { 'attrs' => { 'fk_columns' => { 'smtp_server_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::SmtpServer', 'cond' => { 'foreign.id' => 'self.smtp_server_id' }, 'class' => 'Koha::Schema::Result::SmtpServer' } }, 'name' => 'library_smtp_servers', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'LibrarySmtpServer', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LibrarySmtpServer'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'MarcModificationTemplateAction' => bless( { '_relationships' => { 'template' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'template_id' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::MarcModificationTemplate', 'cond' => { 'foreign.template_id' => 'self.template_id' }, 'source' => 'Koha::Schema::Result::MarcModificationTemplate' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'marc_modification_template_actions', 'source_name' => 'MarcModificationTemplateAction', '_primaries' => [ 'mmta_id' ], '_ordered_columns' => [ 'mmta_id', 'template_id', 'ordering', 'action', 'field_number', 'from_field', 'from_subfield', 'field_value', 'to_field', 'to_subfield', 'to_regex_search', 'to_regex_replace', 'to_regex_modifiers', 'conditional', 'conditional_field', 'conditional_subfield', 'conditional_comparison', 'conditional_value', 'conditional_regex', 'description' ], 'resultset_attributes' => {}, '_columns' => { 'conditional' => { 'extra' => { 'list' => [ 'if', 'unless' ] }, 'is_nullable' => 1, 'data_type' => 'enum' }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'conditional_comparison' => { 'data_type' => 'enum', 'is_nullable' => 1, 'extra' => { 'list' => [ 'exists', 'not_exists', 'equals', 'not_equals' ] } }, 'template_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'from_subfield' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 1 }, 'to_regex_replace' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'conditional_value' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'ordering' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'to_regex_search' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'conditional_field' => { 'size' => 3, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'to_field' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 3 }, 'field_number' => { 'is_nullable' => 0, 'data_type' => 'smallint', 'default_value' => 0 }, 'conditional_subfield' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 1 }, 'action' => { 'extra' => { 'list' => [ 'delete_field', 'add_field', 'update_field', 'move_field', 'copy_field', 'copy_and_replace_field' ] }, 'data_type' => 'enum', 'is_nullable' => 0 }, 'to_subfield' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 1 }, 'to_regex_modifiers' => { 'size' => 8, 'default_value' => '', 'is_nullable' => 1, 'data_type' => 'varchar' }, 'conditional_regex' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'field_value' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'from_field' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 3 }, 'mmta_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::MarcModificationTemplateAction', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcModificationTemplateAction'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'BackgroundJob' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::BackgroundJob', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'name' => 'background_jobs', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BackgroundJob'}{'_unique_constraints'}{'primary'}, 'source_name' => 'BackgroundJob', '_relationships' => {}, '_columns' => { 'type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 64 }, 'data' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'ended_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'status' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'size' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'started_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'progress' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'queue' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => 'default', 'size' => 191 }, 'enqueued_on' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'context' => { 'is_nullable' => 1, 'data_type' => 'longtext' } }, '_ordered_columns' => [ 'id', 'status', 'progress', 'size', 'borrowernumber', 'type', 'queue', 'data', 'context', 'enqueued_on', 'started_on', 'ended_on' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'LanguageDescription' => bless( { 'name' => 'language_descriptions', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'LanguageDescription', '_primaries' => [ 'id' ], '_relationships' => {}, '_columns' => { 'type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'lang' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'subtag' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'subtag', 'type', 'lang', 'description', 'id' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LanguageDescription'}{'_primaries'}, 'uniq_desc' => [ 'subtag', 'type', 'lang' ] }, 'result_class' => 'Koha::Schema::Result::LanguageDescription' }, 'DBIx::Class::ResultSource::Table' ), 'CheckoutRenewal' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'renewal_id', 'checkout_id', 'renewer_id', 'seen', 'interface', 'timestamp', 'renewal_type' ], '_columns' => { 'renewer_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'renewal_type' => { 'default_value' => 'Manual', 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'Automatic', 'Manual' ] } }, 'renewal_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'checkout_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'seen' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'interface' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 16 } }, '_relationships' => { 'renewer' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.renewer_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'renewer_id' => 1 }, 'is_deferrable' => 1 } }, 'old_checkout' => { 'class' => 'Koha::Schema::Result::OldIssue', 'cond' => { 'foreign.issue_id' => 'self.checkout_id' }, 'source' => 'Koha::Schema::Result::OldIssue', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'checkout_id' => 1 }, 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 } }, 'checkout' => { 'attrs' => { 'is_deferrable' => 1, 'is_depends_on' => 1, 'fk_columns' => { 'checkout_id' => 1 }, 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'cond' => { 'foreign.issue_id' => 'self.checkout_id' }, 'class' => 'Koha::Schema::Result::Issue', 'source' => 'Koha::Schema::Result::Issue' } }, 'source_name' => 'CheckoutRenewal', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'renewal_id' ], 'name' => 'checkout_renewals', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CheckoutRenewal'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::CheckoutRenewal', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AuthorisedValuesBranch' => bless( { '_unique_constraints' => { 'primary' => [ 'av_id', 'branchcode' ] }, 'result_class' => 'Koha::Schema::Result::AuthorisedValuesBranch', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'av_id', 'branchcode' ], '_columns' => { 'av_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'branchcode' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1 }, 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'av' => { 'source' => 'Koha::Schema::Result::AuthorisedValue', 'class' => 'Koha::Schema::Result::AuthorisedValue', 'cond' => { 'foreign.id' => 'self.av_id' }, 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'av_id' => 1 } } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthorisedValuesBranch'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AuthorisedValuesBranch', 'name' => 'authorised_values_branches' }, 'DBIx::Class::ResultSource::Table' ), 'Discharge' => bless( { '_unique_constraints' => { 'primary' => [ 'discharge_id' ] }, 'result_class' => 'Koha::Schema::Result::Discharge', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'discharge_id', 'borrower', 'needed', 'validated' ], '_columns' => { 'borrower' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'needed' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'timestamp' }, 'validated' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 1 }, 'discharge_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'borrower' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrower' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'name' => 'discharges', 'source_name' => 'Discharge', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Discharge'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'Recall' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Recall', '_unique_constraints' => { 'primary' => [ 'recall_id' ] }, 'name' => 'recalls', 'source_name' => 'Recall', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Recall'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'patron_id' => 1 }, 'is_deferrable' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'library' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.pickup_library_id' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'fk_columns' => { 'pickup_library_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'item' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'fk_columns' => { 'item_id' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item_id' }, 'source' => 'Koha::Schema::Result::Item' }, 'pickup_library' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'pickup_library_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'cond' => { 'foreign.branchcode' => 'self.pickup_library_id' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'biblio' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'biblio_id' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'source' => 'Koha::Schema::Result::Biblio' } }, '_columns' => { 'item_level' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'item_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'waiting_date' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'expiration_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'pickup_library_id' => { 'is_foreign_key' => 1, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'patron_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'status' => { 'data_type' => 'enum', 'is_nullable' => 1, 'default_value' => 'requested', 'extra' => { 'list' => [ 'requested', 'overdue', 'waiting', 'in_transit', 'cancelled', 'expired', 'fulfilled' ] } }, 'priority' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'completed' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'biblio_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'recall_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'created_date' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'completed_date' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 } }, '_ordered_columns' => [ 'recall_id', 'patron_id', 'created_date', 'biblio_id', 'pickup_library_id', 'completed_date', 'notes', 'priority', 'status', 'timestamp', 'item_id', 'waiting_date', 'expiration_date', 'completed', 'item_level' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'MessageQueue' => bless( { '_ordered_columns' => [ 'message_id', 'letter_id', 'borrowernumber', 'subject', 'content', 'metadata', 'letter_code', 'message_transport_type', 'status', 'time_queued', 'updated_on', 'to_address', 'cc_address', 'from_address', 'reply_address', 'content_type', 'failure_code' ], 'result_class' => 'Koha::Schema::Result::MessageQueue', 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => [ 'message_id' ] }, '_columns' => { 'message_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'failure_code' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'letter_code' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 64 }, 'subject' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'letter_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'from_address' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'content_type' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'reply_address' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'cc_address' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'time_queued' => { 'is_nullable' => 1, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'message_transport_type' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 20, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'metadata' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'content' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'status' => { 'is_nullable' => 0, 'data_type' => 'enum', 'default_value' => 'pending', 'extra' => { 'list' => [ 'sent', 'pending', 'failed', 'deleted' ] } }, 'borrowernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'to_address' => { 'data_type' => 'longtext', 'is_nullable' => 1 } }, '_relationships' => { 'letter' => { 'cond' => { 'foreign.id' => 'self.letter_id' }, 'class' => 'Koha::Schema::Result::Letter', 'source' => 'Koha::Schema::Result::Letter', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'letter_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'message_transport_type' => { 'class' => 'Koha::Schema::Result::MessageTransportType', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'source' => 'Koha::Schema::Result::MessageTransportType', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'RESTRICT', 'is_deferrable' => 1 } }, 'borrowernumber' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MessageQueue'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'MessageQueue', 'name' => 'message_queue' }, 'DBIx::Class::ResultSource::Table' ), 'HouseboundProfile' => bless( { '_columns' => { 'day' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'fav_itemtypes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'fav_subjects' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'referral' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'frequency' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'fav_authors' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'notes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'borrowernumber', 'day', 'frequency', 'fav_itemtypes', 'fav_subjects', 'fav_authors', 'referral', 'notes' ], 'resultset_attributes' => {}, 'source_name' => 'HouseboundProfile', '_primaries' => [ 'borrowernumber' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'housebound_profile', '_relationships' => { 'borrowernumber' => { 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'housebound_visits' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::HouseboundVisit', 'class' => 'Koha::Schema::Result::HouseboundVisit', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, 'result_class' => 'Koha::Schema::Result::HouseboundProfile', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'HouseboundProfile'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ActionLog' => bless( { '_ordered_columns' => [ 'action_id', 'timestamp', 'user', 'module', 'action', 'object', 'info', 'interface', 'script', 'trace', 'diff' ], 'resultset_attributes' => {}, '_columns' => { 'object' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'script' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'diff' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'action_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'user' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'trace' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'module' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'interface' => { 'size' => 30, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'action' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'info' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, '_relationships' => {}, '_primaries' => [ 'action_id' ], 'name' => 'action_logs', 'source_name' => 'ActionLog', 'resultset_class' => 'DBIx::Class::ResultSet', 'result_class' => 'Koha::Schema::Result::ActionLog', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ActionLog'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ClubTemplateEnrollmentField' => bless( { '_columns' => { 'authorised_value_category' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'text' }, 'description' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'club_template_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'id', 'club_template_id', 'name', 'description', 'authorised_value_category' ], 'resultset_attributes' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'source_name' => 'ClubTemplateEnrollmentField', 'name' => 'club_template_enrollment_fields', '_relationships' => { 'club_template' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'club_template_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ClubTemplate', 'class' => 'Koha::Schema::Result::ClubTemplate', 'cond' => { 'foreign.id' => 'self.club_template_id' } }, 'club_enrollment_fields' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ClubEnrollmentField', 'cond' => { 'foreign.club_template_enrollment_field_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubEnrollmentField' } }, 'result_class' => 'Koha::Schema::Result::ClubTemplateEnrollmentField', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubTemplateEnrollmentField'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'SavedReport' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::SavedReport', '_relationships' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SavedReport'}{'_unique_constraints'}{'primary'}, 'source_name' => 'SavedReport', 'name' => 'saved_reports', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'report_id', 'report', 'date_run' ], '_columns' => { 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'date_run' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'report_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'report' => { 'data_type' => 'longtext', 'is_nullable' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'AqordersClaim' => bless( { '_columns' => { 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'ordernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'claimed_on' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 } }, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'resultset_attributes' => {}, 'result_class' => 'Koha::Schema::Result::AqordersClaim', '_ordered_columns' => [ 'id', 'ordernumber', 'claimed_on' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqordersClaim'}{'_unique_constraints'}{'primary'}, 'source_name' => 'AqordersClaim', 'name' => 'aqorders_claims', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'ordernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Aqorder', 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' } } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmDefaultUsageReport' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ErmDefaultUsageReport', '_unique_constraints' => { 'primary' => [ 'erm_default_usage_report_id' ] }, '_relationships' => {}, 'name' => 'erm_default_usage_reports', 'source_name' => 'ErmDefaultUsageReport', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmDefaultUsageReport'}{'_unique_constraints'}{'primary'}, '_ordered_columns' => [ 'erm_default_usage_report_id', 'report_name', 'report_url_params' ], 'resultset_attributes' => {}, '_columns' => { 'report_name' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'report_url_params' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'erm_default_usage_report_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } } }, 'DBIx::Class::ResultSource::Table' ), 'ColumnsSetting' => bless( { 'result_class' => 'Koha::Schema::Result::ColumnsSetting', '_unique_constraints' => { 'primary' => [ 'module', 'page', 'tablename', 'columnname' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'module', 'page', 'tablename', 'columnname', 'cannot_be_toggled', 'is_hidden' ], 'resultset_attributes' => {}, '_columns' => { 'module' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'tablename' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'cannot_be_toggled' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'page' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'columnname' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'is_hidden' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 } }, '_relationships' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'columns_settings', 'source_name' => 'ColumnsSetting', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ColumnsSetting'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'ArticleRequest' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::ArticleRequest', 'source_name' => 'ArticleRequest', 'name' => 'article_requests', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ArticleRequest'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'biblionumber' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'debit' => { 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.accountlines_id' => 'self.debit_id' }, 'source' => 'Koha::Schema::Result::Accountline', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'fk_columns' => { 'debit_id' => 1 }, 'is_deferrable' => 1 } }, 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_depends_on' => 1 } } }, '_columns' => { 'patron_notes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'chapters' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'urls' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'volume' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'cancellation_reason' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'date' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'author' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'format' => { 'extra' => { 'list' => [ 'PHOTOCOPY', 'SCAN' ] }, 'default_value' => 'PHOTOCOPY', 'data_type' => 'enum', 'is_nullable' => 0 }, 'status' => { 'extra' => { 'list' => [ 'REQUESTED', 'PENDING', 'PROCESSING', 'COMPLETED', 'CANCELED' ] }, 'default_value' => 'REQUESTED', 'is_nullable' => 0, 'data_type' => 'enum' }, 'debit_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'pages' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'created_on' => { 'is_nullable' => 1, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'biblionumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'toc_request' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'title' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'issue' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'borrowernumber', 'biblionumber', 'itemnumber', 'branchcode', 'title', 'author', 'volume', 'issue', 'date', 'pages', 'chapters', 'patron_notes', 'status', 'notes', 'format', 'urls', 'cancellation_reason', 'debit_id', 'created_on', 'updated_on', 'toc_request' ] }, 'DBIx::Class::ResultSource::Table' ), 'Aqbudgetborrower' => bless( { '_relationships' => { 'borrowernumber' => { 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' }, 'budget' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'budget_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.budget_id' } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'source_name' => 'Aqbudgetborrower', 'name' => 'aqbudgetborrowers', '_primaries' => [ 'budget_id', 'borrowernumber' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_ordered_columns' => [ 'budget_id', 'borrowernumber' ], 'result_class' => 'Koha::Schema::Result::Aqbudgetborrower', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbudgetborrower'}{'_primaries'} }, 'resultset_attributes' => {}, '_columns' => { 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'budget_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'ImportRecord' => bless( { '_ordered_columns' => [ 'import_record_id', 'import_batch_id', 'branchcode', 'record_sequence', 'upload_timestamp', 'import_date', 'marc', 'marcxml', 'marcxml_old', 'record_type', 'overlay_status', 'status', 'import_error', 'encoding' ], 'resultset_attributes' => {}, '_columns' => { 'marc' => { 'is_nullable' => 0, 'data_type' => 'longblob' }, 'record_type' => { 'extra' => { 'list' => [ 'biblio', 'auth', 'holdings' ] }, 'default_value' => 'biblio', 'data_type' => 'enum', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'import_error' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'record_sequence' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'marcxml' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'marcxml_old' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'overlay_status' => { 'extra' => { 'list' => [ 'no_match', 'auto_match', 'manual_match', 'match_applied' ] }, 'default_value' => 'no_match', 'is_nullable' => 0, 'data_type' => 'enum' }, 'import_batch_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'status' => { 'extra' => { 'list' => [ 'error', 'staged', 'imported', 'reverted', 'items_reverted', 'ignored' ] }, 'default_value' => 'staged', 'data_type' => 'enum', 'is_nullable' => 0 }, 'import_record_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'upload_timestamp' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'encoding' => { 'size' => 40, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'import_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 } }, '_relationships' => { 'import_biblio' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'accessor' => 'single', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ImportBiblio', 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportBiblio' }, 'import_record_matches' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ImportRecordMatch', 'class' => 'Koha::Schema::Result::ImportRecordMatch', 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' } }, 'import_items' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportItem', 'source' => 'Koha::Schema::Result::ImportItem' }, 'import_batch' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'import_batch_id' => 1 } }, 'class' => 'Koha::Schema::Result::ImportBatch', 'cond' => { 'foreign.import_batch_id' => 'self.import_batch_id' }, 'source' => 'Koha::Schema::Result::ImportBatch' }, 'import_auth' => { 'source' => 'Koha::Schema::Result::ImportAuth', 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportAuth', 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'accessor' => 'single', 'join_type' => 'LEFT', 'cascade_copy' => 0 } } }, 'source_name' => 'ImportRecord', 'name' => 'import_records', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'import_record_id' ], 'result_class' => 'Koha::Schema::Result::ImportRecord', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportRecord'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Currency' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Currency', '_unique_constraints' => { 'primary' => [ 'currency' ] }, 'source_name' => 'Currency', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Currency'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'currency', '_relationships' => { 'aqorders' => { 'cond' => { 'foreign.currency' => 'self.currency' }, 'class' => 'Koha::Schema::Result::Aqorder', 'source' => 'Koha::Schema::Result::Aqorder', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqorders_invoice_currencies' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.invoice_currency' => 'self.currency' }, 'class' => 'Koha::Schema::Result::Aqorder' }, 'aqbooksellers_invoiceprices' => { 'source' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.invoiceprice' => 'self.currency' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'aqbooksellers_listprices' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.listprice' => 'self.currency' }, 'class' => 'Koha::Schema::Result::Aqbookseller' } }, '_columns' => { 'p_sep_by_space' => { 'data_type' => 'tinyint', 'is_nullable' => 1, 'default_value' => 0 }, 'isocode' => { 'size' => 5, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'rate' => { 'size' => [ 15, 5 ], 'data_type' => 'float', 'is_nullable' => 1 }, 'currency' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 }, 'archived' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'active' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'symbol' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 5 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'currency', 'symbol', 'isocode', 'timestamp', 'rate', 'active', 'archived', 'p_sep_by_space' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'TmpHoldsqueue' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'tmp_holdsqueue', '_primaries' => [ 'itemnumber' ], 'source_name' => 'TmpHoldsqueue', '_relationships' => { 'biblionumber' => { 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrower' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'borrowernumber' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'item' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'itemnumber' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } }, 'biblioitem' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'fk_columns' => { 'biblionumber' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Biblioitem', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblioitem' }, 'itemnumber' => { 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'biblio' => { 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'biblionumber' => 1 }, 'is_deferrable' => 1 } } }, '_columns' => { 'pickbranch' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'item_level_request' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'phone' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 0, 'data_type' => 'integer' }, 'holdingbranch' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'reservedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' }, 'itemnumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'itemcallnumber' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'title' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'barcode' => { 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'cardnumber' => { 'size' => 32, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'firstname' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'surname' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'biblionumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'biblionumber', 'itemnumber', 'barcode', 'surname', 'firstname', 'phone', 'borrowernumber', 'cardnumber', 'reservedate', 'title', 'itemcallnumber', 'holdingbranch', 'pickbranch', 'notes', 'item_level_request', 'timestamp' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TmpHoldsqueue'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::TmpHoldsqueue' }, 'DBIx::Class::ResultSource::Table' ), 'Aqcontract' => bless( { 'result_class' => 'Koha::Schema::Result::Aqcontract', '_unique_constraints' => { 'primary' => [ 'contractnumber' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'contractnumber', 'contractstartdate', 'contractenddate', 'contractname', 'contractdescription', 'booksellerid' ], 'resultset_attributes' => {}, '_columns' => { 'contractdescription' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'contractname' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'contractnumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'contractenddate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'contractstartdate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'booksellerid' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => { 'booksellerid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE' }, 'cond' => { 'foreign.id' => 'self.booksellerid' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'source' => 'Koha::Schema::Result::Aqbookseller' }, 'aqbaskets' => { 'source' => 'Koha::Schema::Result::Aqbasket', 'cond' => { 'foreign.contractnumber' => 'self.contractnumber' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqcontract'}{'_unique_constraints'}{'primary'}, 'name' => 'aqcontract', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Aqcontract' }, 'DBIx::Class::ResultSource::Table' ), 'AuthTagStructure' => bless( { '_columns' => { 'authtypecode' => { 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => '', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0 }, 'authorised_value' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'repeatable' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'libopac' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 255 }, 'mandatory' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'tagfield' => { 'size' => 3, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'liblibrarian' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 } }, '_unique_constraints' => { 'primary' => [ 'authtypecode', 'tagfield' ] }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'authtypecode', 'tagfield', 'liblibrarian', 'libopac', 'repeatable', 'mandatory', 'authorised_value' ], 'result_class' => 'Koha::Schema::Result::AuthTagStructure', 'source_name' => 'AuthTagStructure', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthTagStructure'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'auth_tag_structure', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'authtypecode' => { 'source' => 'Koha::Schema::Result::AuthType', 'cond' => { 'foreign.authtypecode' => 'self.authtypecode' }, 'class' => 'Koha::Schema::Result::AuthType', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmEholdingsResource' => bless( { '_ordered_columns' => [ 'resource_id', 'title_id', 'package_id', 'vendor_id', 'started_on', 'ended_on', 'proxy' ], 'resultset_attributes' => {}, '_columns' => { 'title_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'package_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'vendor_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'ended_on' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'resource_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'started_on' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'proxy' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 } }, '_relationships' => { 'title' => { 'attrs' => { 'fk_columns' => { 'title_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ErmEholdingsTitle', 'cond' => { 'foreign.title_id' => 'self.title_id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsTitle' }, 'package' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'package_id' => 1 } }, 'class' => 'Koha::Schema::Result::ErmEholdingsPackage', 'cond' => { 'foreign.package_id' => 'self.package_id' }, 'source' => 'Koha::Schema::Result::ErmEholdingsPackage' }, 'vendor' => { 'attrs' => { 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'source' => 'Koha::Schema::Result::Aqbookseller' } }, 'source_name' => 'ErmEholdingsResource', '_primaries' => [ 'resource_id' ], 'name' => 'erm_eholdings_resources', 'resultset_class' => 'DBIx::Class::ResultSet', 'result_class' => 'Koha::Schema::Result::ErmEholdingsResource', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmEholdingsResource'}{'_primaries'}, 'erm_eholdings_resources_uniq' => [ 'title_id', 'package_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'City' => bless( { '_columns' => { 'city_state' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'cityid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'city_country' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'city_name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 100 }, 'city_zipcode' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'cityid', 'city_name', 'city_state', 'city_country', 'city_zipcode' ], '_primaries' => [ 'cityid' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'cities', 'source_name' => 'City', '_relationships' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'City'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::City', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerDebarment' => bless( { '_columns' => { 'updated' => { 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'expiration' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'manager_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'borrowernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'comment' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'created' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp' }, 'borrower_debarment_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'type' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 50 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrower_debarment_id', 'borrowernumber', 'expiration', 'type', 'comment', 'manager_id', 'created', 'updated' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'borrower_debarments', '_primaries' => [ 'borrower_debarment_id' ], 'source_name' => 'BorrowerDebarment', '_relationships' => { 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'type' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'NO ACTION', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::RestrictionType', 'class' => 'Koha::Schema::Result::RestrictionType', 'cond' => { 'foreign.code' => 'self.type' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerDebarment'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::BorrowerDebarment', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'LanguageSubtagRegistry' => bless( { 'source_name' => 'LanguageSubtagRegistry', 'name' => 'language_subtag_registry', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], '_relationships' => {}, '_columns' => { 'description' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'added' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'type' => { 'size' => 25, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'subtag' => { 'size' => 25, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'subtag', 'type', 'description', 'added', 'id' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'uniq_lang' => [ 'subtag', 'type' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LanguageSubtagRegistry'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::LanguageSubtagRegistry' }, 'DBIx::Class::ResultSource::Table' ), 'Quote' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'source', 'text', 'timestamp' ], '_columns' => { 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'source' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'text' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_relationships' => {}, '_primaries' => [ 'id' ], 'name' => 'quotes', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Quote', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Quote'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Quote', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'SmtpServer' => bless( { '_relationships' => { 'library_smtp_servers' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.smtp_server_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::LibrarySmtpServer', 'source' => 'Koha::Schema::Result::LibrarySmtpServer' } }, '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'SmtpServer', 'name' => 'smtp_servers', '_ordered_columns' => [ 'id', 'name', 'host', 'port', 'timeout', 'ssl_mode', 'user_name', 'password', 'debug', 'is_default' ], 'resultset_attributes' => {}, '_columns' => { 'password' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'host' => { 'size' => 80, 'default_value' => 'localhost', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'port' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 25 }, 'ssl_mode' => { 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'disabled', 'ssl', 'starttls' ] } }, 'timeout' => { 'default_value' => 120, 'is_nullable' => 0, 'data_type' => 'integer' }, 'is_default' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'user_name' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'debug' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'name' => { 'size' => 80, 'is_nullable' => 0, 'data_type' => 'varchar' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::SmtpServer', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SmtpServer'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Serialitem' => bless( { '_relationships' => { 'serialid' => { 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'cond' => { 'foreign.serialid' => 'self.serialid' }, 'class' => 'Koha::Schema::Result::Serial', 'source' => 'Koha::Schema::Result::Serial' }, 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_depends_on' => 1, 'is_deferrable' => 1 } } }, 'source_name' => 'Serialitem', '_primaries' => [ 'itemnumber' ], 'name' => 'serialitems', 'resultset_class' => 'DBIx::Class::ResultSet', 'resultset_attributes' => {}, '_ordered_columns' => [ 'itemnumber', 'serialid' ], '_columns' => { 'itemnumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'serialid' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Serialitem'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Serialitem' }, 'DBIx::Class::ResultSource::Table' ), 'ErmAgreementRelationship' => bless( { '_columns' => { 'related_agreement_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'relationship' => { 'is_nullable' => 0, 'data_type' => 'enum', 'extra' => { 'list' => [ 'supersedes', 'is-superseded-by', 'provides_post-cancellation_access_for', 'has-post-cancellation-access-in', 'tracks_demand-driven_acquisitions_for', 'has-demand-driven-acquisitions-in', 'has_backfile_in', 'has_frontfile_in', 'related_to' ] } }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'agreement_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_ordered_columns' => [ 'agreement_id', 'related_agreement_id', 'relationship', 'notes' ], 'resultset_attributes' => {}, 'name' => 'erm_agreement_relationships', 'source_name' => 'ErmAgreementRelationship', '_primaries' => [ 'agreement_id', 'related_agreement_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'related_agreement' => { 'source' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.related_agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreement', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'related_agreement_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'agreement' => { 'source' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreement', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'agreement_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'result_class' => 'Koha::Schema::Result::ErmAgreementRelationship', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmAgreementRelationship'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'SubscriptionFrequency' => bless( { '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::SubscriptionFrequency', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'description', 'displayorder', 'unit', 'unitsperissue', 'issuesperunit' ], '_columns' => { 'issuesperunit' => { 'default_value' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'displayorder' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'description' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'unitsperissue' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'unit' => { 'is_nullable' => 1, 'data_type' => 'enum', 'extra' => { 'list' => [ 'day', 'week', 'month', 'year' ] } } }, '_relationships' => { 'subscriptions' => { 'source' => 'Koha::Schema::Result::Subscription', 'class' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.periodicity' => 'self.id' }, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'source_name' => 'SubscriptionFrequency', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SubscriptionFrequency'}{'_unique_constraints'}{'primary'}, 'name' => 'subscription_frequencies', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'AqbooksellerInterface' => bless( { '_unique_constraints' => { 'primary' => [ 'interface_id' ] }, 'result_class' => 'Koha::Schema::Result::AqbooksellerInterface', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'login' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'interface_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'password' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'vendor_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'account_email' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'type' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'uri' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'interface_id', 'vendor_id', 'type', 'name', 'uri', 'login', 'password', 'account_email', 'notes' ], '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqbooksellerInterface'}{'_unique_constraints'}{'primary'}, 'name' => 'aqbookseller_interfaces', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AqbooksellerInterface', '_relationships' => { 'vendor' => { 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'source' => 'Koha::Schema::Result::Aqbookseller', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'Aqbudget' => bless( { '_columns' => { 'budget_period_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'budget_name' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'budget_permission' => { 'default_value' => 0, 'is_nullable' => 1, 'data_type' => 'integer' }, 'timestamp' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'budget_amount' => { 'size' => [ 28, 6 ], 'default_value' => '0.000000', 'data_type' => 'decimal', 'is_nullable' => 1 }, 'budget_notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'budget_code' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 30 }, 'sort2_authcat' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'budget_expend' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'default_value' => '0.000000', 'size' => [ 28, 6 ] }, 'budget_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'budget_encumb' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'default_value' => '0.000000', 'size' => [ 28, 6 ] }, 'budget_parent_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'sort1_authcat' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'budget_branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'budget_owner_id' => { 'data_type' => 'integer', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'budget_id', 'budget_parent_id', 'budget_code', 'budget_name', 'budget_branchcode', 'budget_amount', 'budget_encumb', 'budget_expend', 'budget_notes', 'timestamp', 'budget_period_id', 'sort1_authcat', 'sort2_authcat', 'budget_owner_id', 'budget_permission' ], 'name' => 'aqbudgets', '_primaries' => [ 'budget_id' ], 'source_name' => 'Aqbudget', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'aqorders' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Aqorder', 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.budget_id' => 'self.budget_id' } }, 'budget_period' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'budget_period_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'class' => 'Koha::Schema::Result::Aqbudgetperiod', 'cond' => { 'foreign.budget_period_id' => 'self.budget_period_id' }, 'source' => 'Koha::Schema::Result::Aqbudgetperiod' }, 'aqbudgets_plannings' => { 'class' => 'Koha::Schema::Result::AqbudgetsPlanning', 'cond' => { 'foreign.budget_id' => 'self.budget_id' }, 'source' => 'Koha::Schema::Result::AqbudgetsPlanning', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'budget' => { 'source' => 'Koha::Schema::Result::Aqbudgetperiod', 'cond' => { 'foreign.budget_period_id' => 'self.budget_period_id' }, 'class' => 'Koha::Schema::Result::Aqbudgetperiod', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'budget_period_id' => 1 }, 'is_depends_on' => 1 } }, 'vendor_edi_accounts' => { 'source' => 'Koha::Schema::Result::VendorEdiAccount', 'cond' => { 'foreign.shipment_budget' => 'self.budget_id' }, 'class' => 'Koha::Schema::Result::VendorEdiAccount', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqinvoices' => { 'source' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.shipmentcost_budgetid' => 'self.budget_id' }, 'class' => 'Koha::Schema::Result::Aqinvoice', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'aqinvoice_adjustments' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::AqinvoiceAdjustment', 'cond' => { 'foreign.budget_id' => 'self.budget_id' }, 'source' => 'Koha::Schema::Result::AqinvoiceAdjustment' }, 'suggestions' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Suggestion', 'class' => 'Koha::Schema::Result::Suggestion', 'cond' => { 'foreign.budgetid' => 'self.budget_id' } }, 'aqbudgetborrowers' => { 'source' => 'Koha::Schema::Result::Aqbudgetborrower', 'cond' => { 'foreign.budget_id' => 'self.budget_id' }, 'class' => 'Koha::Schema::Result::Aqbudgetborrower', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbudget'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Aqbudget', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'MessageTransport' => bless( { '_unique_constraints' => { 'primary' => [ 'message_attribute_id', 'message_transport_type', 'is_digest' ] }, 'result_class' => 'Koha::Schema::Result::MessageTransport', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'message_transport_type' => { 'size' => 20, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'letter_module' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 20 }, 'letter_code' => { 'size' => 20, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'message_attribute_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'is_digest' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'message_attribute_id', 'message_transport_type', 'is_digest', 'letter_module', 'letter_code', 'branchcode' ], '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MessageTransport'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'MessageTransport', 'name' => 'message_transports', '_relationships' => { 'message_transport_type' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' }, 'class' => 'Koha::Schema::Result::MessageTransportType', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'source' => 'Koha::Schema::Result::MessageTransportType' }, 'message_attribute' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'message_attribute_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::MessageAttribute', 'class' => 'Koha::Schema::Result::MessageAttribute', 'cond' => { 'foreign.message_attribute_id' => 'self.message_attribute_id' } } } }, 'DBIx::Class::ResultSource::Table' ), 'Deletedborrower' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => {}, 'source_name' => 'Deletedborrower', 'name' => 'deletedborrowers', 'resultset_class' => 'DBIx::Class::ResultSet', 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber', 'cardnumber', 'surname', 'firstname', 'middle_name', 'title', 'othernames', 'initials', 'pronouns', 'streetnumber', 'streettype', 'address', 'address2', 'city', 'state', 'zipcode', 'country', 'email', 'phone', 'mobile', 'fax', 'emailpro', 'phonepro', 'B_streetnumber', 'B_streettype', 'B_address', 'B_address2', 'B_city', 'B_state', 'B_zipcode', 'B_country', 'B_email', 'B_phone', 'dateofbirth', 'branchcode', 'categorycode', 'dateenrolled', 'dateexpiry', 'password_expiration_date', 'date_renewed', 'gonenoaddress', 'lost', 'debarred', 'debarredcomment', 'contactname', 'contactfirstname', 'contacttitle', 'borrowernotes', 'relationship', 'sex', 'password', 'secret', 'auth_method', 'flags', 'userid', 'opacnote', 'contactnote', 'sort1', 'sort2', 'altcontactfirstname', 'altcontactsurname', 'altcontactaddress1', 'altcontactaddress2', 'altcontactaddress3', 'altcontactstate', 'altcontactzipcode', 'altcontactcountry', 'altcontactphone', 'smsalertnumber', 'sms_provider_id', 'privacy', 'privacy_guarantor_fines', 'privacy_guarantor_checkouts', 'checkprevcheckout', 'updated_on', 'lastseen', 'lang', 'login_attempts', 'overdrive_auth_token', 'anonymized', 'autorenew_checkouts', 'primary_contact_method', 'protected' ], 'result_class' => 'Koha::Schema::Result::Deletedborrower', '_columns' => { 'contactname' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'country' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'fax' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'address' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'othernames' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'phone' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'auth_method' => { 'data_type' => 'enum', 'is_nullable' => 0, 'default_value' => 'password', 'extra' => { 'list' => [ 'password', 'two-factor' ] } }, 'borrowernumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'altcontactaddress1' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'dateexpiry' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'middle_name' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'flags' => { 'is_nullable' => 1, 'data_type' => 'bigint' }, 'B_country' => { 'accessor' => 'b_country', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'city' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'privacy' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'surname' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'overdrive_auth_token' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'altcontactstate' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'contacttitle' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'sort1' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'B_zipcode' => { 'accessor' => 'b_zipcode', 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'secret' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'streetnumber' => { 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'privacy_guarantor_checkouts' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'opacnote' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'B_phone' => { 'accessor' => 'b_phone', 'data_type' => 'longtext', 'is_nullable' => 1 }, 'password_expiration_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'altcontactphone' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'sex' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 1 }, 'streettype' => { 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'userid' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 75 }, 'phonepro' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'sort2' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'debarredcomment' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'altcontactsurname' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'altcontactfirstname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'anonymized' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'initials' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_email' => { 'accessor' => 'b_email', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'address2' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'lastseen' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'zipcode' => { 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'password' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 60 }, 'pronouns' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'contactfirstname' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'altcontactaddress2' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'B_streetnumber' => { 'accessor' => 'b_streetnumber', 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'altcontactcountry' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'mobile' => { 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'sms_provider_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'altcontactzipcode' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'checkprevcheckout' => { 'size' => 7, 'default_value' => 'inherit', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'altcontactaddress3' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'firstname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'lang' => { 'size' => 25, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => 'default' }, 'debarred' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'B_city' => { 'is_nullable' => 1, 'data_type' => 'longtext', 'accessor' => 'b_city' }, 'state' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'title' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchcode' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 10 }, 'date_renewed' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'email' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'login_attempts' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'dateenrolled' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'relationship' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'dateofbirth' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'gonenoaddress' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'primary_contact_method' => { 'size' => 45, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'B_state' => { 'is_nullable' => 1, 'data_type' => 'mediumtext', 'accessor' => 'b_state' }, 'autorenew_checkouts' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 1 }, 'protected' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'contactnote' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'categorycode' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 }, 'privacy_guarantor_fines' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'B_streettype' => { 'is_nullable' => 1, 'data_type' => 'tinytext', 'accessor' => 'b_streettype' }, 'cardnumber' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'lost' => { 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'borrowernotes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'emailpro' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'B_address' => { 'accessor' => 'b_address', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'B_address2' => { 'accessor' => 'b_address2', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'smsalertnumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 } } }, 'DBIx::Class::ResultSource::Table' ), 'PluginMethod' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'plugin_class', 'plugin_method' ], 'name' => 'plugin_methods', 'source_name' => 'PluginMethod', '_relationships' => {}, '_columns' => { 'plugin_method' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'plugin_class' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 } }, '_ordered_columns' => [ 'plugin_class', 'plugin_method' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::PluginMethod', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PluginMethod'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'CreatorBatch' => bless( { '_ordered_columns' => [ 'label_id', 'batch_id', 'description', 'item_number', 'borrower_number', 'timestamp', 'branch_code', 'creator' ], 'resultset_attributes' => {}, '_columns' => { 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'branch_code' => { 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => 'NB', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'label_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'item_number' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'creator' => { 'size' => 15, 'default_value' => 'Labels', 'data_type' => 'char', 'is_nullable' => 0 }, 'borrower_number' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'batch_id' => { 'default_value' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'branch_code' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branch_code' }, 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrower_number' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT' }, 'cond' => { 'foreign.borrowernumber' => 'self.borrower_number' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'item_number' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'cond' => { 'foreign.itemnumber' => 'self.item_number' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' } }, 'name' => 'creator_batches', '_primaries' => [ 'label_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'CreatorBatch', 'result_class' => 'Koha::Schema::Result::CreatorBatch', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CreatorBatch'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'SocialData' => bless( { 'result_class' => 'Koha::Schema::Result::SocialData', '_unique_constraints' => { 'primary' => [ 'isbn' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'isbn', 'num_critics', 'num_critics_pro', 'num_quotations', 'num_videos', 'score_avg', 'num_scores' ], 'resultset_attributes' => {}, '_columns' => { 'score_avg' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 5, 2 ] }, 'num_videos' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'num_quotations' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'isbn' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 30 }, 'num_scores' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'num_critics_pro' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'num_critics' => { 'is_nullable' => 1, 'data_type' => 'integer' } }, '_relationships' => {}, 'name' => 'social_data', 'source_name' => 'SocialData', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SocialData'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'Matchpoint' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'matchpoint_id' ] }, 'result_class' => 'Koha::Schema::Result::Matchpoint', 'source_name' => 'Matchpoint', 'name' => 'matchpoints', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Matchpoint'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'matcher_matchpoints' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::MatcherMatchpoint', 'class' => 'Koha::Schema::Result::MatcherMatchpoint', 'cond' => { 'foreign.matchpoint_id' => 'self.matchpoint_id' } }, 'matchchecks_source_matchpoints' => { 'class' => 'Koha::Schema::Result::Matchcheck', 'cond' => { 'foreign.source_matchpoint_id' => 'self.matchpoint_id' }, 'source' => 'Koha::Schema::Result::Matchcheck', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'matcher' => { 'class' => 'Koha::Schema::Result::MarcMatcher', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' }, 'source' => 'Koha::Schema::Result::MarcMatcher', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'matcher_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' } }, 'matchchecks_target_matchpoints' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Matchcheck', 'class' => 'Koha::Schema::Result::Matchcheck', 'cond' => { 'foreign.target_matchpoint_id' => 'self.matchpoint_id' } }, 'matchpoint_components' => { 'class' => 'Koha::Schema::Result::MatchpointComponent', 'cond' => { 'foreign.matchpoint_id' => 'self.matchpoint_id' }, 'source' => 'Koha::Schema::Result::MatchpointComponent', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_columns' => { 'matchpoint_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'search_index' => { 'size' => 30, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'matcher_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'score' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'matcher_id', 'matchpoint_id', 'search_index', 'score' ] }, 'DBIx::Class::ResultSource::Table' ), 'MarcTagStructure' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::MarcTagStructure', '_unique_constraints' => { 'primary' => [ 'frameworkcode', 'tagfield' ] }, '_relationships' => {}, 'name' => 'marc_tag_structure', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcTagStructure'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'MarcTagStructure', '_ordered_columns' => [ 'tagfield', 'liblibrarian', 'libopac', 'repeatable', 'mandatory', 'important', 'authorised_value', 'ind1_defaultvalue', 'ind2_defaultvalue', 'frameworkcode' ], 'resultset_attributes' => {}, '_columns' => { 'mandatory' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'liblibrarian' => { 'size' => 255, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'authorised_value' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'libopac' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'frameworkcode' => { 'size' => 4, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'tagfield' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 3 }, 'important' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'ind2_defaultvalue' => { 'size' => 1, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'ind1_defaultvalue' => { 'size' => 1, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'repeatable' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 } } }, 'DBIx::Class::ResultSource::Table' ), 'SearchMarcToField' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::SearchMarcToField', '_unique_constraints' => { 'primary' => [ 'search_marc_map_id', 'search_field_id', 'filter' ] }, 'name' => 'search_marc_to_field', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SearchMarcToField'}{'_unique_constraints'}{'primary'}, 'source_name' => 'SearchMarcToField', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'search_field' => { 'attrs' => { 'fk_columns' => { 'search_field_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::SearchField', 'cond' => { 'foreign.id' => 'self.search_field_id' }, 'source' => 'Koha::Schema::Result::SearchField' }, 'search_marc_map' => { 'class' => 'Koha::Schema::Result::SearchMarcMap', 'cond' => { 'foreign.id' => 'self.search_marc_map_id' }, 'source' => 'Koha::Schema::Result::SearchMarcMap', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'search_marc_map_id' => 1 }, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'sort' => { 'default_value' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'suggestible' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'filter' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 100 }, 'facet' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'search_marc_map_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'search_field_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'search' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 1 } }, '_ordered_columns' => [ 'search', 'filter', 'search_marc_map_id', 'search_field_id', 'facet', 'suggestible', 'sort' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'ItemEditorTemplate' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::ItemEditorTemplate', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'item_editor_templates', 'source_name' => 'ItemEditorTemplate', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemEditorTemplate'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'patron_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'name' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'patron_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'contents' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'is_shared' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'patron_id', 'name', 'is_shared', 'contents' ] }, 'DBIx::Class::ResultSource::Table' ), 'ImportBatch' => bless( { '_relationships' => { 'profile' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'profile_id' => 1 }, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'source' => 'Koha::Schema::Result::ImportBatchProfile', 'cond' => { 'foreign.id' => 'self.profile_id' }, 'class' => 'Koha::Schema::Result::ImportBatchProfile' }, 'import_records' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::ImportRecord', 'cond' => { 'foreign.import_batch_id' => 'self.import_batch_id' }, 'source' => 'Koha::Schema::Result::ImportRecord' } }, 'source_name' => 'ImportBatch', '_primaries' => [ 'import_batch_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'import_batches', 'resultset_attributes' => {}, '_ordered_columns' => [ 'import_batch_id', 'matcher_id', 'template_id', 'branchcode', 'num_records', 'num_items', 'upload_timestamp', 'overlay_action', 'nomatch_action', 'item_action', 'import_status', 'batch_type', 'record_type', 'file_name', 'comments', 'profile_id' ], '_columns' => { 'template_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'branchcode' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'matcher_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'record_type' => { 'extra' => { 'list' => [ 'biblio', 'auth', 'holdings' ] }, 'is_nullable' => 0, 'data_type' => 'enum', 'default_value' => 'biblio' }, 'comments' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'import_status' => { 'extra' => { 'list' => [ 'staging', 'staged', 'importing', 'imported', 'reverting', 'reverted', 'cleaned' ] }, 'default_value' => 'staging', 'is_nullable' => 0, 'data_type' => 'enum' }, 'item_action' => { 'default_value' => 'always_add', 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'always_add', 'add_only_for_matches', 'add_only_for_new', 'ignore', 'replace' ] } }, 'file_name' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'upload_timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'nomatch_action' => { 'data_type' => 'enum', 'is_nullable' => 0, 'default_value' => 'create_new', 'extra' => { 'list' => [ 'create_new', 'ignore' ] } }, 'num_items' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'num_records' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'overlay_action' => { 'is_nullable' => 0, 'data_type' => 'enum', 'default_value' => 'create_new', 'extra' => { 'list' => [ 'replace', 'create_new', 'use_template', 'ignore' ] } }, 'batch_type' => { 'default_value' => 'batch', 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'batch', 'z3950', 'webservice' ] } }, 'profile_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'import_batch_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportBatch'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ImportBatch' }, 'DBIx::Class::ResultSource::Table' ), 'Accountline' => bless( { '_relationships' => { 'debit_type_code' => { 'source' => 'Koha::Schema::Result::AccountDebitType', 'class' => 'Koha::Schema::Result::AccountDebitType', 'cond' => { 'foreign.code' => 'self.debit_type_code' }, 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'RESTRICT', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'credit_type_code' => { 'source' => 'Koha::Schema::Result::AccountCreditType', 'cond' => { 'foreign.code' => 'self.credit_type_code' }, 'class' => 'Koha::Schema::Result::AccountCreditType', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } }, 'article_requests' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ArticleRequest', 'class' => 'Koha::Schema::Result::ArticleRequest', 'cond' => { 'foreign.debit_id' => 'self.accountlines_id' } }, 'manager' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.manager_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'fk_columns' => { 'manager_id' => 1 }, 'is_deferrable' => 1 } }, 'register' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'register_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::CashRegister', 'class' => 'Koha::Schema::Result::CashRegister', 'cond' => { 'foreign.id' => 'self.register_id' } }, 'library' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'branchcode' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'additional_field_values' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'cond' => sub { "DUMMY" }, 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'source' => 'Koha::Schema::Result::AdditionalFieldValue' }, 'account_offsets_credits' => { 'cond' => { 'foreign.credit_id' => 'self.accountlines_id' }, 'class' => 'Koha::Schema::Result::AccountOffset', 'source' => 'Koha::Schema::Result::AccountOffset', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'itemnumber' => { 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'branchcode' => { 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch' }, 'account_offsets_debits' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::AccountOffset', 'class' => 'Koha::Schema::Result::AccountOffset', 'cond' => { 'foreign.debit_id' => 'self.accountlines_id' } }, 'patron' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'fk_columns' => { 'borrowernumber' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } } }, '_primaries' => [ 'accountlines_id' ], 'source_name' => 'Accountline', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'accountlines', '_ordered_columns' => [ 'accountlines_id', 'issue_id', 'borrowernumber', 'itemnumber', 'date', 'amount', 'description', 'credit_type_code', 'debit_type_code', 'credit_number', 'status', 'payment_type', 'amountoutstanding', 'timestamp', 'note', 'manager_id', 'register_id', 'interface', 'branchcode' ], 'resultset_attributes' => {}, '_columns' => { 'amountoutstanding' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'note' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'interface' => { 'size' => 16, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'amount' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'debit_type_code' => { 'size' => 80, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 1 }, 'credit_type_code' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'borrowernumber' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'status' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 16 }, 'issue_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'payment_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'register_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'itemnumber' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'credit_number' => { 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'accountlines_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'manager_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Accountline', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Accountline'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'ApiKey' => bless( { 'name' => 'api_keys', 'source_name' => 'ApiKey', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'client_id' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'patron' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'patron_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' }, 'source' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'secret' => { 'size' => 191, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'client_id' => { 'size' => 191, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'patron_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'description' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'active' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 1 } }, '_unique_constraints' => { 'secret' => [ 'secret' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ApiKey'}{'_primaries'} }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'client_id', 'secret', 'description', 'patron_id', 'active' ], 'result_class' => 'Koha::Schema::Result::ApiKey' }, 'DBIx::Class::ResultSource::Table' ), 'AqbooksellerAlias' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'alias_id' ] }, 'result_class' => 'Koha::Schema::Result::AqbooksellerAlias', '_relationships' => { 'vendor' => { 'attrs' => { 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'source' => 'Koha::Schema::Result::Aqbookseller' } }, 'source_name' => 'AqbooksellerAlias', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqbooksellerAlias'}{'_unique_constraints'}{'primary'}, 'name' => 'aqbookseller_aliases', 'resultset_attributes' => {}, '_ordered_columns' => [ 'alias_id', 'vendor_id', 'alias' ], '_columns' => { 'alias_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'alias' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'vendor_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'ClubHoldsToPatronHold' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'source_name' => 'ClubHoldsToPatronHold', 'name' => 'club_holds_to_patron_holds', '_relationships' => { 'hold' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'hold_id' => 1 } }, 'class' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.reserve_id' => 'self.hold_id' }, 'source' => 'Koha::Schema::Result::Reserve' }, 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'patron_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' } }, 'club_hold' => { 'source' => 'Koha::Schema::Result::ClubHold', 'cond' => { 'foreign.id' => 'self.club_hold_id' }, 'class' => 'Koha::Schema::Result::ClubHold', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'club_hold_id' => 1 }, 'is_deferrable' => 1 } } }, '_columns' => { 'patron_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'club_hold_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'error_code' => { 'extra' => { 'list' => [ 'damaged', 'ageRestricted', 'itemAlreadyOnHold', 'tooManyHoldsForThisRecord', 'tooManyReservesToday', 'tooManyReserves', 'notReservable', 'cannotReserveFromOtherBranches', 'libraryNotFound', 'libraryNotPickupLocation', 'cannotBeTransferred', 'noReservesAllowed' ] }, 'data_type' => 'enum', 'is_nullable' => 1 }, 'hold_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'error_message' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'club_hold_id', 'patron_id', 'hold_id', 'error_code', 'error_message' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubHoldsToPatronHold'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ClubHoldsToPatronHold' }, 'DBIx::Class::ResultSource::Table' ), 'ClassSplitRule' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'class_split_rule', 'description', 'split_routine', 'split_regex' ], '_columns' => { 'split_routine' => { 'size' => 30, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'description' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'split_regex' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 255 }, 'class_split_rule' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 } }, '_relationships' => { 'class_sources' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.class_split_rule' => 'self.class_split_rule' }, 'class' => 'Koha::Schema::Result::ClassSource', 'source' => 'Koha::Schema::Result::ClassSource' } }, '_primaries' => [ 'class_split_rule' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ClassSplitRule', 'name' => 'class_split_rules', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClassSplitRule'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ClassSplitRule', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'CashRegister' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'id' ], 'name' => [ 'name', 'branch' ] }, 'result_class' => 'Koha::Schema::Result::CashRegister', 'source_name' => 'CashRegister', 'name' => 'cash_registers', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CashRegister'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'branch' => { 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branch' }, 'class' => 'Koha::Schema::Result::Branch' }, 'accountlines' => { 'source' => 'Koha::Schema::Result::Accountline', 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.register_id' => 'self.id' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'cash_register_actions' => { 'cond' => { 'foreign.register_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::CashRegisterAction', 'source' => 'Koha::Schema::Result::CashRegisterAction', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } } }, '_columns' => { 'branch_default' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 24 }, 'description' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'archived' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'branch' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'starting_float' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'description', 'branch', 'branch_default', 'starting_float', 'archived' ] }, 'DBIx::Class::ResultSource::Table' ), 'MessageTransportType' => bless( { '_columns' => { 'message_transport_type' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 20 } }, '_ordered_columns' => [ 'message_transport_type' ], 'resultset_attributes' => {}, 'name' => 'message_transport_types', '_primaries' => [ 'message_transport_type' ], 'source_name' => 'MessageTransportType', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'letters' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Letter', 'class' => 'Koha::Schema::Result::Letter', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' } }, 'message_transports' => { 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::MessageTransport', 'source' => 'Koha::Schema::Result::MessageTransport', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'overduerules_transport_types' => { 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::OverduerulesTransportType', 'source' => 'Koha::Schema::Result::OverduerulesTransportType', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'borrower_message_transport_preferences' => { 'class' => 'Koha::Schema::Result::BorrowerMessageTransportPreference', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'source' => 'Koha::Schema::Result::BorrowerMessageTransportPreference', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'message_queues' => { 'source' => 'Koha::Schema::Result::MessageQueue', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::MessageQueue', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'result_class' => 'Koha::Schema::Result::MessageTransportType', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MessageTransportType'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AqbooksellerIssue' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::AqbooksellerIssue', '_unique_constraints' => { 'primary' => [ 'issue_id' ] }, 'source_name' => 'AqbooksellerIssue', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqbooksellerIssue'}{'_unique_constraints'}{'primary'}, 'name' => 'aqbookseller_issues', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'vendor' => { 'source' => 'Koha::Schema::Result::Aqbookseller', 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'vendor_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' } } }, '_columns' => { 'type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'started_on' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'vendor_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'ended_on' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'issue_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'issue_id', 'vendor_id', 'type', 'started_on', 'ended_on', 'notes' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Collection' => bless( { '_ordered_columns' => [ 'colId', 'colTitle', 'colDesc', 'colBranchcode' ], 'resultset_attributes' => {}, '_columns' => { 'colBranchcode' => { 'accessor' => 'col_branchcode', 'is_foreign_key' => 1, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'colId' => { 'accessor' => 'col_id', 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'colDesc' => { 'is_nullable' => 0, 'data_type' => 'mediumtext', 'accessor' => 'col_desc' }, 'colTitle' => { 'accessor' => 'col_title', 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' } }, '_relationships' => { 'collections_trackings' => { 'source' => 'Koha::Schema::Result::CollectionsTracking', 'cond' => { 'foreign.colId' => 'self.colId' }, 'class' => 'Koha::Schema::Result::CollectionsTracking', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'col_branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'colBranchcode' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.colBranchcode' }, 'source' => 'Koha::Schema::Result::Branch' } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'colId' ], 'name' => 'collections', 'source_name' => 'Collection', 'result_class' => 'Koha::Schema::Result::Collection', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Collection'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AqorderUser' => bless( { '_ordered_columns' => [ 'ordernumber', 'borrowernumber' ], 'resultset_attributes' => {}, '_columns' => { 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'ordernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'borrowernumber' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } }, 'ordernumber' => { 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' }, 'class' => 'Koha::Schema::Result::Aqorder', 'source' => 'Koha::Schema::Result::Aqorder', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'ordernumber', 'borrowernumber' ], 'source_name' => 'AqorderUser', 'name' => 'aqorder_users', 'result_class' => 'Koha::Schema::Result::AqorderUser', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqorderUser'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ErmAgreement' => bless( { '_columns' => { 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'closure_reason' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'license_info' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'is_perpetual' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'status' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 }, 'renewal_priority' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'agreement_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'vendor_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'agreement_id', 'vendor_id', 'name', 'description', 'status', 'closure_reason', 'is_perpetual', 'renewal_priority', 'license_info' ], 'resultset_attributes' => {}, 'name' => 'erm_agreements', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'agreement_id' ], 'source_name' => 'ErmAgreement', '_relationships' => { 'erm_agreement_licenses' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ErmAgreementLicense', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreementLicense' }, 'erm_agreement_periods' => { 'class' => 'Koha::Schema::Result::ErmAgreementPeriod', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'source' => 'Koha::Schema::Result::ErmAgreementPeriod', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'user_roles' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::ErmUserRole', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'source' => 'Koha::Schema::Result::ErmUserRole' }, 'erm_eholdings_packages_agreements' => { 'source' => 'Koha::Schema::Result::ErmEholdingsPackagesAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsPackagesAgreement', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'erm_agreement_relationships_related_agreements' => { 'source' => 'Koha::Schema::Result::ErmAgreementRelationship', 'cond' => { 'foreign.related_agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreementRelationship', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'erm_agreement_relationships_agreements' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ErmAgreementRelationship', 'class' => 'Koha::Schema::Result::ErmAgreementRelationship', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' } }, 'vendor' => { 'source' => 'Koha::Schema::Result::Aqbookseller', 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'attrs' => { 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'erm_documents' => { 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmDocument', 'source' => 'Koha::Schema::Result::ErmDocument', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'erm_user_roles' => { 'source' => 'Koha::Schema::Result::ErmUserRole', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmUserRole', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } } }, 'result_class' => 'Koha::Schema::Result::ErmAgreement', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmAgreement'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageTitle' => bless( { '_unique_constraints' => { 'primary' => [ 'title_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmUsageTitle', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'title_doi' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'publisher_id' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'publisher' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'title_uri' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'print_issn' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'isbn' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'title' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'title_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'online_issn' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'platform' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'proprietary_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'title_id', 'title', 'usage_data_provider_id', 'title_doi', 'proprietary_id', 'platform', 'print_issn', 'online_issn', 'title_uri', 'publisher', 'publisher_id', 'isbn' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageTitle'}{'_unique_constraints'}{'primary'}, 'source_name' => 'ErmUsageTitle', 'name' => 'erm_usage_titles', '_relationships' => { 'usage_data_provider' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider' }, 'erm_usage_yuses' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::ErmUsageYus', 'cond' => { 'foreign.title_id' => 'self.title_id' }, 'source' => 'Koha::Schema::Result::ErmUsageYus' }, 'erm_usage_muses' => { 'cond' => { 'foreign.title_id' => 'self.title_id' }, 'class' => 'Koha::Schema::Result::ErmUsageMus', 'source' => 'Koha::Schema::Result::ErmUsageMus', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } } } }, 'DBIx::Class::ResultSource::Table' ), 'UserPermission' => bless( { '_unique_constraints' => { 'primary' => [ 'borrowernumber', 'module_bit', 'code' ] }, 'result_class' => 'Koha::Schema::Result::UserPermission', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'borrowernumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'code' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'is_foreign_key' => 1, 'size' => 64 }, 'module_bit' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0, 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber', 'module_bit', 'code' ], 'source_name' => 'UserPermission', 'name' => 'user_permissions', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'UserPermission'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'permission' => { 'cond' => { 'foreign.code' => 'self.code', 'foreign.module_bit' => 'self.module_bit' }, 'class' => 'Koha::Schema::Result::Permission', 'source' => 'Koha::Schema::Result::Permission', 'attrs' => { 'fk_columns' => { 'module_bit' => 1, 'code' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'CurbsidePickup' => bless( { '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::CurbsidePickup', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'borrowernumber', 'branchcode', 'scheduled_pickup_datetime', 'staged_datetime', 'staged_by', 'arrival_datetime', 'delivered_datetime', 'delivered_by', 'notes' ], '_columns' => { 'staged_datetime' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'delivered_by' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'scheduled_pickup_datetime' => { 'data_type' => 'datetime', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'notes' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'delivered_datetime' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'staged_by' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'branchcode' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'arrival_datetime' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' } }, '_relationships' => { 'curbside_pickup_issues' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::CurbsidePickupIssue', 'class' => 'Koha::Schema::Result::CurbsidePickupIssue', 'cond' => { 'foreign.curbside_pickup_id' => 'self.id' } }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'staged_by' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.staged_by' } }, 'branchcode' => { 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CurbsidePickup'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'CurbsidePickup', 'name' => 'curbside_pickups' }, 'DBIx::Class::ResultSource::Table' ), 'ErmCounterFile' => bless( { '_primaries' => [ 'erm_counter_files_id' ], 'name' => 'erm_counter_files', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ErmCounterFile', '_relationships' => { 'erm_counter_logs' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ErmCounterLog', 'class' => 'Koha::Schema::Result::ErmCounterLog', 'cond' => { 'foreign.counter_files_id' => 'self.erm_counter_files_id' } }, 'usage_data_provider' => { 'source' => 'Koha::Schema::Result::ErmUsageDataProvider', 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'type' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'erm_counter_files_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'file_content' => { 'data_type' => 'longblob', 'is_nullable' => 1 }, 'filename' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'date_uploaded' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 } }, '_ordered_columns' => [ 'erm_counter_files_id', 'usage_data_provider_id', 'type', 'filename', 'file_content', 'date_uploaded' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ErmCounterFile', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmCounterFile'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Suggestion' => bless( { 'result_class' => 'Koha::Schema::Result::Suggestion', '_unique_constraints' => { 'primary' => [ 'suggestionid' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'rejecteddate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'reason' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'accepteddate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'author' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'date' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'volumedesc' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'staff_note' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'suggesteddate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 0 }, 'total' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'note' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'collectiontitle' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'lastmodificationby' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'lastmodificationdate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'branchcode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'title' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'manageddate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'suggestionid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'managedby' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'publishercode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'rejectedby' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'place' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'budgetid' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'patronreason' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'currency' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'acceptedby' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'STATUS' => { 'accessor' => 'status', 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'archived' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'quantity' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'isbn' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 30 }, 'copyrightdate' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'suggestedby' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'biblionumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'itemtype' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 30 }, 'price' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'publicationyear' => { 'is_nullable' => 1, 'data_type' => 'smallint', 'default_value' => 0 } }, '_ordered_columns' => [ 'suggestionid', 'suggestedby', 'suggesteddate', 'managedby', 'manageddate', 'acceptedby', 'accepteddate', 'rejectedby', 'rejecteddate', 'lastmodificationby', 'lastmodificationdate', 'STATUS', 'archived', 'note', 'staff_note', 'author', 'title', 'copyrightdate', 'publishercode', 'date', 'volumedesc', 'publicationyear', 'place', 'isbn', 'biblionumber', 'reason', 'patronreason', 'budgetid', 'branchcode', 'collectiontitle', 'itemtype', 'quantity', 'currency', 'price', 'total' ], 'resultset_attributes' => {}, 'source_name' => 'Suggestion', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Suggestion'}{'_unique_constraints'}{'primary'}, 'name' => 'suggestions', '_relationships' => { 'suggestedby' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.suggestedby' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT' } }, 'biblionumber' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio' }, 'rejectedby' => { 'cond' => { 'foreign.borrowernumber' => 'self.rejectedby' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'lastmodificationby' => { 'cond' => { 'foreign.borrowernumber' => 'self.lastmodificationby' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'budgetid' => { 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.budgetid' }, 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'acceptedby' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.acceptedby' }, 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 } }, 'suggester' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.suggestedby' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'fk_columns' => { 'suggestedby' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'managedby' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.managedby' }, 'source' => 'Koha::Schema::Result::Borrower' } } }, 'DBIx::Class::ResultSource::Table' ), 'Category' => bless( { '_unique_constraints' => { 'primary' => [ 'categorycode' ] }, 'result_class' => 'Koha::Schema::Result::Category', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'categorycode', 'description', 'enrolmentperiod', 'enrolmentperioddate', 'password_expiry_days', 'upperagelimit', 'dateofbirthrequired', 'finetype', 'bulk', 'enrolmentfee', 'overduenoticerequired', 'issuelimit', 'reservefee', 'hidelostitems', 'category_type', 'BlockExpiredPatronOpacActions', 'default_privacy', 'checkprevcheckout', 'can_place_ill_in_opac', 'can_be_guarantee', 'reset_password', 'change_password', 'min_password_length', 'require_strong_password', 'exclude_from_local_holds_priority' ], '_columns' => { 'checkprevcheckout' => { 'default_value' => 'inherit', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 7 }, 'can_be_guarantee' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'reservefee' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'password_expiry_days' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'overduenoticerequired' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'BlockExpiredPatronOpacActions' => { 'accessor' => 'block_expired_patron_opac_actions', 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => -1 }, 'bulk' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'hidelostitems' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'enrolmentperioddate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'enrolmentfee' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'dateofbirthrequired' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'issuelimit' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'change_password' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'finetype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 30 }, 'min_password_length' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'can_place_ill_in_opac' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 1 }, 'enrolmentperiod' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'exclude_from_local_holds_priority' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'default_privacy' => { 'data_type' => 'enum', 'is_nullable' => 0, 'default_value' => 'default', 'extra' => { 'list' => [ 'default', 'never', 'forever' ] } }, 'require_strong_password' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'reset_password' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'category_type' => { 'size' => 1, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => 'A' }, 'description' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'categorycode' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 10 }, 'upperagelimit' => { 'data_type' => 'smallint', 'is_nullable' => 1 } }, '_relationships' => { 'categories_branches' => { 'source' => 'Koha::Schema::Result::CategoriesBranch', 'class' => 'Koha::Schema::Result::CategoriesBranch', 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'borrower_attribute_types' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::BorrowerAttributeType', 'class' => 'Koha::Schema::Result::BorrowerAttributeType', 'cond' => { 'foreign.category_code' => 'self.categorycode' } }, 'circulation_rules' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::CirculationRule', 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'source' => 'Koha::Schema::Result::CirculationRule' }, 'borrowers' => { 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'identity_provider_domains' => { 'source' => 'Koha::Schema::Result::IdentityProviderDomain', 'class' => 'Koha::Schema::Result::IdentityProviderDomain', 'cond' => { 'foreign.default_category_id' => 'self.categorycode' }, 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'borrower_message_preferences' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'class' => 'Koha::Schema::Result::BorrowerMessagePreference', 'source' => 'Koha::Schema::Result::BorrowerMessagePreference' } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Category'}{'_unique_constraints'}{'primary'}, 'source_name' => 'Category', 'name' => 'categories', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'ReturnClaim' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'item_issue' => [ 'itemnumber', 'issue_id' ], 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::ReturnClaim', '_relationships' => { 'old_checkout' => { 'class' => 'Koha::Schema::Result::OldIssue', 'cond' => { 'foreign.issue_id' => 'self.issue_id' }, 'source' => 'Koha::Schema::Result::OldIssue', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'issue_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1 } }, 'item' => { 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'itemnumber' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'resolved_by' => { 'cond' => { 'foreign.borrowernumber' => 'self.resolved_by' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'updated_by' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.updated_by' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } }, 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrowernumber' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } }, 'created_by' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.created_by' }, 'source' => 'Koha::Schema::Result::Borrower' }, 'checkout' => { 'source' => 'Koha::Schema::Result::Issue', 'class' => 'Koha::Schema::Result::Issue', 'cond' => { 'foreign.issue_id' => 'self.issue_id' }, 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'issue_id' => 1 }, 'is_deferrable' => 1 } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ReturnClaim'}{'_unique_constraints'}{'primary'}, 'name' => 'return_claims', 'source_name' => 'ReturnClaim', 'resultset_class' => 'DBIx::Class::ResultSet', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'itemnumber', 'issue_id', 'borrowernumber', 'notes', 'created_on', 'created_by', 'updated_on', 'updated_by', 'resolution', 'resolved_on', 'resolved_by' ], '_columns' => { 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'notes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'created_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 1 }, 'resolution' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'issue_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'updated_by' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'resolved_by' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'resolved_on' => { 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'updated_on' => { 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'created_by' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'ImportAuth' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'import_record_id' ], 'name' => 'import_auths', 'source_name' => 'ImportAuth', '_relationships' => { 'import_record' => { 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportRecord', 'source' => 'Koha::Schema::Result::ImportRecord', 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'import_record_id' => 1 }, 'is_depends_on' => 1 } } }, '_columns' => { 'matched_authid' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'import_record_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'original_source' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'control_number' => { 'size' => 25, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'authorized_heading' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 128 } }, '_ordered_columns' => [ 'import_record_id', 'matched_authid', 'control_number', 'authorized_heading', 'original_source' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ImportAuth', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportAuth'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Deleteditem' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'itemnumber' ] }, 'result_class' => 'Koha::Schema::Result::Deleteditem', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Deleteditem', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Deleteditem'}{'_unique_constraints'}{'primary'}, 'name' => 'deleteditems', '_relationships' => {}, '_columns' => { 'itype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'materials' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'ccode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'replacementpricedate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itemlost' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'more_subfields_xml' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'datelastseen' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'cn_source' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'onloan' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'itemnotes_nonpublic' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'notforloan' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'location' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'deleted_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'datelastborrowed' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'barcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'coded_location_qualifier' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'reserves' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'stack' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'renewals' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'uri' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'exclude_from_local_holds_priority' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'restricted' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'localuse' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'booksellerid' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'replacementprice' => { 'size' => [ 8, 2 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'price' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 8, 2 ] }, 'biblionumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'cn_sort' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'damaged_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'bookable' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'permanent_location' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'itemnumber' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'stocknumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'biblioitemnumber' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'withdrawn' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'new_status' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'dateaccessioned' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'withdrawn_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'issues' => { 'is_nullable' => 1, 'data_type' => 'smallint', 'default_value' => 0 }, 'copynumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'itemnotes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'holdingbranch' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp' }, 'damaged' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'itemlost_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'itemcallnumber' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'homebranch' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'enumchron' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ] }, 'DBIx::Class::ResultSource::Table' ), 'PreservationTrainsItem' => bless( { '_unique_constraints' => { 'train_id' => [ 'train_id', 'item_id' ], 'primary' => [ 'train_item_id' ] }, 'result_class' => 'Koha::Schema::Result::PreservationTrainsItem', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'train_item_id', 'train_id', 'item_id', 'processing_id', 'user_train_item_id', 'added_on' ], '_columns' => { 'user_train_item_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'processing_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'added_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'train_item_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'train_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'item_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } }, '_relationships' => { 'preservation_processing_attributes_items' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::PreservationProcessingAttributesItem', 'cond' => { 'foreign.train_item_id' => 'self.train_item_id' }, 'source' => 'Koha::Schema::Result::PreservationProcessingAttributesItem' }, 'train' => { 'class' => 'Koha::Schema::Result::PreservationTrain', 'cond' => { 'foreign.train_id' => 'self.train_id' }, 'source' => 'Koha::Schema::Result::PreservationTrain', 'attrs' => { 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'train_id' => 1 }, 'is_depends_on' => 1 } }, 'processing' => { 'source' => 'Koha::Schema::Result::PreservationProcessing', 'class' => 'Koha::Schema::Result::PreservationProcessing', 'cond' => { 'foreign.processing_id' => 'self.processing_id' }, 'attrs' => { 'fk_columns' => { 'processing_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'item' => { 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item_id' }, 'class' => 'Koha::Schema::Result::Item', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'item_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'name' => 'preservation_trains_items', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PreservationTrainsItem'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'PreservationTrainsItem' }, 'DBIx::Class::ResultSource::Table' ), 'Aqbookseller' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'address1', 'address2', 'address3', 'address4', 'phone', 'accountnumber', 'type', 'notes', 'postal', 'url', 'active', 'listprice', 'invoiceprice', 'gstreg', 'listincgst', 'invoiceincgst', 'tax_rate', 'discount', 'fax', 'deliverytime', 'external_id' ], '_columns' => { 'invoiceincgst' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'postal' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'active' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'type' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'name' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'address2' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'discount' => { 'size' => [ 6, 4 ], 'is_nullable' => 1, 'data_type' => 'float' }, 'gstreg' => { 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'accountnumber' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'tax_rate' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 6, 4 ] }, 'phone' => { 'size' => 30, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'listincgst' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'fax' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'address4' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'address3' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'deliverytime' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'external_id' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'invoiceprice' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'address1' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'url' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'listprice' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 } }, '_relationships' => { 'aqcontacts' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Aqcontact', 'class' => 'Koha::Schema::Result::Aqcontact', 'cond' => { 'foreign.booksellerid' => 'self.id' } }, 'aqbaskets' => { 'cond' => { 'foreign.booksellerid' => 'self.id' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'source' => 'Koha::Schema::Result::Aqbasket', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'aqcontracts' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Aqcontract', 'class' => 'Koha::Schema::Result::Aqcontract', 'cond' => { 'foreign.booksellerid' => 'self.id' } }, 'listprice' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_deferrable' => 1 }, 'cond' => { 'foreign.currency' => 'self.listprice' }, 'class' => 'Koha::Schema::Result::Currency', 'source' => 'Koha::Schema::Result::Currency' }, 'vendor_edi_accounts' => { 'source' => 'Koha::Schema::Result::VendorEdiAccount', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::VendorEdiAccount', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'aqbasketgroups' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'cond' => { 'foreign.booksellerid' => 'self.id' }, 'class' => 'Koha::Schema::Result::Aqbasketgroup', 'source' => 'Koha::Schema::Result::Aqbasketgroup' }, 'invoiceprice' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Currency', 'cond' => { 'foreign.currency' => 'self.invoiceprice' }, 'source' => 'Koha::Schema::Result::Currency' }, 'erm_eholdings_resources' => { 'class' => 'Koha::Schema::Result::ErmEholdingsResource', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::ErmEholdingsResource', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'aqbookseller_issues' => { 'class' => 'Koha::Schema::Result::AqbooksellerIssue', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::AqbooksellerIssue', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'aqbookseller_interfaces' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::AqbooksellerInterface', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::AqbooksellerInterface' }, 'erm_agreements' => { 'source' => 'Koha::Schema::Result::ErmAgreement', 'class' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'erm_eholdings_packages' => { 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsPackage', 'source' => 'Koha::Schema::Result::ErmEholdingsPackage', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqinvoices' => { 'source' => 'Koha::Schema::Result::Aqinvoice', 'class' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.booksellerid' => 'self.id' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'erm_licenses' => { 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ErmLicense', 'source' => 'Koha::Schema::Result::ErmLicense', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'aqbookseller_aliases' => { 'source' => 'Koha::Schema::Result::AqbooksellerAlias', 'class' => 'Koha::Schema::Result::AqbooksellerAlias', 'cond' => { 'foreign.vendor_id' => 'self.id' }, 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'edifact_messages' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::EdifactMessage', 'class' => 'Koha::Schema::Result::EdifactMessage', 'cond' => { 'foreign.vendor_id' => 'self.id' } } }, '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Aqbookseller', 'name' => 'aqbooksellers', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbookseller'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Aqbookseller', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'CashRegisterAction' => bless( { '_ordered_columns' => [ 'id', 'code', 'register_id', 'manager_id', 'amount', 'timestamp' ], 'resultset_attributes' => {}, '_columns' => { 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'register_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'amount' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'code' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 24 }, 'manager_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'manager' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'manager_id' => 1 } }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.manager_id' } }, 'register' => { 'cond' => { 'foreign.id' => 'self.register_id' }, 'class' => 'Koha::Schema::Result::CashRegister', 'source' => 'Koha::Schema::Result::CashRegister', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'register_id' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } } }, '_primaries' => [ 'id' ], 'source_name' => 'CashRegisterAction', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'cash_register_actions', 'result_class' => 'Koha::Schema::Result::CashRegisterAction', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CashRegisterAction'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'EdifactEan' => bless( { '_columns' => { 'ee_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'ean' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 15 }, 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10 }, 'id_code_qualifier' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => 14, 'size' => 3 }, 'description' => { 'size' => 128, 'data_type' => 'varchar', 'is_nullable' => 1 } }, '_unique_constraints' => { 'primary' => [ 'ee_id' ] }, 'resultset_attributes' => {}, 'result_class' => 'Koha::Schema::Result::EdifactEan', '_ordered_columns' => [ 'ee_id', 'description', 'branchcode', 'ean', 'id_code_qualifier' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'EdifactEan'}{'_unique_constraints'}{'primary'}, 'source_name' => 'EdifactEan', 'name' => 'edifact_ean', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'branch' => { 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'branchcode' => 1 } }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch' }, 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT' }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch' } } }, 'DBIx::Class::ResultSource::Table' ), 'MarcMatcher' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'matchchecks' => { 'source' => 'Koha::Schema::Result::Matchcheck', 'class' => 'Koha::Schema::Result::Matchcheck', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'matcher_matchpoints' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::MatcherMatchpoint', 'class' => 'Koha::Schema::Result::MatcherMatchpoint', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' } }, 'matchpoints' => { 'source' => 'Koha::Schema::Result::Matchpoint', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' }, 'class' => 'Koha::Schema::Result::Matchpoint', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'marc_matchers', 'source_name' => 'MarcMatcher', '_primaries' => [ 'matcher_id' ], 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcMatcher'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::MarcMatcher', '_ordered_columns' => [ 'matcher_id', 'code', 'description', 'record_type', 'threshold' ], '_columns' => { 'code' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 }, 'matcher_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'description' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'threshold' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'record_type' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => 'biblio', 'size' => 10 } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmAgreementLicense' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::ErmAgreementLicense', '_unique_constraints' => { 'primary' => [ 'agreement_license_id' ], 'erm_agreement_licenses_uniq' => [ 'agreement_id', 'license_id' ] }, '_relationships' => { 'license' => { 'cond' => { 'foreign.license_id' => 'self.license_id' }, 'class' => 'Koha::Schema::Result::ErmLicense', 'source' => 'Koha::Schema::Result::ErmLicense', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'license_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' } }, 'agreement' => { 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'agreement_id' => 1 }, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ErmAgreement', 'class' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' } } }, 'name' => 'erm_agreement_licenses', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmAgreementLicense'}{'_unique_constraints'}{'primary'}, 'source_name' => 'ErmAgreementLicense', 'resultset_class' => 'DBIx::Class::ResultSet', '_ordered_columns' => [ 'agreement_license_id', 'agreement_id', 'license_id', 'status', 'physical_location', 'notes', 'uri' ], 'resultset_attributes' => {}, '_columns' => { 'status' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'uri' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'license_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'agreement_license_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'physical_location' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'agreement_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } } }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerRelationship' => bless( { '_unique_constraints' => { 'guarantor_guarantee_idx' => [ 'guarantor_id', 'guarantee_id' ], 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::BorrowerRelationship', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'guarantor_id', 'guarantee_id', 'relationship' ], '_columns' => { 'guarantor_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'relationship' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 100 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'guarantee_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => { 'guarantee' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.guarantee_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'guarantee_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' } }, 'guarantor' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.guarantor_id' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'guarantor_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerRelationship'}{'_unique_constraints'}{'primary'}, 'source_name' => 'BorrowerRelationship', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'borrower_relationships' }, 'DBIx::Class::ResultSource::Table' ), 'AccountOffset' => bless( { '_ordered_columns' => [ 'id', 'credit_id', 'debit_id', 'type', 'amount', 'created_on' ], 'result_class' => 'Koha::Schema::Result::AccountOffset', 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => [ 'id' ] }, '_columns' => { 'debit_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'credit_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'amount' => { 'data_type' => 'decimal', 'is_nullable' => 0, 'size' => [ 26, 6 ] }, 'type' => { 'extra' => { 'list' => [ 'CREATE', 'APPLY', 'VOID', 'OVERDUE_INCREASE', 'OVERDUE_DECREASE' ] }, 'is_nullable' => 0, 'data_type' => 'enum' }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'created_on' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 } }, '_relationships' => { 'credit' => { 'source' => 'Koha::Schema::Result::Accountline', 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.accountlines_id' => 'self.credit_id' }, 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'credit_id' => 1 } } }, 'debit' => { 'source' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.accountlines_id' => 'self.debit_id' }, 'class' => 'Koha::Schema::Result::Accountline', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'debit_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AccountOffset'}{'_unique_constraints'}{'primary'}, 'source_name' => 'AccountOffset', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'account_offsets' }, 'DBIx::Class::ResultSource::Table' ), 'LanguageScriptMapping' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'language_subtag', 'script_subtag' ], '_columns' => { 'language_subtag' => { 'size' => 25, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'script_subtag' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 } }, '_relationships' => {}, 'name' => 'language_script_mapping', 'source_name' => 'LanguageScriptMapping', '_primaries' => [ 'language_subtag' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LanguageScriptMapping'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::LanguageScriptMapping', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'CourseItem' => bless( { 'result_class' => 'Koha::Schema::Result::CourseItem', '_unique_constraints' => { 'primary' => [ 'ci_id' ], 'itemnumber' => [ 'itemnumber' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'ci_id', 'itemnumber', 'biblionumber', 'itype', 'itype_enabled', 'itype_storage', 'ccode', 'ccode_enabled', 'ccode_storage', 'homebranch', 'homebranch_enabled', 'homebranch_storage', 'holdingbranch', 'holdingbranch_enabled', 'holdingbranch_storage', 'location', 'location_enabled', 'location_storage', 'enabled', 'timestamp' ], 'resultset_attributes' => {}, '_columns' => { 'homebranch_storage' => { 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'homebranch' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'location' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'biblionumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'holdingbranch_enabled' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'ccode_storage' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'holdingbranch_storage' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'itype_storage' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'homebranch_enabled' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'location_enabled' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'holdingbranch' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' }, 'itype_enabled' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'itype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'ci_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'location_storage' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'enabled' => { 'extra' => { 'list' => [ 'yes', 'no' ] }, 'data_type' => 'enum', 'is_nullable' => 0, 'default_value' => 'no' }, 'ccode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'ccode_enabled' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 } }, '_relationships' => { 'holdingbranch' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.holdingbranch' }, 'class' => 'Koha::Schema::Result::Branch' }, 'itemnumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' }, 'homebranch' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.homebranch' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'homebranch_storage' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.homebranch_storage' }, 'class' => 'Koha::Schema::Result::Branch' }, 'biblionumber' => { 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'course_reserves' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::CourseReserve', 'cond' => { 'foreign.ci_id' => 'self.ci_id' }, 'source' => 'Koha::Schema::Result::CourseReserve' } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CourseItem'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'course_items', 'source_name' => 'CourseItem' }, 'DBIx::Class::ResultSource::Table' ), 'PatronListPatron' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'PatronListPatron', 'name' => 'patron_list_patrons', '_primaries' => [ 'patron_list_patron_id' ], '_relationships' => { 'patron_list' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'patron_list_id' => 1 }, 'is_deferrable' => 1 }, 'cond' => { 'foreign.patron_list_id' => 'self.patron_list_id' }, 'class' => 'Koha::Schema::Result::PatronList', 'source' => 'Koha::Schema::Result::PatronList' }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'patron_list_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'patron_list_patron_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'patron_list_patron_id', 'patron_list_id', 'borrowernumber' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::PatronListPatron', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PatronListPatron'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'ItemtypeLocalization' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'localization_id', 'code', 'lang', 'translation' ], '_columns' => { 'code' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 64 }, 'translation' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'lang' => { 'size' => 25, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'localization_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, 'deploy_depends_on' => {}, 'is_virtual' => 1, '_relationships' => { 'itemtype' => { 'source' => 'Koha::Schema::Result::Itemtype', 'cond' => { 'foreign.code' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::Itemtype', 'attrs' => { 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1, 'fk_columns' => { 'itemtype' => 1 } } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ItemtypeLocalization', 'name' => 'itemtype_localizations', 'view_definition' => 'SELECT localization_id, code, lang, translation FROM localization WHERE entity=\'itemtypes\'', 'result_class' => 'Koha::Schema::Result::ItemtypeLocalization', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::View' ), 'Letter' => bless( { '_ordered_columns' => [ 'id', 'module', 'code', 'branchcode', 'name', 'is_html', 'title', 'content', 'message_transport_type', 'lang', 'updated_on', 'style' ], 'resultset_attributes' => {}, '_columns' => { 'content' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'message_transport_type' => { 'default_value' => 'email', 'data_type' => 'varchar', 'is_foreign_key' => 1, 'is_nullable' => 0, 'size' => 20, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'module' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 20 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'is_html' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'name' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'style' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp' }, 'branchcode' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 }, 'code' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'title' => { 'size' => 200, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'lang' => { 'size' => 25, 'default_value' => 'default', 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_relationships' => { 'message_queues' => { 'source' => 'Koha::Schema::Result::MessageQueue', 'cond' => { 'foreign.letter_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::MessageQueue', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'message_transport_type' => { 'source' => 'Koha::Schema::Result::MessageTransportType', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::MessageTransportType', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Letter', 'name' => 'letter', '_primaries' => [ 'id' ], 'result_class' => 'Koha::Schema::Result::Letter', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Letter'}{'_primaries'}, 'letter_uniq_1' => [ 'module', 'code', 'branchcode', 'message_transport_type', 'lang' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ExportFormat' => bless( { '_relationships' => {}, 'name' => 'export_format', 'source_name' => 'ExportFormat', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'export_format_id' ], 'resultset_attributes' => {}, '_ordered_columns' => [ 'export_format_id', 'profile', 'description', 'content', 'csv_separator', 'field_separator', 'subfield_separator', 'encoding', 'type', 'used_for', 'staff_only' ], '_columns' => { 'subfield_separator' => { 'size' => 2, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'csv_separator' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => ',', 'size' => 2 }, 'encoding' => { 'default_value' => 'utf8', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'type' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1, 'default_value' => 'marc' }, 'content' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'staff_only' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'field_separator' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 2 }, 'export_format_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'description' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'profile' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'used_for' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'default_value' => 'export_records', 'size' => 255 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ExportFormat'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ExportFormat' }, 'DBIx::Class::ResultSource::Table' ), 'TagsApproval' => bless( { '_relationships' => { 'tags_indexes' => { 'source' => 'Koha::Schema::Result::TagsIndex', 'cond' => { 'foreign.term' => 'self.term' }, 'class' => 'Koha::Schema::Result::TagsIndex', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'approved_by' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.approved_by' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' } }, 'name' => 'tags_approval', '_primaries' => [ 'term' ], 'source_name' => 'TagsApproval', 'resultset_class' => 'DBIx::Class::ResultSet', 'resultset_attributes' => {}, '_ordered_columns' => [ 'term', 'approved', 'date_approved', 'approved_by', 'weight_total' ], '_columns' => { 'approved_by' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'term' => { 'size' => 191, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'date_approved' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'weight_total' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'approved' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TagsApproval'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::TagsApproval' }, 'DBIx::Class::ResultSource::Table' ), 'Stockrotationrota' => bless( { '_relationships' => { 'stockrotationstages' => { 'source' => 'Koha::Schema::Result::Stockrotationstage', 'cond' => { 'foreign.rota_id' => 'self.rota_id' }, 'class' => 'Koha::Schema::Result::Stockrotationstage', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, 'name' => 'stockrotationrotas', 'source_name' => 'Stockrotationrota', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'rota_id' ], 'resultset_attributes' => {}, '_ordered_columns' => [ 'rota_id', 'title', 'description', 'cyclical', 'active' ], '_columns' => { 'rota_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'cyclical' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'description' => { 'is_nullable' => 0, 'data_type' => 'text' }, 'active' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'title' => { 'size' => 100, 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Stockrotationrota'}{'_primaries'}, 'stockrotationrotas_title' => [ 'title' ] }, 'result_class' => 'Koha::Schema::Result::Stockrotationrota' }, 'DBIx::Class::ResultSource::Table' ), 'Rating' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'borrowernumber', 'biblionumber' ] }, 'result_class' => 'Koha::Schema::Result::Rating', 'source_name' => 'Rating', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'ratings', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Rating'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio' }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'timestamp' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'biblionumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'rating_value' => { 'is_nullable' => 0, 'data_type' => 'tinyint' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber', 'biblionumber', 'rating_value', 'timestamp' ] }, 'DBIx::Class::ResultSource::Table' ), 'ClubEnrollment' => bless( { '_primaries' => [ 'id' ], 'source_name' => 'ClubEnrollment', 'name' => 'club_enrollments', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'club_enrollment_fields' => { 'cond' => { 'foreign.club_enrollment_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubEnrollmentField', 'source' => 'Koha::Schema::Result::ClubEnrollmentField', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'club' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'club_id' => 1 } }, 'source' => 'Koha::Schema::Result::Club', 'class' => 'Koha::Schema::Result::Club', 'cond' => { 'foreign.id' => 'self.club_id' } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 } }, 'branchcode' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_deferrable' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10 }, 'club_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'date_updated' => { 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'date_canceled' => { 'data_type' => 'timestamp', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'date_created' => { 'is_nullable' => 1, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'date_enrolled' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'club_id', 'borrowernumber', 'date_enrolled', 'date_canceled', 'date_created', 'date_updated', 'branchcode' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubEnrollment'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ClubEnrollment' }, 'DBIx::Class::ResultSource::Table' ), 'AuthSubfieldStructure' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::AuthSubfieldStructure', '_unique_constraints' => { 'primary' => [ 'authtypecode', 'tagfield', 'tagsubfield' ] }, '_relationships' => { 'authtypecode' => { 'attrs' => { 'is_deferrable' => 1, 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::AuthType', 'class' => 'Koha::Schema::Result::AuthType', 'cond' => { 'foreign.authtypecode' => 'self.authtypecode' } } }, 'name' => 'auth_subfield_structure', 'source_name' => 'AuthSubfieldStructure', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthSubfieldStructure'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_ordered_columns' => [ 'authtypecode', 'tagfield', 'tagsubfield', 'liblibrarian', 'libopac', 'repeatable', 'mandatory', 'tab', 'authorised_value', 'value_builder', 'seealso', 'isurl', 'hidden', 'linkid', 'kohafield', 'frameworkcode', 'defaultvalue', 'display_order' ], 'resultset_attributes' => {}, '_columns' => { 'mandatory' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'liblibrarian' => { 'size' => 255, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'tab' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'hidden' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'value_builder' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'frameworkcode' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 }, 'libopac' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 255 }, 'linkid' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'tagfield' => { 'size' => 3, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'isurl' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'tagsubfield' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 1 }, 'repeatable' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'seealso' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'authorised_value' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'authtypecode' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0, 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => '' }, 'defaultvalue' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'display_order' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'kohafield' => { 'size' => 45, 'is_nullable' => 1, 'data_type' => 'varchar', 'default_value' => '' } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageDatabase' => bless( { '_ordered_columns' => [ 'database_id', 'database', 'platform', 'publisher', 'publisher_id', 'usage_data_provider_id' ], 'resultset_attributes' => {}, '_columns' => { 'publisher' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'database_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'platform' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'usage_data_provider_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'database' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'publisher_id' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 } }, '_relationships' => { 'usage_data_provider' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'usage_data_provider_id' => 1 } }, 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider' }, 'erm_usage_yuses' => { 'source' => 'Koha::Schema::Result::ErmUsageYus', 'cond' => { 'foreign.database_id' => 'self.database_id' }, 'class' => 'Koha::Schema::Result::ErmUsageYus', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'erm_usage_muses' => { 'source' => 'Koha::Schema::Result::ErmUsageMus', 'cond' => { 'foreign.database_id' => 'self.database_id' }, 'class' => 'Koha::Schema::Result::ErmUsageMus', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } } }, '_primaries' => [ 'database_id' ], 'name' => 'erm_usage_databases', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ErmUsageDatabase', 'result_class' => 'Koha::Schema::Result::ErmUsageDatabase', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageDatabase'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageMus' => bless( { '_ordered_columns' => [ 'monthly_usage_summary_id', 'title_id', 'platform_id', 'database_id', 'item_id', 'usage_data_provider_id', 'year', 'month', 'usage_count', 'metric_type', 'access_type', 'yop', 'report_type' ], 'resultset_attributes' => {}, '_columns' => { 'title_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'month' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'monthly_usage_summary_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'yop' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'item_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'year' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'database_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'usage_count' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'report_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'metric_type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'platform_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'access_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 } }, '_relationships' => { 'title' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'title_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'cond' => { 'foreign.title_id' => 'self.title_id' }, 'class' => 'Koha::Schema::Result::ErmUsageTitle', 'source' => 'Koha::Schema::Result::ErmUsageTitle' }, 'database' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'database_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'cond' => { 'foreign.database_id' => 'self.database_id' }, 'class' => 'Koha::Schema::Result::ErmUsageDatabase', 'source' => 'Koha::Schema::Result::ErmUsageDatabase' }, 'usage_data_provider' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider' }, 'platform' => { 'cond' => { 'foreign.platform_id' => 'self.platform_id' }, 'class' => 'Koha::Schema::Result::ErmUsagePlatform', 'source' => 'Koha::Schema::Result::ErmUsagePlatform', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'fk_columns' => { 'platform_id' => 1 }, 'is_deferrable' => 1 } }, 'item' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'fk_columns' => { 'item_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ErmUsageItem', 'cond' => { 'foreign.item_id' => 'self.item_id' }, 'class' => 'Koha::Schema::Result::ErmUsageItem' } }, '_primaries' => [ 'monthly_usage_summary_id' ], 'name' => 'erm_usage_mus', 'source_name' => 'ErmUsageMus', 'resultset_class' => 'DBIx::Class::ResultSet', 'result_class' => 'Koha::Schema::Result::ErmUsageMus', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageMus'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'BranchTransferLimit' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'limitId' ] }, 'result_class' => 'Koha::Schema::Result::BranchTransferLimit', '_relationships' => {}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BranchTransferLimit'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'BranchTransferLimit', 'name' => 'branch_transfer_limits', 'resultset_attributes' => {}, '_ordered_columns' => [ 'limitId', 'toBranch', 'fromBranch', 'itemtype', 'ccode' ], '_columns' => { 'fromBranch' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'accessor' => 'from_branch', 'size' => 10 }, 'ccode' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'toBranch' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'accessor' => 'to_branch', 'size' => 10 }, 'limitId' => { 'accessor' => 'limit_id', 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'itemtype' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' } } }, 'DBIx::Class::ResultSource::Table' ), 'ClubTemplate' => bless( { '_relationships' => { 'clubs' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Club', 'cond' => { 'foreign.club_template_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::Club' }, 'club_template_fields' => { 'cond' => { 'foreign.club_template_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubTemplateField', 'source' => 'Koha::Schema::Result::ClubTemplateField', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } }, 'club_template_enrollment_fields' => { 'source' => 'Koha::Schema::Result::ClubTemplateEnrollmentField', 'class' => 'Koha::Schema::Result::ClubTemplateEnrollmentField', 'cond' => { 'foreign.club_template_id' => 'self.id' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'club_templates', 'source_name' => 'ClubTemplate', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'description', 'is_enrollable_from_opac', 'is_email_required', 'branchcode', 'date_created', 'date_updated', 'is_deletable' ], '_columns' => { 'is_email_required' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'is_enrollable_from_opac' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'is_deletable' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'name' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'date_updated' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 1 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'date_created' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubTemplate'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ClubTemplate' }, 'DBIx::Class::ResultSource::Table' ), 'TablesSetting' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'module', 'page', 'tablename', 'default_display_length', 'default_sort_order' ], '_columns' => { 'tablename' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'default_display_length' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'module' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'default_sort_order' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'page' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 } }, '_relationships' => {}, '_primaries' => [ 'module', 'page', 'tablename' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'TablesSetting', 'name' => 'tables_settings', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TablesSetting'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::TablesSetting', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageYus' => bless( { '_ordered_columns' => [ 'yearly_usage_summary_id', 'title_id', 'platform_id', 'database_id', 'item_id', 'usage_data_provider_id', 'year', 'totalcount', 'metric_type', 'access_type', 'yop', 'report_type' ], 'resultset_attributes' => {}, '_columns' => { 'title_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'yearly_usage_summary_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'item_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'yop' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'year' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'database_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'totalcount' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'report_type' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'access_type' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'metric_type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'platform_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 } }, '_relationships' => { 'platform' => { 'class' => 'Koha::Schema::Result::ErmUsagePlatform', 'cond' => { 'foreign.platform_id' => 'self.platform_id' }, 'source' => 'Koha::Schema::Result::ErmUsagePlatform', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'platform_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'usage_data_provider' => { 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider', 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'usage_data_provider_id' => 1 } } }, 'title' => { 'cond' => { 'foreign.title_id' => 'self.title_id' }, 'class' => 'Koha::Schema::Result::ErmUsageTitle', 'source' => 'Koha::Schema::Result::ErmUsageTitle', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'title_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } }, 'database' => { 'class' => 'Koha::Schema::Result::ErmUsageDatabase', 'cond' => { 'foreign.database_id' => 'self.database_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDatabase', 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'database_id' => 1 } } }, 'item' => { 'source' => 'Koha::Schema::Result::ErmUsageItem', 'cond' => { 'foreign.item_id' => 'self.item_id' }, 'class' => 'Koha::Schema::Result::ErmUsageItem', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'item_id' => 1 } } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'yearly_usage_summary_id' ], 'name' => 'erm_usage_yus', 'source_name' => 'ErmUsageYus', 'result_class' => 'Koha::Schema::Result::ErmUsageYus', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageYus'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'TagsIndex' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::TagsIndex', '_unique_constraints' => { 'primary' => [ 'term', 'biblionumber' ] }, '_relationships' => { 'term' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::TagsApproval', 'class' => 'Koha::Schema::Result::TagsApproval', 'cond' => { 'foreign.term' => 'self.term' } }, 'biblionumber' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio' } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TagsIndex'}{'_unique_constraints'}{'primary'}, 'name' => 'tags_index', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'TagsIndex', '_ordered_columns' => [ 'term', 'biblionumber', 'weight' ], 'resultset_attributes' => {}, '_columns' => { 'weight' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 1 }, 'term' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 191 }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } } } }, 'DBIx::Class::ResultSource::Table' ), 'Virtualshelve' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'ItemtypesBranch' => bless( { 'source_name' => 'ItemtypesBranch', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'itemtypes_branches', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'itemtype' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'class' => 'Koha::Schema::Result::Itemtype', 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'source' => 'Koha::Schema::Result::Itemtype' }, 'branchcode' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_deferrable' => 1, 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'branchcode' => { 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'itemtype' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'itemtype', 'branchcode' ], 'result_class' => 'Koha::Schema::Result::ItemtypesBranch' }, 'DBIx::Class::ResultSource::Table' ), 'CoverImage' => bless( { '_columns' => { 'imagefile' => { 'data_type' => 'mediumblob', 'is_nullable' => 0 }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'mimetype' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 15 }, 'biblionumber' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'imagenumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'thumbnail' => { 'is_nullable' => 0, 'data_type' => 'mediumblob' } }, '_ordered_columns' => [ 'imagenumber', 'biblionumber', 'itemnumber', 'mimetype', 'imagefile', 'thumbnail', 'timestamp' ], 'resultset_attributes' => {}, 'name' => 'cover_images', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'CoverImage', '_primaries' => [ 'imagenumber' ], '_relationships' => { 'biblionumber' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio' }, 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'result_class' => 'Koha::Schema::Result::CoverImage', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CoverImage'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'ClubHold' => bless( { 'result_class' => 'Koha::Schema::Result::ClubHold', '_ordered_columns' => [ 'id', 'club_id', 'biblio_id', 'item_id', 'date_created' ], '_unique_constraints' => { 'primary' => [ 'id' ] }, 'resultset_attributes' => {}, '_columns' => { 'biblio_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'item_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'date_created' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'club_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } }, '_relationships' => { 'club' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'club_id' => 1 }, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.id' => 'self.club_id' }, 'class' => 'Koha::Schema::Result::Club', 'source' => 'Koha::Schema::Result::Club' }, 'club_holds_to_patron_holds' => { 'cond' => { 'foreign.club_hold_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'source' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'biblio' => { 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'biblio_id' => 1 }, 'is_depends_on' => 1 }, 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio' }, 'item' => { 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item_id' }, 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'item_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubHold'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'club_holds', 'source_name' => 'ClubHold' }, 'DBIx::Class::ResultSource::Table' ), 'MatchpointComponent' => bless( { 'source_name' => 'MatchpointComponent', 'name' => 'matchpoint_components', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'matchpoint_component_id' ], '_relationships' => { 'matchpoint' => { 'source' => 'Koha::Schema::Result::Matchpoint', 'cond' => { 'foreign.matchpoint_id' => 'self.matchpoint_id' }, 'class' => 'Koha::Schema::Result::Matchpoint', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'matchpoint_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' } }, 'matchpoint_component_norms' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::MatchpointComponentNorm', 'class' => 'Koha::Schema::Result::MatchpointComponentNorm', 'cond' => { 'foreign.matchpoint_component_id' => 'self.matchpoint_component_id' } } }, '_columns' => { 'length' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'offset' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'matchpoint_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'sequence' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer', 'accessor' => undef }, 'tag' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 3 }, 'subfields' => { 'size' => 40, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'matchpoint_component_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'matchpoint_id', 'matchpoint_component_id', 'sequence', 'tag', 'subfields', 'offset', 'length' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::MatchpointComponent', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MatchpointComponent'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Illbatch' => bless( { 'result_class' => 'Koha::Schema::Result::Illbatch', '_unique_constraints' => { 'u_illbatches__name' => [ 'name' ], 'primary' => [ 'ill_batch_id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'patron_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'name' => { 'size' => 100, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'backend' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'status_code' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'library_id' => { 'size' => 50, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'ill_batch_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'ill_batch_id', 'name', 'backend', 'patron_id', 'library_id', 'status_code' ], 'resultset_attributes' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Illbatch'}{'_unique_constraints'}{'primary'}, 'source_name' => 'Illbatch', 'name' => 'illbatches', '_relationships' => { 'requests' => { 'source' => 'Koha::Schema::Result::Illrequest', 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.batch_id' => 'self.ill_batch_id' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'illrequests' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Illrequest', 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.batch_id' => 'self.ill_batch_id' } }, 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'patron_id' => 1 } }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' }, 'source' => 'Koha::Schema::Result::Borrower' }, 'status_code' => { 'source' => 'Koha::Schema::Result::IllbatchStatus', 'class' => 'Koha::Schema::Result::IllbatchStatus', 'cond' => { 'foreign.code' => 'self.status_code' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'library' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.library_id' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'fk_columns' => { 'library_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'Item' => bless( { '_unique_constraints' => { 'primary' => [ 'itemnumber' ], 'itembarcodeidx' => [ 'barcode' ] }, 'result_class' => 'Koha::Schema::Result::Item', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'new_status' => { 'size' => 32, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'withdrawn' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'issues' => { 'default_value' => 0, 'is_nullable' => 1, 'data_type' => 'smallint' }, 'dateaccessioned' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'withdrawn_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'stocknumber' => { 'size' => 32, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'biblioitemnumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'damaged_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'cn_sort' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'permanent_location' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'bookable' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'homebranch' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'enumchron' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'itemcallnumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'itemlost_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'holdingbranch' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'damaged' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'itemnotes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'copynumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'deleted_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'datelastborrowed' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'barcode' => { 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'location' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'coded_location_qualifier' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'onloan' => { 'is_numeric' => 0, 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'notforloan' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'itemnotes_nonpublic' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'replacementpricedate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itemlost' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'cn_source' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'more_subfields_xml' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'datelastseen' => { 'is_numeric' => 0, 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'materials' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'ccode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'price' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 8, 2 ] }, 'biblionumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'replacementprice' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 8, 2 ] }, 'restricted' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'exclude_from_local_holds_priority' => { 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'renewals' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'uri' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'booksellerid' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'localuse' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'reserves' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'stack' => { 'data_type' => 'tinyint', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'source_name' => 'Item', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}{'_unique_constraints'}{'primary'}, 'name' => 'items', '_relationships' => { 'club_holds' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ClubHold', 'cond' => { 'foreign.item_id' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::ClubHold' }, 'hold_fill_target' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'cascade_copy' => 0, 'fk_columns' => {}, 'accessor' => 'single', 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::HoldFillTarget', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::HoldFillTarget' }, 'serialitem' => { 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Serialitem', 'source' => 'Koha::Schema::Result::Serialitem', 'attrs' => { 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'join_type' => 'LEFT', 'accessor' => 'single', 'fk_columns' => {} } }, 'item_bundles_item' => { 'cond' => { 'foreign.item' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::ItemBundle', 'source' => 'Koha::Schema::Result::ItemBundle', 'attrs' => { 'fk_columns' => {}, 'join_type' => 'LEFT', 'accessor' => 'single', 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'cascade_copy' => 0 } }, 'biblioitemnumber' => { 'cond' => { 'foreign.biblioitemnumber' => 'self.biblioitemnumber' }, 'class' => 'Koha::Schema::Result::Biblioitem', 'source' => 'Koha::Schema::Result::Biblioitem', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'last_returned_by' => { 'class' => 'Koha::Schema::Result::ItemsLastBorrower', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::ItemsLastBorrower', 'attrs' => { 'fk_columns' => {}, 'accessor' => 'single', 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'cascade_copy' => 0 } }, 'accountlines' => { 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Accountline', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'stockrotationitem' => { 'attrs' => { 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'join_type' => 'LEFT', 'accessor' => 'single', 'fk_columns' => {} }, 'class' => 'Koha::Schema::Result::Stockrotationitem', 'cond' => { 'foreign.itemnumber_id' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Stockrotationitem' }, 'aqorders_item' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::AqordersItem', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::AqordersItem' }, 'linktrackers' => { 'source' => 'Koha::Schema::Result::Linktracker', 'class' => 'Koha::Schema::Result::Linktracker', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'current_branchtransfers' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'is_depends_on' => 0, 'order_by' => [ { '-desc' => 'datesent' }, { '-asc' => 'daterequested' } ], 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Branchtransfer', 'class' => 'Koha::Schema::Result::Branchtransfer', 'cond' => sub { "DUMMY" } }, 'holding_library' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.holdingbranch' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'holdingbranch' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } }, 'item_group_item' => { 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'cascade_copy' => 0, 'fk_columns' => {}, 'accessor' => 'single', 'join_type' => 'LEFT' }, 'cond' => { 'foreign.item_id' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::ItemGroupItem', 'source' => 'Koha::Schema::Result::ItemGroupItem' }, 'home_library' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.homebranch' }, 'attrs' => { 'fk_columns' => { 'homebranch' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'biblioitem' => { 'cond' => { 'foreign.biblioitemnumber' => 'self.biblioitemnumber' }, 'class' => 'Koha::Schema::Result::Biblioitem', 'source' => 'Koha::Schema::Result::Biblioitem', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'biblioitemnumber' => 1 }, 'is_depends_on' => 1 } }, 'item_bundles_hosts' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'class' => 'Koha::Schema::Result::ItemBundle', 'cond' => { 'foreign.host' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::ItemBundle' }, 'recalls' => { 'class' => 'Koha::Schema::Result::Recall', 'cond' => { 'foreign.item_id' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Recall', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'biblionumber' => { 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } }, 'preservation_trains_items' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::PreservationTrainsItem', 'cond' => { 'foreign.item_id' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::PreservationTrainsItem' }, 'homebranch' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'RESTRICT', 'join_type' => 'LEFT', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.branchcode' => 'self.homebranch' }, 'class' => 'Koha::Schema::Result::Branch', 'source' => 'Koha::Schema::Result::Branch' }, 'course_item' => { 'attrs' => { 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'fk_columns' => {} }, 'source' => 'Koha::Schema::Result::CourseItem', 'class' => 'Koha::Schema::Result::CourseItem', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' } }, 'issue' => { 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'cascade_copy' => 0, 'fk_columns' => {}, 'join_type' => 'LEFT', 'accessor' => 'single' }, 'class' => 'Koha::Schema::Result::Issue', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Issue' }, 'bookings' => { 'source' => 'Koha::Schema::Result::Booking', 'class' => 'Koha::Schema::Result::Booking', 'cond' => { 'foreign.item_id' => 'self.itemnumber' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'creator_batches' => { 'source' => 'Koha::Schema::Result::CreatorBatch', 'class' => 'Koha::Schema::Result::CreatorBatch', 'cond' => { 'foreign.item_number' => 'self.itemnumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'serial_item' => { 'attrs' => { 'join_type' => 'LEFT', 'accessor' => 'single', 'fk_columns' => {}, 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::Serialitem', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Serialitem' }, 'biblio' => { 'attrs' => { 'fk_columns' => { 'biblionumber' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'branchtransfers' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::Branchtransfer', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Branchtransfer' }, 'old_reserves' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'class' => 'Koha::Schema::Result::OldReserve', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::OldReserve' }, 'old_issues' => { 'source' => 'Koha::Schema::Result::OldIssue', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::OldIssue', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'return_claims' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::ReturnClaim' }, 'holdingbranch' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.holdingbranch' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT', 'join_type' => 'LEFT' } }, 'article_requests' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::ArticleRequest', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::ArticleRequest' }, 'tmp_holdsqueue' => { 'source' => 'Koha::Schema::Result::TmpHoldsqueue', 'class' => 'Koha::Schema::Result::TmpHoldsqueue', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'cascade_copy' => 0, 'fk_columns' => {}, 'join_type' => 'LEFT', 'accessor' => 'single' } }, 'reserves' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Reserve', 'source' => 'Koha::Schema::Result::Reserve' }, 'cover_images' => { 'source' => 'Koha::Schema::Result::CoverImage', 'class' => 'Koha::Schema::Result::CoverImage', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'items_last_borrower' => { 'attrs' => { 'accessor' => 'single', 'join_type' => 'LEFT', 'fk_columns' => {}, 'cascade_copy' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::ItemsLastBorrower', 'class' => 'Koha::Schema::Result::ItemsLastBorrower', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' } } } }, 'DBIx::Class::ResultSource::Table' ), 'BiblioMetadata' => bless( { '_ordered_columns' => [ 'id', 'biblionumber', 'format', 'schema', 'metadata', 'timestamp', 'record_source_id' ], 'resultset_attributes' => {}, '_columns' => { 'metadata' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'record_source_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'format' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 16 }, 'biblionumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_nullable' => 0, 'data_type' => 'integer' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'schema' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 16 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_relationships' => { 'record_source' => { 'attrs' => { 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'record_source_id' => 1 }, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::RecordSource', 'cond' => { 'foreign.record_source_id' => 'self.record_source_id' }, 'class' => 'Koha::Schema::Result::RecordSource' }, 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } } }, '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'BiblioMetadata', 'name' => 'biblio_metadata', 'result_class' => 'Koha::Schema::Result::BiblioMetadata', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}{'_primaries'}, 'biblio_metadata_uniq_key' => [ 'biblionumber', 'format', 'schema' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'MessageAttribute' => bless( { '_columns' => { 'takes_days' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'message_name' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 40 }, 'message_attribute_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'message_attribute_id', 'message_name', 'takes_days' ], 'source_name' => 'MessageAttribute', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'message_attributes', '_primaries' => [ 'message_attribute_id' ], '_relationships' => { 'message_transports' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::MessageTransport', 'cond' => { 'foreign.message_attribute_id' => 'self.message_attribute_id' }, 'source' => 'Koha::Schema::Result::MessageTransport' }, 'borrower_message_preferences' => { 'source' => 'Koha::Schema::Result::BorrowerMessagePreference', 'cond' => { 'foreign.message_attribute_id' => 'self.message_attribute_id' }, 'class' => 'Koha::Schema::Result::BorrowerMessagePreference', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MessageAttribute'}{'_primaries'}, 'message_name' => [ 'message_name' ] }, 'result_class' => 'Koha::Schema::Result::MessageAttribute', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AuthorisedValue' => bless( { '_relationships' => { 'category' => { 'source' => 'Koha::Schema::Result::AuthorisedValueCategory', 'class' => 'Koha::Schema::Result::AuthorisedValueCategory', 'cond' => { 'foreign.category_name' => 'self.category' }, 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } }, 'illrequests' => { 'source' => 'Koha::Schema::Result::Illrequest', 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.status_alias' => 'self.authorised_value' }, 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'authorised_values_branches' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.av_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::AuthorisedValuesBranch', 'source' => 'Koha::Schema::Result::AuthorisedValuesBranch' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AuthorisedValue', '_primaries' => [ 'id' ], 'name' => 'authorised_values', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'category', 'authorised_value', 'lib', 'lib_opac', 'imageurl' ], '_columns' => { 'category' => { 'default_value' => '', 'data_type' => 'varchar', 'is_foreign_key' => 1, 'is_nullable' => 0, 'size' => 32, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'lib_opac' => { 'size' => 200, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'lib' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 200 }, 'imageurl' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 200 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'authorised_value' => { 'size' => 80, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthorisedValue'}{'_primaries'}, 'av_uniq' => [ 'category', 'authorised_value' ] }, 'result_class' => 'Koha::Schema::Result::AuthorisedValue' }, 'DBIx::Class::ResultSource::Table' ), 'AdditionalContentsLocalization' => bless( { '_unique_constraints' => { 'additional_contents_localizations_uniq' => [ 'additional_content_id', 'lang' ], 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::AdditionalContentsLocalization', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'updated_on' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'extra' => { 'unsigned' => 1 }, 'is_auto_increment' => 1 }, 'content' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'lang' => { 'size' => 50, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'additional_content_id' => { 'extra' => { 'unsigned' => 1 }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'title' => { 'size' => 250, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'additional_content_id', 'title', 'content', 'lang', 'updated_on' ], '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContentsLocalization'}{'_unique_constraints'}{'primary'}, 'name' => 'additional_contents_localizations', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AdditionalContentsLocalization', '_relationships' => { 'additional_content' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'additional_content_id' => 1 }, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::AdditionalContent', 'class' => 'Koha::Schema::Result::AdditionalContent', 'cond' => { 'foreign.id' => 'self.additional_content_id' } } } }, 'DBIx::Class::ResultSource::Table' ), 'BranchesOverdrive' => bless( { '_unique_constraints' => { 'primary' => [ 'branchcode' ] }, 'result_class' => 'Koha::Schema::Result::BranchesOverdrive', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'branchcode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'authname' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'branchcode', 'authname' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BranchesOverdrive'}{'_unique_constraints'}{'primary'}, 'source_name' => 'BranchesOverdrive', 'name' => 'branches_overdrive', '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch' } } }, 'DBIx::Class::ResultSource::Table' ), 'Aqbasket' => bless( { 'result_class' => 'Koha::Schema::Result::Aqbasket', '_unique_constraints' => { 'primary' => [ 'basketno' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'basketgroupid' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'booksellernote' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'contractnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'basketno' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'is_standing' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'branch' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'billingplace' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'basketname' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'note' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'deliveryplace' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'booksellerid' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 1 }, 'booksellerinvoicenumber' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'closedate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'create_items' => { 'is_nullable' => 1, 'data_type' => 'enum', 'extra' => { 'list' => [ 'ordering', 'receiving', 'cataloguing' ] } }, 'authorisedby' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'creationdate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 } }, '_ordered_columns' => [ 'basketno', 'basketname', 'note', 'booksellernote', 'contractnumber', 'creationdate', 'closedate', 'booksellerid', 'authorisedby', 'booksellerinvoicenumber', 'basketgroupid', 'deliveryplace', 'billingplace', 'branch', 'is_standing', 'create_items' ], 'resultset_attributes' => {}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbasket'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'aqbasket', 'source_name' => 'Aqbasket', '_relationships' => { 'basketgroupid' => { 'source' => 'Koha::Schema::Result::Aqbasketgroup', 'class' => 'Koha::Schema::Result::Aqbasketgroup', 'cond' => { 'foreign.id' => 'self.basketgroupid' }, 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'RESTRICT', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } }, 'edifact_messages' => { 'class' => 'Koha::Schema::Result::EdifactMessage', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'source' => 'Koha::Schema::Result::EdifactMessage', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'contractnumber' => { 'source' => 'Koha::Schema::Result::Aqcontract', 'class' => 'Koha::Schema::Result::Aqcontract', 'cond' => { 'foreign.contractnumber' => 'self.contractnumber' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT', 'join_type' => 'LEFT', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } }, 'orders' => { 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'source' => 'Koha::Schema::Result::Aqorder', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'aqorders' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'source' => 'Koha::Schema::Result::Aqorder' }, 'aqbasketusers' => { 'source' => 'Koha::Schema::Result::Aqbasketuser', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'class' => 'Koha::Schema::Result::Aqbasketuser', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'additional_field_values' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => sub { "DUMMY" }, 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'source' => 'Koha::Schema::Result::AdditionalFieldValue' }, 'branch' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branch' }, 'source' => 'Koha::Schema::Result::Branch' }, 'basket_group' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'basketgroupid' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::Aqbasketgroup', 'class' => 'Koha::Schema::Result::Aqbasketgroup', 'cond' => { 'foreign.id' => 'self.basketgroupid' } }, 'booksellerid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.booksellerid' }, 'source' => 'Koha::Schema::Result::Aqbookseller' } } }, 'DBIx::Class::ResultSource::Table' ), 'MarcSubfieldStructure' => bless( { 'result_class' => 'Koha::Schema::Result::MarcSubfieldStructure', '_unique_constraints' => { 'primary' => [ 'frameworkcode', 'tagfield', 'tagsubfield' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'tagfield', 'tagsubfield', 'liblibrarian', 'libopac', 'repeatable', 'mandatory', 'important', 'kohafield', 'tab', 'authorised_value', 'authtypecode', 'value_builder', 'isurl', 'hidden', 'frameworkcode', 'seealso', 'link', 'defaultvalue', 'maxlength', 'display_order' ], 'resultset_attributes' => {}, '_columns' => { 'display_order' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'kohafield' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 40 }, 'maxlength' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 9999 }, 'seealso' => { 'size' => 1100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'authorised_value' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 32 }, 'authtypecode' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'defaultvalue' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'frameworkcode' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 4 }, 'libopac' => { 'size' => 255, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'important' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'tagfield' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 3 }, 'isurl' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'link' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'repeatable' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'tagsubfield' => { 'size' => 1, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'mandatory' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'liblibrarian' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 255 }, 'tab' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'hidden' => { 'default_value' => 8, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'value_builder' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' } }, '_relationships' => { 'authorised_value' => { 'source' => 'Koha::Schema::Result::AuthorisedValueCategory', 'cond' => { 'foreign.category_name' => 'self.authorised_value' }, 'class' => 'Koha::Schema::Result::AuthorisedValueCategory', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } } }, 'source_name' => 'MarcSubfieldStructure', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MarcSubfieldStructure'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'marc_subfield_structure' }, 'DBIx::Class::ResultSource::Table' ), 'CurbsidePickupPolicy' => bless( { '_unique_constraints' => { 'primary' => [ 'id' ], 'branchcode' => [ 'branchcode' ] }, 'result_class' => 'Koha::Schema::Result::CurbsidePickupPolicy', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'enabled' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'pickup_interval' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'patron_scheduled_pickup' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'patrons_per_interval' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'enable_waiting_holds_only' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'branchcode', 'enabled', 'enable_waiting_holds_only', 'pickup_interval', 'patrons_per_interval', 'patron_scheduled_pickup' ], 'source_name' => 'CurbsidePickupPolicy', 'name' => 'curbside_pickup_policy', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CurbsidePickupPolicy'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'curbside_pickup_opening_slots' => { 'cond' => { 'foreign.curbside_pickup_policy_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::CurbsidePickupOpeningSlot', 'source' => 'Koha::Schema::Result::CurbsidePickupOpeningSlot', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } } } }, 'DBIx::Class::ResultSource::Table' ), 'CurbsidePickupOpeningSlot' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::CurbsidePickupOpeningSlot', '_unique_constraints' => { 'primary' => [ 'id' ] }, '_relationships' => { 'curbside_pickup_policy' => { 'source' => 'Koha::Schema::Result::CurbsidePickupPolicy', 'class' => 'Koha::Schema::Result::CurbsidePickupPolicy', 'cond' => { 'foreign.id' => 'self.curbside_pickup_policy_id' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'curbside_pickup_policy_id' => 1 }, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1 } } }, 'source_name' => 'CurbsidePickupOpeningSlot', 'name' => 'curbside_pickup_opening_slots', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CurbsidePickupOpeningSlot'}{'_unique_constraints'}{'primary'}, '_ordered_columns' => [ 'id', 'curbside_pickup_policy_id', 'day', 'start_hour', 'start_minute', 'end_hour', 'end_minute' ], 'resultset_attributes' => {}, '_columns' => { 'day' => { 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'curbside_pickup_policy_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'start_hour' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'end_hour' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'start_minute' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'end_minute' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } } }, 'DBIx::Class::ResultSource::Table' ), 'CreatorTemplate' => bless( { '_relationships' => {}, 'source_name' => 'CreatorTemplate', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'template_id' ], 'name' => 'creator_templates', '_ordered_columns' => [ 'template_id', 'profile_id', 'template_code', 'template_desc', 'page_width', 'page_height', 'label_width', 'label_height', 'top_text_margin', 'left_text_margin', 'top_margin', 'left_margin', 'cols', 'rows', 'col_gap', 'row_gap', 'units', 'creator' ], 'resultset_attributes' => {}, '_columns' => { 'label_width' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'page_width' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'row_gap' => { 'is_nullable' => 0, 'data_type' => 'float', 'default_value' => 0 }, 'profile_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'cols' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'col_gap' => { 'default_value' => 0, 'data_type' => 'float', 'is_nullable' => 0 }, 'left_text_margin' => { 'default_value' => 0, 'data_type' => 'float', 'is_nullable' => 0 }, 'label_height' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'rows' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'units' => { 'size' => 20, 'default_value' => 'POINT', 'is_nullable' => 0, 'data_type' => 'char' }, 'top_text_margin' => { 'is_nullable' => 0, 'data_type' => 'float', 'default_value' => 0 }, 'template_desc' => { 'size' => 100, 'default_value' => 'Default description', 'data_type' => 'char', 'is_nullable' => 0 }, 'top_margin' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'creator' => { 'data_type' => 'char', 'is_nullable' => 0, 'default_value' => 'Labels', 'size' => 15 }, 'page_height' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'template_code' => { 'default_value' => 'DEFAULT TEMPLATE', 'data_type' => 'char', 'is_nullable' => 0, 'size' => 100 }, 'template_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'left_margin' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'float' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::CreatorTemplate', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CreatorTemplate'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'IllbatchStatus' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'id' ], 'u_illbatchstatuses__code' => [ 'code' ] }, 'result_class' => 'Koha::Schema::Result::IllbatchStatus', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'illbatch_statuses', 'source_name' => 'IllbatchStatus', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'IllbatchStatus'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'illbatches' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Illbatch', 'class' => 'Koha::Schema::Result::Illbatch', 'cond' => { 'foreign.status_code' => 'self.code' } } }, '_columns' => { 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'code' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 20 }, 'name' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'is_system' => { 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'code', 'is_system' ] }, 'DBIx::Class::ResultSource::Table' ), 'ErmCounterLog' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'erm_counter_log_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmCounterLog', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmCounterLog'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ErmCounterLog', 'name' => 'erm_counter_logs', '_relationships' => { 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' }, 'counter_file' => { 'cond' => { 'foreign.erm_counter_files_id' => 'self.counter_files_id' }, 'class' => 'Koha::Schema::Result::ErmCounterFile', 'source' => 'Koha::Schema::Result::ErmCounterFile', 'attrs' => { 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'counter_files_id' => 1 }, 'is_depends_on' => 1 } }, 'usage_data_provider' => { 'source' => 'Koha::Schema::Result::ErmUsageDataProvider', 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1 } } }, '_columns' => { 'borrowernumber' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'importdate' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 1, 'data_type' => 'timestamp' }, 'usage_data_provider_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'counter_files_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'logdetails' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'erm_counter_log_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'filename' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'erm_counter_log_id', 'borrowernumber', 'counter_files_id', 'usage_data_provider_id', 'importdate', 'filename', 'logdetails' ] }, 'DBIx::Class::ResultSource::Table' ), 'AuthType' => bless( { 'result_class' => 'Koha::Schema::Result::AuthType', '_unique_constraints' => { 'primary' => [ 'authtypecode' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'authtypecode', 'authtypetext', 'auth_tag_to_report', 'summary' ], 'resultset_attributes' => {}, '_columns' => { 'auth_tag_to_report' => { 'size' => 3, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'authtypetext' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 255 }, 'summary' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'authtypecode' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 } }, '_relationships' => { 'auth_subfield_structures' => { 'source' => 'Koha::Schema::Result::AuthSubfieldStructure', 'class' => 'Koha::Schema::Result::AuthSubfieldStructure', 'cond' => { 'foreign.authtypecode' => 'self.authtypecode' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'auth_tag_structures' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'cond' => { 'foreign.authtypecode' => 'self.authtypecode' }, 'class' => 'Koha::Schema::Result::AuthTagStructure', 'source' => 'Koha::Schema::Result::AuthTagStructure' } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthType'}{'_unique_constraints'}{'primary'}, 'source_name' => 'AuthType', 'name' => 'auth_types' }, 'DBIx::Class::ResultSource::Table' ), 'PreservationProcessingAttribute' => bless( { '_relationships' => { 'processing' => { 'class' => 'Koha::Schema::Result::PreservationProcessing', 'cond' => { 'foreign.processing_id' => 'self.processing_id' }, 'source' => 'Koha::Schema::Result::PreservationProcessing', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'processing_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE' } }, 'preservation_processing_attributes_items' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.processing_attribute_id' => 'self.processing_attribute_id' }, 'class' => 'Koha::Schema::Result::PreservationProcessingAttributesItem', 'source' => 'Koha::Schema::Result::PreservationProcessingAttributesItem' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'source_name' => 'PreservationProcessingAttribute', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'processing_attribute_id' ], 'name' => 'preservation_processing_attributes', 'result_class' => 'Koha::Schema::Result::PreservationProcessingAttribute', '_ordered_columns' => [ 'processing_attribute_id', 'processing_id', 'name', 'type', 'option_source' ], 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PreservationProcessingAttribute'}{'_primaries'} }, '_columns' => { 'processing_attribute_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'processing_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 80 }, 'type' => { 'extra' => { 'list' => [ 'authorised_value', 'free_text', 'db_column' ] }, 'data_type' => 'enum', 'is_nullable' => 0 }, 'option_source' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 } } }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerMessagePreference' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::BorrowerMessagePreference', '_unique_constraints' => { 'primary' => [ 'borrower_message_preference_id' ] }, '_relationships' => { 'borrower_message_transport_preferences' => { 'class' => 'Koha::Schema::Result::BorrowerMessageTransportPreference', 'cond' => { 'foreign.borrower_message_preference_id' => 'self.borrower_message_preference_id' }, 'source' => 'Koha::Schema::Result::BorrowerMessageTransportPreference', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'categorycode' => { 'class' => 'Koha::Schema::Result::Category', 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'source' => 'Koha::Schema::Result::Category', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'message_attribute' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'message_attribute_id' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'class' => 'Koha::Schema::Result::MessageAttribute', 'cond' => { 'foreign.message_attribute_id' => 'self.message_attribute_id' }, 'source' => 'Koha::Schema::Result::MessageAttribute' }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' } }, 'name' => 'borrower_message_preferences', 'source_name' => 'BorrowerMessagePreference', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerMessagePreference'}{'_unique_constraints'}{'primary'}, '_ordered_columns' => [ 'borrower_message_preference_id', 'borrowernumber', 'categorycode', 'message_attribute_id', 'days_in_advance', 'wants_digest' ], 'resultset_attributes' => {}, '_columns' => { 'message_attribute_id' => { 'is_foreign_key' => 1, 'default_value' => 0, 'is_nullable' => 1, 'data_type' => 'integer' }, 'borrower_message_preference_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'borrowernumber' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'wants_digest' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'categorycode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'days_in_advance' => { 'is_nullable' => 1, 'data_type' => 'integer' } } }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerModification' => bless( { 'result_class' => 'Koha::Schema::Result::BorrowerModification', '_unique_constraints' => { 'primary' => [ 'verification_token', 'borrowernumber' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'timestamp', 'verification_token', 'changed_fields', 'borrowernumber', 'cardnumber', 'surname', 'firstname', 'middle_name', 'title', 'othernames', 'initials', 'pronouns', 'streetnumber', 'streettype', 'address', 'address2', 'city', 'state', 'zipcode', 'country', 'email', 'phone', 'mobile', 'fax', 'emailpro', 'phonepro', 'B_streetnumber', 'B_streettype', 'B_address', 'B_address2', 'B_city', 'B_state', 'B_zipcode', 'B_country', 'B_email', 'B_phone', 'dateofbirth', 'branchcode', 'categorycode', 'dateenrolled', 'dateexpiry', 'date_renewed', 'gonenoaddress', 'lost', 'debarred', 'debarredcomment', 'contactname', 'contactfirstname', 'contacttitle', 'borrowernotes', 'relationship', 'sex', 'password', 'flags', 'userid', 'opacnote', 'contactnote', 'sort1', 'sort2', 'altcontactfirstname', 'altcontactsurname', 'altcontactaddress1', 'altcontactaddress2', 'altcontactaddress3', 'altcontactstate', 'altcontactzipcode', 'altcontactcountry', 'altcontactphone', 'smsalertnumber', 'privacy', 'extended_attributes', 'gdpr_proc_consent', 'primary_contact_method', 'lang' ], 'resultset_attributes' => {}, '_columns' => { 'B_zipcode' => { 'accessor' => 'b_zipcode', 'size' => 25, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'contacttitle' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'sort1' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'altcontactstate' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'surname' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'city' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'privacy' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'gdpr_proc_consent' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'altcontactaddress1' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'B_country' => { 'accessor' => 'b_country', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'flags' => { 'data_type' => 'bigint', 'is_nullable' => 1 }, 'middle_name' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'dateexpiry' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'phone' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'address' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'othernames' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'fax' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'contactname' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'country' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'B_email' => { 'data_type' => 'mediumtext', 'is_nullable' => 1, 'accessor' => 'b_email' }, 'initials' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'pronouns' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'address2' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'zipcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 }, 'password' => { 'size' => 30, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'altcontactfirstname' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'verification_token' => { 'size' => 255, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'altcontactsurname' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'debarredcomment' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'sort2' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'extended_attributes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'phonepro' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'sex' => { 'size' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'userid' => { 'size' => 75, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'streettype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'opacnote' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'B_phone' => { 'accessor' => 'b_phone', 'is_nullable' => 1, 'data_type' => 'longtext' }, 'altcontactphone' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'streetnumber' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'email' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'date_renewed' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'dateenrolled' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'state' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'changed_fields' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'title' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'B_city' => { 'accessor' => 'b_city', 'data_type' => 'longtext', 'is_nullable' => 1 }, 'lang' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'firstname' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'debarred' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'altcontactaddress3' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'altcontactzipcode' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'mobile' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'B_streetnumber' => { 'size' => 10, 'accessor' => 'b_streetnumber', 'is_nullable' => 1, 'data_type' => 'varchar' }, 'altcontactaddress2' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'contactfirstname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'altcontactcountry' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_address' => { 'accessor' => 'b_address', 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'B_address2' => { 'data_type' => 'mediumtext', 'is_nullable' => 1, 'accessor' => 'b_address2' }, 'smsalertnumber' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'borrowernotes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'emailpro' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'cardnumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'lost' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'categorycode' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'B_streettype' => { 'size' => 50, 'accessor' => 'b_streettype', 'is_nullable' => 1, 'data_type' => 'varchar' }, 'contactnote' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'primary_contact_method' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 45 }, 'dateofbirth' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'gonenoaddress' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'B_state' => { 'accessor' => 'b_state', 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'relationship' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' } }, '_relationships' => {}, 'name' => 'borrower_modifications', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerModification'}{'_unique_constraints'}{'primary'}, 'source_name' => 'BorrowerModification', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'Systempreference' => bless( { 'result_class' => 'Koha::Schema::Result::Systempreference', '_unique_constraints' => { 'primary' => [ 'variable' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'variable', 'value', 'options', 'explanation', 'type' ], 'resultset_attributes' => {}, '_columns' => { 'type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'value' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'explanation' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'options' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'variable' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 50 } }, '_relationships' => {}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Systempreference'}{'_unique_constraints'}{'primary'}, 'name' => 'systempreferences', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Systempreference' }, 'DBIx::Class::ResultSource::Table' ), 'TicketUpdate' => bless( { '_relationships' => { 'assignee' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.assignee_id' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'assignee_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'user' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.user_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'user_id' => 1 }, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } }, 'ticket' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'ticket_id' => 1 } }, 'class' => 'Koha::Schema::Result::Ticket', 'cond' => { 'foreign.id' => 'self.ticket_id' }, 'source' => 'Koha::Schema::Result::Ticket' } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'ticket_updates', 'source_name' => 'TicketUpdate', '_ordered_columns' => [ 'id', 'ticket_id', 'user_id', 'assignee_id', 'public', 'date', 'message', 'status' ], 'resultset_attributes' => {}, '_columns' => { 'message' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'date' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'assignee_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'status' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'ticket_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'user_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0, 'is_foreign_key' => 1 }, 'public' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::TicketUpdate', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TicketUpdate'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Aqbasketgroup' => bless( { '_relationships' => { 'aqbaskets' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'cond' => { 'foreign.basketgroupid' => 'self.id' }, 'source' => 'Koha::Schema::Result::Aqbasket' }, 'booksellerid' => { 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.booksellerid' }, 'source' => 'Koha::Schema::Result::Aqbookseller' } }, 'source_name' => 'Aqbasketgroup', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'aqbasketgroups', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'closed', 'booksellerid', 'deliveryplace', 'freedeliveryplace', 'deliverycomment', 'billingplace' ], '_columns' => { 'billingplace' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'booksellerid' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'deliveryplace' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'name' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 50 }, 'closed' => { 'is_boolean' => 1, 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'deliverycomment' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'freedeliveryplace' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbasketgroup'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Aqbasketgroup' }, 'DBIx::Class::ResultSource::Table' ), 'ClassSortRule' => bless( { '_relationships' => { 'class_sources' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::ClassSource', 'cond' => { 'foreign.class_sort_rule' => 'self.class_sort_rule' }, 'source' => 'Koha::Schema::Result::ClassSource' } }, 'name' => 'class_sort_rules', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'class_sort_rule' ], 'source_name' => 'ClassSortRule', '_ordered_columns' => [ 'class_sort_rule', 'description', 'sort_routine' ], 'resultset_attributes' => {}, '_columns' => { 'class_sort_rule' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'sort_routine' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 30 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ClassSortRule', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClassSortRule'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'NeedMergeAuthority' => bless( { 'source_name' => 'NeedMergeAuthority', 'name' => 'need_merge_authorities', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], '_relationships' => {}, '_columns' => { 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'done' => { 'is_nullable' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'authid' => { 'data_type' => 'bigint', 'is_nullable' => 0 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'reportxml' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'authid_new' => { 'data_type' => 'bigint', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'id', 'authid', 'authid_new', 'reportxml', 'timestamp', 'done' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::NeedMergeAuthority', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'NeedMergeAuthority'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'ErmEholdingsPackage' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'package_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmEholdingsPackage', '_relationships' => { 'erm_eholdings_resources' => { 'cond' => { 'foreign.package_id' => 'self.package_id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsResource', 'source' => 'Koha::Schema::Result::ErmEholdingsResource', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'vendor' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'vendor_id' => 1 } }, 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'source' => 'Koha::Schema::Result::Aqbookseller' }, 'erm_eholdings_packages_agreements' => { 'source' => 'Koha::Schema::Result::ErmEholdingsPackagesAgreement', 'cond' => { 'foreign.package_id' => 'self.package_id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsPackagesAgreement', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } } }, 'name' => 'erm_eholdings_packages', 'source_name' => 'ErmEholdingsPackage', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmEholdingsPackage'}{'_unique_constraints'}{'primary'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'package_id', 'vendor_id', 'name', 'external_id', 'provider', 'package_type', 'content_type', 'notes', 'created_on' ], '_columns' => { 'name' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'content_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'package_type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'created_on' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'provider' => { 'extra' => { 'list' => [ 'ebsco' ] }, 'is_nullable' => 1, 'data_type' => 'enum' }, 'vendor_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'external_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'package_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageItem' => bless( { '_columns' => { 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'platform' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'item_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'publisher' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'item' => { 'size' => 500, 'data_type' => 'varchar', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'item_id', 'item', 'platform', 'publisher', 'usage_data_provider_id' ], 'name' => 'erm_usage_items', '_primaries' => [ 'item_id' ], 'source_name' => 'ErmUsageItem', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'usage_data_provider' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageDataProvider' }, 'erm_usage_yuses' => { 'source' => 'Koha::Schema::Result::ErmUsageYus', 'class' => 'Koha::Schema::Result::ErmUsageYus', 'cond' => { 'foreign.item_id' => 'self.item_id' }, 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'erm_usage_muses' => { 'cond' => { 'foreign.item_id' => 'self.item_id' }, 'class' => 'Koha::Schema::Result::ErmUsageMus', 'source' => 'Koha::Schema::Result::ErmUsageMus', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageItem'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ErmUsageItem', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'Deletedbiblioitem' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'biblioitemnumber', 'biblionumber', 'volume', 'number', 'itemtype', 'isbn', 'issn', 'ean', 'publicationyear', 'publishercode', 'volumedate', 'volumedesc', 'collectiontitle', 'collectionissn', 'collectionvolume', 'editionstatement', 'editionresponsibility', 'timestamp', 'illus', 'pages', 'notes', 'size', 'place', 'lccn', 'url', 'cn_source', 'cn_class', 'cn_item', 'cn_suffix', 'cn_sort', 'agerestriction', 'totalissues' ], '_columns' => { 'publishercode' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'url' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'place' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'pages' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'biblioitemnumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'collectionvolume' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'issn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'volume' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'cn_source' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'collectiontitle' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'agerestriction' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'cn_sort' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'illus' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'volumedesc' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'biblionumber' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'cn_class' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 30 }, 'itemtype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'volumedate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'publicationyear' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'number' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'totalissues' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'collectionissn' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'isbn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'editionresponsibility' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'lccn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'editionstatement' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'ean' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'cn_item' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'size' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'cn_suffix' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 } }, '_relationships' => {}, 'source_name' => 'Deletedbiblioitem', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'biblioitemnumber' ], 'name' => 'deletedbiblioitems', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Deletedbiblioitem'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Deletedbiblioitem', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'SearchHistory' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::SearchHistory', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SearchHistory'}{'_unique_constraints'}{'primary'}, 'name' => 'search_history', 'source_name' => 'SearchHistory', '_relationships' => {}, '_columns' => { 'sessionid' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 32 }, 'userid' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'time' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'query_cgi' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'total' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'type' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => 'biblio', 'size' => 16 }, 'query_desc' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'userid', 'sessionid', 'query_desc', 'query_cgi', 'type', 'total', 'time' ] }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerPasswordRecovery' => bless( { '_columns' => { 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'valid_until' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'uuid' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 128 } }, '_ordered_columns' => [ 'borrowernumber', 'uuid', 'valid_until' ], 'resultset_attributes' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'borrowernumber' ], 'name' => 'borrower_password_recovery', 'source_name' => 'BorrowerPasswordRecovery', '_relationships' => {}, 'result_class' => 'Koha::Schema::Result::BorrowerPasswordRecovery', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerPasswordRecovery'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'OaiSetsBiblio' => bless( { '_relationships' => { 'set' => { 'source' => 'Koha::Schema::Result::OaiSet', 'cond' => { 'foreign.id' => 'self.set_id' }, 'class' => 'Koha::Schema::Result::OaiSet', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'set_id' => 1 }, 'is_deferrable' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'biblionumber', 'set_id' ], 'name' => 'oai_sets_biblios', 'source_name' => 'OaiSetsBiblio', 'resultset_attributes' => {}, '_ordered_columns' => [ 'biblionumber', 'set_id' ], '_columns' => { 'set_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 0 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OaiSetsBiblio'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::OaiSetsBiblio' }, 'DBIx::Class::ResultSource::Table' ), 'CirculationRule' => bless( { '_primaries' => [ 'id' ], 'name' => 'circulation_rules', 'source_name' => 'CirculationRule', 'resultset_class' => 'DBIx::Class::ResultSet', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'categorycode' => { 'class' => 'Koha::Schema::Result::Category', 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'source' => 'Koha::Schema::Result::Category', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_depends_on' => 1 } }, 'itemtype' => { 'source' => 'Koha::Schema::Result::Itemtype', 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::Itemtype', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 } }, 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'branchcode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'categorycode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'itemtype' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'rule_name' => { 'size' => 32, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'rule_value' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 32 } }, 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CirculationRule'}{'_primaries'}, 'branchcode' => [ 'branchcode', 'categorycode', 'itemtype', 'rule_name' ] }, 'result_class' => 'Koha::Schema::Result::CirculationRule', '_ordered_columns' => [ 'id', 'branchcode', 'categorycode', 'itemtype', 'rule_name', 'rule_value' ] }, 'DBIx::Class::ResultSource::Table' ), 'OaiSetsMapping' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'set_id', 'rule_order', 'rule_operator', 'marcfield', 'marcsubfield', 'operator', 'marcvalue' ], 'result_class' => 'Koha::Schema::Result::OaiSetsMapping', '_columns' => { 'marcvalue' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 }, 'marcsubfield' => { 'size' => 1, 'is_nullable' => 0, 'data_type' => 'char' }, 'marcfield' => { 'data_type' => 'char', 'is_nullable' => 0, 'size' => 3 }, 'rule_operator' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 3 }, 'set_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'operator' => { 'default_value' => 'equal', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 8 }, 'rule_order' => { 'data_type' => 'integer', 'is_nullable' => 1 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'set' => { 'attrs' => { 'fk_columns' => { 'set_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::OaiSet', 'cond' => { 'foreign.id' => 'self.set_id' }, 'class' => 'Koha::Schema::Result::OaiSet' } }, 'source_name' => 'OaiSetsMapping', 'name' => 'oai_sets_mappings', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'ItemBundle' => bless( { '_columns' => { 'host' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'item' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'item', 'host' ], 'name' => 'item_bundles', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ItemBundle', '_primaries' => [ 'host', 'item' ], '_relationships' => { 'item' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item' } }, 'host' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.host' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemBundle'}{'_primaries'}, 'item_bundles_uniq_1' => [ 'item' ] }, 'result_class' => 'Koha::Schema::Result::ItemBundle', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ClassSource' => bless( { '_primaries' => [ 'cn_source' ], 'source_name' => 'ClassSource', 'name' => 'class_sources', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'class_sort_rule' => { 'attrs' => { 'on_delete' => 'RESTRICT', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::ClassSortRule', 'cond' => { 'foreign.class_sort_rule' => 'self.class_sort_rule' }, 'source' => 'Koha::Schema::Result::ClassSortRule' }, 'class_split_rule' => { 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ClassSplitRule', 'cond' => { 'foreign.class_split_rule' => 'self.class_split_rule' }, 'class' => 'Koha::Schema::Result::ClassSplitRule' } }, '_columns' => { 'description' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'cn_source' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'used' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'class_split_rule' => { 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'default_value' => '', 'is_foreign_key' => 1 }, 'class_sort_rule' => { 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => '', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0 } }, '_ordered_columns' => [ 'cn_source', 'description', 'used', 'class_sort_rule', 'class_split_rule' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ClassSource', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClassSource'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'OldReserve' => bless( { 'result_class' => 'Koha::Schema::Result::OldReserve', '_unique_constraints' => { 'primary' => [ 'reserve_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'waitingdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'cancellation_reason' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'expirationdate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'lowestPriority' => { 'accessor' => 'lowest_priority', 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'notificationdate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'item_group_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'reminderdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'suspend_until' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'item_level_hold' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'patron_expiration_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'reservedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'found' => { 'size' => 1, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'cancellationdate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'priority' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'smallint' }, 'suspend' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'reservenotes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'biblionumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'itemtype' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'non_priority' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'reserve_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'desk_id' => { 'data_type' => 'integer', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'reserve_id', 'borrowernumber', 'reservedate', 'biblionumber', 'item_group_id', 'branchcode', 'desk_id', 'notificationdate', 'reminderdate', 'cancellationdate', 'cancellation_reason', 'reservenotes', 'priority', 'found', 'timestamp', 'itemnumber', 'waitingdate', 'expirationdate', 'patron_expiration_date', 'lowestPriority', 'suspend', 'suspend_until', 'itemtype', 'item_level_hold', 'non_priority' ], 'resultset_attributes' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'old_reserves', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OldReserve'}{'_unique_constraints'}{'primary'}, 'source_name' => 'OldReserve', '_relationships' => { 'item' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'itemnumber' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' }, 'pickup_library' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'branchcode' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch' }, 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'borrowernumber' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower' }, 'itemtype' => { 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::Itemtype', 'source' => 'Koha::Schema::Result::Itemtype', 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'biblionumber' => { 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1 } }, 'biblio' => { 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'biblionumber' => 1 } }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio' }, 'itemnumber' => { 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'item_group' => { 'source' => 'Koha::Schema::Result::ItemGroup', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'class' => 'Koha::Schema::Result::ItemGroup', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'item_group_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL' } }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'is_depends_on' => 1 } }, 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT' } } } }, 'DBIx::Class::ResultSource::Table' ), 'Aqcontact' => bless( { '_columns' => { 'phone' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'fax' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 }, 'name' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'claimacquisition' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'booksellerid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'altphone' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'serialsprimary' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'claimissues' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'email' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'position' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'acqprimary' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'orderacquisition' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'name', 'position', 'phone', 'altphone', 'fax', 'email', 'notes', 'orderacquisition', 'claimacquisition', 'claimissues', 'acqprimary', 'serialsprimary', 'booksellerid' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'aqcontacts', 'source_name' => 'Aqcontact', '_relationships' => { 'booksellerid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Aqbookseller', 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.booksellerid' } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqcontact'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Aqcontact', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Statistic' => bless( { '_columns' => { 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'value' => { 'data_type' => 'double precision', 'is_nullable' => 1, 'size' => [ 16, 4 ] }, 'other' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'location' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'categorycode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'itemtype' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'datetime' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'ccode' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'branch' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'interface' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 30 }, 'type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 16 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'datetime', 'branch', 'value', 'type', 'other', 'itemnumber', 'itemtype', 'location', 'borrowernumber', 'ccode', 'categorycode', 'interface' ], 'result_class' => 'Koha::Schema::Result::Statistic', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Statistic', 'name' => 'statistics', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => {} }, 'DBIx::Class::ResultSource::Table' ), 'RecordSource' => bless( { '_unique_constraints' => { 'primary' => [ 'record_source_id' ] }, 'result_class' => 'Koha::Schema::Result::RecordSource', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'name' => { 'is_nullable' => 0, 'data_type' => 'text' }, 'can_be_edited' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'record_source_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'record_source_id', 'name', 'can_be_edited' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'RecordSource'}{'_unique_constraints'}{'primary'}, 'name' => 'record_sources', 'source_name' => 'RecordSource', '_relationships' => { 'deletedbiblio_metadatas' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.record_source_id' => 'self.record_source_id' }, 'class' => 'Koha::Schema::Result::DeletedbiblioMetadata', 'source' => 'Koha::Schema::Result::DeletedbiblioMetadata' }, 'biblio_metadatas' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::BiblioMetadata', 'class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => { 'foreign.record_source_id' => 'self.record_source_id' } } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmAgreementPeriod' => bless( { '_unique_constraints' => { 'primary' => [ 'agreement_period_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmAgreementPeriod', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'agreement_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'cancellation_deadline' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'started_on' => { 'is_nullable' => 0, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'ended_on' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'agreement_period_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'agreement_period_id', 'agreement_id', 'started_on', 'ended_on', 'cancellation_deadline', 'notes' ], 'name' => 'erm_agreement_periods', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmAgreementPeriod'}{'_unique_constraints'}{'primary'}, 'source_name' => 'ErmAgreementPeriod', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'agreement' => { 'source' => 'Koha::Schema::Result::ErmAgreement', 'class' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'agreement_id' => 1 }, 'is_deferrable' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'CreatorLayout' => bless( { 'result_class' => 'Koha::Schema::Result::CreatorLayout', '_unique_constraints' => { 'primary' => [ 'layout_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'layout_id', 'barcode_type', 'start_label', 'printing_type', 'layout_name', 'guidebox', 'oblique_title', 'font', 'font_size', 'scale_width', 'scale_height', 'units', 'callnum_split', 'text_justify', 'format_string', 'layout_xml', 'creator' ], 'resultset_attributes' => {}, '_columns' => { 'units' => { 'size' => 20, 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => 'POINT' }, 'printing_type' => { 'size' => 32, 'data_type' => 'char', 'is_nullable' => 0, 'default_value' => 'BAR' }, 'format_string' => { 'size' => 210, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => 'barcode' }, 'text_justify' => { 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => 'L', 'size' => 1 }, 'layout_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'barcode_type' => { 'size' => 100, 'default_value' => 'CODE39', 'data_type' => 'char', 'is_nullable' => 0 }, 'scale_height' => { 'data_type' => 'decimal', 'is_nullable' => 0, 'default_value' => '0.010000', 'size' => [ 28, 6 ] }, 'layout_name' => { 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => 'DEFAULT', 'size' => 25 }, 'font_size' => { 'default_value' => 10, 'data_type' => 'integer', 'is_nullable' => 0 }, 'guidebox' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 1 }, 'layout_xml' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'font' => { 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => 'TR', 'size' => 10 }, 'callnum_split' => { 'data_type' => 'integer', 'is_nullable' => 1, 'default_value' => 0 }, 'creator' => { 'size' => 15, 'default_value' => 'Labels', 'data_type' => 'char', 'is_nullable' => 0 }, 'scale_width' => { 'is_nullable' => 0, 'data_type' => 'decimal', 'default_value' => '0.800000', 'size' => [ 28, 6 ] }, 'start_label' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 1 }, 'oblique_title' => { 'default_value' => 1, 'is_nullable' => 1, 'data_type' => 'integer' } }, '_relationships' => {}, 'source_name' => 'CreatorLayout', 'name' => 'creator_layouts', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CreatorLayout'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'Illrequest' => bless( { 'result_class' => 'Koha::Schema::Result::Illrequest', '_unique_constraints' => { 'primary' => [ 'illrequest_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'illrequest_id', 'borrowernumber', 'biblio_id', 'deleted_biblio_id', 'due_date', 'branchcode', 'status', 'status_alias', 'placed', 'replied', 'updated', 'completed', 'medium', 'accessurl', 'cost', 'price_paid', 'notesopac', 'notesstaff', 'orderid', 'backend', 'batch_id' ], 'resultset_attributes' => {}, '_columns' => { 'deleted_biblio_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'illrequest_id' => { 'is_auto_increment' => 1, 'extra' => { 'unsigned' => 1 }, 'data_type' => 'bigint', 'is_nullable' => 0 }, 'status_alias' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'completed' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'biblio_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'placed' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'notesopac' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'orderid' => { 'size' => 50, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'replied' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'status' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'due_date' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'batch_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'cost' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'notesstaff' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'accessurl' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 500 }, 'branchcode' => { 'size' => 50, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'medium' => { 'size' => 30, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'backend' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 20 }, 'updated' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'price_paid' => { 'size' => 20, 'is_nullable' => 1, 'data_type' => 'varchar' } }, '_relationships' => { 'patron' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'borrowernumber' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 } }, 'illcomments' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' }, 'class' => 'Koha::Schema::Result::Illcomment', 'source' => 'Koha::Schema::Result::Illcomment' }, 'comments' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Illcomment', 'class' => 'Koha::Schema::Result::Illcomment', 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' } }, 'biblio' => { 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'biblio_id' => 1 }, 'is_depends_on' => 1 } }, 'illrequestattributes' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Illrequestattribute', 'class' => 'Koha::Schema::Result::Illrequestattribute', 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' } }, 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'ill_batch' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'batch_id' => 1 } }, 'class' => 'Koha::Schema::Result::Illbatch', 'cond' => { 'foreign.ill_batch_id' => 'self.batch_id' }, 'source' => 'Koha::Schema::Result::Illbatch' }, 'status_alias' => { 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.authorised_value' => 'self.status_alias' }, 'class' => 'Koha::Schema::Result::AuthorisedValue', 'source' => 'Koha::Schema::Result::AuthorisedValue' }, 'library' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'branchcode' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 } }, 'batch' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'batch_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.ill_batch_id' => 'self.batch_id' }, 'class' => 'Koha::Schema::Result::Illbatch', 'source' => 'Koha::Schema::Result::Illbatch' }, 'extended_attributes' => { 'class' => 'Koha::Schema::Result::Illrequestattribute', 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' }, 'source' => 'Koha::Schema::Result::Illrequestattribute', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_deferrable' => 1 } } }, 'source_name' => 'Illrequest', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Illrequest'}{'_unique_constraints'}{'primary'}, 'name' => 'illrequests', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'PrintersProfile' => bless( { '_unique_constraints' => { 'primary' => [ 'profile_id' ], 'printername' => [ 'printer_name', 'template_id', 'paper_bin', 'creator' ] }, 'result_class' => 'Koha::Schema::Result::PrintersProfile', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'units' => { 'size' => 20, 'data_type' => 'char', 'is_nullable' => 0, 'default_value' => 'POINT' }, 'creep_vert' => { 'data_type' => 'float', 'is_nullable' => 0, 'default_value' => 0 }, 'paper_bin' => { 'size' => 20, 'default_value' => 'Bypass', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'template_id' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'creator' => { 'default_value' => 'Labels', 'data_type' => 'char', 'is_nullable' => 0, 'size' => 15 }, 'creep_horz' => { 'is_nullable' => 0, 'data_type' => 'float', 'default_value' => 0 }, 'offset_vert' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'float' }, 'printer_name' => { 'default_value' => 'Default Printer', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 40 }, 'offset_horz' => { 'is_nullable' => 0, 'data_type' => 'float', 'default_value' => 0 }, 'profile_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'profile_id', 'printer_name', 'template_id', 'paper_bin', 'offset_horz', 'offset_vert', 'creep_horz', 'creep_vert', 'units', 'creator' ], 'source_name' => 'PrintersProfile', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'printers_profile', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PrintersProfile'}{'_unique_constraints'}{'primary'}, '_relationships' => {} }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerMessageTransportPreference' => bless( { '_columns' => { 'message_transport_type' => { 'data_type' => 'varchar', 'default_value' => 0, 'is_foreign_key' => 1, 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 20 }, 'borrower_message_preference_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0, 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'borrower_message_preference_id', 'message_transport_type' ], 'resultset_attributes' => {}, 'name' => 'borrower_message_transport_preferences', '_primaries' => [ 'borrower_message_preference_id', 'message_transport_type' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'BorrowerMessageTransportPreference', '_relationships' => { 'borrower_message_preference' => { 'class' => 'Koha::Schema::Result::BorrowerMessagePreference', 'cond' => { 'foreign.borrower_message_preference_id' => 'self.borrower_message_preference_id' }, 'source' => 'Koha::Schema::Result::BorrowerMessagePreference', 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'borrower_message_preference_id' => 1 } } }, 'message_transport_type' => { 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1, 'is_deferrable' => 1 }, 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::MessageTransportType', 'source' => 'Koha::Schema::Result::MessageTransportType' } }, 'result_class' => 'Koha::Schema::Result::BorrowerMessageTransportPreference', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerMessageTransportPreference'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'OverduerulesTransportType' => bless( { '_ordered_columns' => [ 'id', 'letternumber', 'message_transport_type', 'overduerules_id' ], 'resultset_attributes' => {}, '_columns' => { 'message_transport_type' => { 'default_value' => 'email', 'data_type' => 'varchar', 'is_foreign_key' => 1, 'is_nullable' => 0, 'size' => 20, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'overduerules_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'letternumber' => { 'default_value' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => { 'message_transport_type' => { 'source' => 'Koha::Schema::Result::MessageTransportType', 'cond' => { 'foreign.message_transport_type' => 'self.message_transport_type' }, 'class' => 'Koha::Schema::Result::MessageTransportType', 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'overduerule' => { 'source' => 'Koha::Schema::Result::Overduerule', 'class' => 'Koha::Schema::Result::Overduerule', 'cond' => { 'foreign.overduerules_id' => 'self.overduerules_id' }, 'attrs' => { 'fk_columns' => { 'overduerules_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'OverduerulesTransportType', 'name' => 'overduerules_transport_types', '_primaries' => [ 'id' ], 'result_class' => 'Koha::Schema::Result::OverduerulesTransportType', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OverduerulesTransportType'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Subscriptionroutinglist' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Subscriptionroutinglist', '_unique_constraints' => { 'subscriptionid' => [ 'subscriptionid', 'borrowernumber' ], 'primary' => [ 'routingid' ] }, 'name' => 'subscriptionroutinglist', 'source_name' => 'Subscriptionroutinglist', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Subscriptionroutinglist'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'subscriptionid' => { 'attrs' => { 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'source' => 'Koha::Schema::Result::Subscription' }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'routingid' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'subscriptionid' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'ranking' => { 'is_nullable' => 1, 'data_type' => 'integer' } }, '_ordered_columns' => [ 'routingid', 'borrowernumber', 'ranking', 'subscriptionid' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerAttributeTypesBranch' => bless( { '_ordered_columns' => [ 'bat_code', 'b_branchcode' ], 'result_class' => 'Koha::Schema::Result::BorrowerAttributeTypesBranch', 'resultset_attributes' => {}, '_columns' => { 'b_branchcode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'bat_code' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 64, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, '_relationships' => { 'b_branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.b_branchcode' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } }, 'bat_code' => { 'cond' => { 'foreign.code' => 'self.bat_code' }, 'class' => 'Koha::Schema::Result::BorrowerAttributeType', 'source' => 'Koha::Schema::Result::BorrowerAttributeType', 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'is_depends_on' => 1 } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'borrower_attribute_types_branches', 'source_name' => 'BorrowerAttributeTypesBranch' }, 'DBIx::Class::ResultSource::Table' ), 'PseudonymizedTransaction' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::PseudonymizedTransaction', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'name' => 'pseudonymized_transactions', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PseudonymizedTransaction'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'PseudonymizedTransaction', '_relationships' => { 'pseudonymized_borrower_attributes' => { 'cond' => { 'foreign.transaction_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::PseudonymizedBorrowerAttribute', 'source' => 'Koha::Schema::Result::PseudonymizedBorrowerAttribute', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } } }, '_columns' => { 'sex' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 1 }, 'hashed_borrowernumber' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 60 }, 'holdingbranch' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'itemcallnumber' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'zipcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'sort2' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'transaction_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 16 }, 'categorycode' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 }, 'itemtype' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'homebranch' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'has_cardnumber' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'ccode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'datetime' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'country' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'sort1' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'title' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchcode' => { 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'state' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'dateenrolled' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'transaction_branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'city' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'location' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 } }, '_ordered_columns' => [ 'id', 'hashed_borrowernumber', 'has_cardnumber', 'title', 'city', 'state', 'zipcode', 'country', 'branchcode', 'categorycode', 'dateenrolled', 'sex', 'sort1', 'sort2', 'datetime', 'transaction_branchcode', 'transaction_type', 'itemnumber', 'itemtype', 'holdingbranch', 'homebranch', 'location', 'itemcallnumber', 'ccode' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'LibraryGroup' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'library_groups', 'source_name' => 'LibraryGroup', '_relationships' => { 'parent' => { 'cond' => { 'foreign.id' => 'self.parent_id' }, 'class' => 'Koha::Schema::Result::LibraryGroup', 'source' => 'Koha::Schema::Result::LibraryGroup', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'parent_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' } }, 'library_groups' => { 'cond' => { 'foreign.parent_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::LibraryGroup', 'source' => 'Koha::Schema::Result::LibraryGroup', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'branchcode' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } } }, '_columns' => { 'title' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'ft_search_groups_staff' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'updated_on' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'ft_hide_patron_info' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'ft_search_groups_opac' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'ft_local_float_group' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'created_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'timestamp' }, 'parent_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'ft_local_hold_group' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'ft_limit_item_editing' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'id', 'parent_id', 'branchcode', 'title', 'description', 'ft_hide_patron_info', 'ft_limit_item_editing', 'ft_search_groups_opac', 'ft_search_groups_staff', 'ft_local_hold_group', 'ft_local_float_group', 'created_on', 'updated_on' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::LibraryGroup', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'LibraryGroup'}{'_primaries'}, 'title' => [ 'title' ], 'library_groups_uniq_2' => [ 'parent_id', 'branchcode' ] } }, 'DBIx::Class::ResultSource::Table' ), 'AccountDebitTypesBranch' => bless( { '_columns' => { 'debit_type_code' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, 'result_class' => 'Koha::Schema::Result::AccountDebitTypesBranch', '_ordered_columns' => [ 'debit_type_code', 'branchcode' ], 'name' => 'account_debit_types_branches', 'source_name' => 'AccountDebitTypesBranch', 'resultset_class' => 'DBIx::Class::ResultSet', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT' }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch' }, 'debit_type_code' => { 'source' => 'Koha::Schema::Result::AccountDebitType', 'cond' => { 'foreign.code' => 'self.debit_type_code' }, 'class' => 'Koha::Schema::Result::AccountDebitType', 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'Ticket' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'source', 'reporter_id', 'reported_date', 'title', 'body', 'status', 'assignee_id', 'resolver_id', 'resolved_date', 'biblio_id' ], '_columns' => { 'title' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'reported_date' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'status' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'resolver_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'assignee_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'reporter_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0, 'is_foreign_key' => 1 }, 'resolved_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'source' => { 'default_value' => 'catalog', 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'catalog' ] } }, 'body' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'biblio_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 } }, '_relationships' => { 'ticket_updates' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::TicketUpdate', 'class' => 'Koha::Schema::Result::TicketUpdate', 'cond' => { 'foreign.ticket_id' => 'self.id' } }, 'resolver' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'resolver_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.resolver_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'assignee' => { 'cond' => { 'foreign.borrowernumber' => 'self.assignee_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'assignee_id' => 1 } } }, 'reporter' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'reporter_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.reporter_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' }, 'biblio' => { 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'biblio_id' => 1 }, 'is_depends_on' => 1 } } }, 'name' => 'tickets', 'source_name' => 'Ticket', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Ticket'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Ticket', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'BiblioFramework' => bless( { '_unique_constraints' => { 'primary' => [ 'frameworkcode' ] }, 'result_class' => 'Koha::Schema::Result::BiblioFramework', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'frameworkcode', 'frameworktext' ], '_columns' => { 'frameworkcode' => { 'size' => 4, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'frameworktext' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 255 } }, '_relationships' => { 'marc_tag_structure' => { 'source' => 'Koha::Schema::Result::MarcTagStructure', 'class' => 'Koha::Schema::Result::MarcTagStructure', 'cond' => { 'foreign.frameworkcode' => 'self.frameworkcode' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } } }, 'source_name' => 'BiblioFramework', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'biblio_framework', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioFramework'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'Zebraqueue' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Zebraqueue', '_unique_constraints' => { 'primary' => [ 'id' ] }, '_relationships' => {}, 'name' => 'zebraqueue', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Zebraqueue', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Zebraqueue'}{'_unique_constraints'}{'primary'}, '_ordered_columns' => [ 'id', 'biblio_auth_number', 'operation', 'server', 'done', 'time' ], 'resultset_attributes' => {}, '_columns' => { 'time' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'done' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'biblio_auth_number' => { 'extra' => { 'unsigned' => 1 }, 'data_type' => 'bigint', 'is_nullable' => 0, 'default_value' => 0 }, 'operation' => { 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => '', 'size' => 20 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'server' => { 'size' => 20, 'is_nullable' => 0, 'data_type' => 'char', 'default_value' => '' } } }, 'DBIx::Class::ResultSource::Table' ), 'ItemsSearchField' => bless( { '_columns' => { 'tagsubfield' => { 'is_nullable' => 1, 'data_type' => 'char', 'size' => 1 }, 'name' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'label' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'tagfield' => { 'is_nullable' => 0, 'data_type' => 'char', 'size' => 3 }, 'authorised_values_category' => { 'size' => 32, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'name', 'label', 'tagfield', 'tagsubfield', 'authorised_values_category' ], '_primaries' => [ 'name' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'items_search_fields', 'source_name' => 'ItemsSearchField', '_relationships' => { 'authorised_values_category' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::AuthorisedValueCategory', 'cond' => { 'foreign.category_name' => 'self.authorised_values_category' }, 'class' => 'Koha::Schema::Result::AuthorisedValueCategory' } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemsSearchField'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ItemsSearchField', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Booking' => bless( { '_unique_constraints' => { 'primary' => [ 'booking_id' ] }, 'result_class' => 'Koha::Schema::Result::Booking', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'booking_id', 'patron_id', 'biblio_id', 'item_id', 'pickup_library_id', 'start_date', 'end_date' ], '_columns' => { 'biblio_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0, 'is_foreign_key' => 1 }, 'item_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'pickup_library_id' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'is_foreign_key' => 1, 'size' => 10 }, 'patron_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0, 'is_foreign_key' => 1 }, 'end_date' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'booking_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'start_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 } }, '_relationships' => { 'pickup_library' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'pickup_library_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.pickup_library_id' }, 'source' => 'Koha::Schema::Result::Branch' }, 'item' => { 'attrs' => { 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'item_id' => 1 }, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item_id' }, 'class' => 'Koha::Schema::Result::Item' }, 'biblio' => { 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'class' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'biblio_id' => 1 } } }, 'patron' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.patron_id' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'patron_id' => 1 } } } }, 'name' => 'bookings', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Booking', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Booking'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'PreservationTrain' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'train_id' ] }, 'result_class' => 'Koha::Schema::Result::PreservationTrain', 'source_name' => 'PreservationTrain', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PreservationTrain'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'preservation_trains', '_relationships' => { 'preservation_trains_items' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::PreservationTrainsItem', 'class' => 'Koha::Schema::Result::PreservationTrainsItem', 'cond' => { 'foreign.train_id' => 'self.train_id' } }, 'default_processing' => { 'class' => 'Koha::Schema::Result::PreservationProcessing', 'cond' => { 'foreign.processing_id' => 'self.default_processing_id' }, 'source' => 'Koha::Schema::Result::PreservationProcessing', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'fk_columns' => { 'default_processing_id' => 1 }, 'is_deferrable' => 1 } } }, '_columns' => { 'sent_on' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'received_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'closed_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'train_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 }, 'not_for_loan' => { 'size' => 80, 'default_value' => 0, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'description' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'created_on' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'default_processing_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'train_id', 'name', 'description', 'default_processing_id', 'not_for_loan', 'created_on', 'closed_on', 'sent_on', 'received_on' ] }, 'DBIx::Class::ResultSource::Table' ), 'Aqbasketuser' => bless( { 'result_class' => 'Koha::Schema::Result::Aqbasketuser', '_unique_constraints' => { 'primary' => [ 'basketno', 'borrowernumber' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'basketno', 'borrowernumber' ], 'resultset_attributes' => {}, '_columns' => { 'basketno' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'borrowernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => { 'basketno' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' }, 'source' => 'Koha::Schema::Result::Aqbasket', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'class' => 'Koha::Schema::Result::Aqbasket' }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } } }, 'name' => 'aqbasketusers', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbasketuser'}{'_unique_constraints'}{'primary'}, 'source_name' => 'Aqbasketuser' }, 'DBIx::Class::ResultSource::Table' ), 'ImportItem' => bless( { 'result_class' => 'Koha::Schema::Result::ImportItem', '_ordered_columns' => [ 'import_items_id', 'import_record_id', 'itemnumber', 'branchcode', 'status', 'marcxml', 'import_error' ], 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => [ 'import_items_id' ] }, '_columns' => { 'import_record_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'import_error' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'import_items_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'status' => { 'extra' => { 'list' => [ 'error', 'staged', 'imported', 'reverted', 'ignored' ] }, 'is_nullable' => 0, 'data_type' => 'enum', 'default_value' => 'staged' }, 'marcxml' => { 'is_nullable' => 0, 'data_type' => 'longtext' } }, '_relationships' => { 'import_record' => { 'source' => 'Koha::Schema::Result::ImportRecord', 'class' => 'Koha::Schema::Result::ImportRecord', 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'import_record_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ImportItem', 'name' => 'import_items', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportItem'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'PatronConsent' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::PatronConsent', '_unique_constraints' => { 'primary' => [ 'id' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PatronConsent'}{'_unique_constraints'}{'primary'}, 'source_name' => 'PatronConsent', 'name' => 'patron_consent', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'borrowernumber' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } } }, '_columns' => { 'given_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'refused_on' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'type' => { 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'id', 'borrowernumber', 'type', 'given_on', 'refused_on' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'ClubEnrollmentField' => bless( { '_columns' => { 'club_enrollment_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'club_template_enrollment_field_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'value' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'club_enrollment_id', 'club_template_enrollment_field_id', 'value' ], 'source_name' => 'ClubEnrollmentField', '_primaries' => [ 'id' ], 'name' => 'club_enrollment_fields', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'club_template_enrollment_field' => { 'class' => 'Koha::Schema::Result::ClubTemplateEnrollmentField', 'cond' => { 'foreign.id' => 'self.club_template_enrollment_field_id' }, 'source' => 'Koha::Schema::Result::ClubTemplateEnrollmentField', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'club_template_enrollment_field_id' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 } }, 'club_enrollment' => { 'source' => 'Koha::Schema::Result::ClubEnrollment', 'cond' => { 'foreign.id' => 'self.club_enrollment_id' }, 'class' => 'Koha::Schema::Result::ClubEnrollment', 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'club_enrollment_id' => 1 } } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubEnrollmentField'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ClubEnrollmentField', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'AqordersTransfer' => bless( { 'result_class' => 'Koha::Schema::Result::AqordersTransfer', '_unique_constraints' => { 'ordernumber_from' => [ 'ordernumber_from' ], 'ordernumber_to' => [ 'ordernumber_to' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'ordernumber_from', 'ordernumber_to', 'timestamp' ], 'resultset_attributes' => {}, '_columns' => { 'ordernumber_to' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'ordernumber_from' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' } }, '_relationships' => { 'ordernumber_to' => { 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_depends_on' => 1 }, 'cond' => { 'foreign.ordernumber' => 'self.ordernumber_to' }, 'class' => 'Koha::Schema::Result::Aqorder', 'source' => 'Koha::Schema::Result::Aqorder' }, 'ordernumber_from' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.ordernumber' => 'self.ordernumber_from' }, 'class' => 'Koha::Schema::Result::Aqorder' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'aqorders_transfers', 'source_name' => 'AqordersTransfer' }, 'DBIx::Class::ResultSource::Table' ), 'HouseboundRole' => bless( { '_unique_constraints' => { 'primary' => [ 'borrowernumber_id' ] }, 'result_class' => 'Koha::Schema::Result::HouseboundRole', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber_id', 'housebound_chooser', 'housebound_deliverer' ], '_columns' => { 'housebound_chooser' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'borrowernumber_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'housebound_deliverer' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, '_relationships' => { 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber_id' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'borrowernumber_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, 'source_name' => 'HouseboundRole', 'name' => 'housebound_role', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'HouseboundRole'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'ImportRecordMatch' => bless( { 'source_name' => 'ImportRecordMatch', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'import_record_matches', '_primaries' => [ 'import_record_id', 'candidate_match_id' ], '_relationships' => { 'import_record' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'import_record_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'cond' => { 'foreign.import_record_id' => 'self.import_record_id' }, 'class' => 'Koha::Schema::Result::ImportRecord', 'source' => 'Koha::Schema::Result::ImportRecord' } }, '_columns' => { 'score' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 0 }, 'chosen' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'candidate_match_id' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'import_record_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'import_record_id', 'candidate_match_id', 'score', 'chosen' ], '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ImportRecordMatch'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ImportRecordMatch' }, 'DBIx::Class::ResultSource::Table' ), 'SpecialHoliday' => bless( { '_columns' => { 'year' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'smallint' }, 'description' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'month' => { 'data_type' => 'smallint', 'is_nullable' => 0, 'default_value' => 0 }, 'isexception' => { 'default_value' => 1, 'data_type' => 'smallint', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'day' => { 'is_nullable' => 0, 'data_type' => 'smallint', 'default_value' => 0 }, 'title' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 50 }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_ordered_columns' => [ 'id', 'branchcode', 'day', 'month', 'year', 'isexception', 'title', 'description' ], 'result_class' => 'Koha::Schema::Result::SpecialHoliday', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'resultset_attributes' => {}, 'name' => 'special_holidays', 'source_name' => 'SpecialHoliday', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SpecialHoliday'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'branchcode' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'Z3950server' => bless( { '_primaries' => [ 'id' ], 'name' => 'z3950servers', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Z3950server', '_relationships' => {}, '_columns' => { 'host' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'userid' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'servername' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'syntax' => { 'size' => 80, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'checked' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'encoding' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'password' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'recordtype' => { 'default_value' => 'biblio', 'is_nullable' => 0, 'data_type' => 'enum', 'extra' => { 'list' => [ 'authority', 'biblio' ] } }, 'sru_fields' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'rank' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'port' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'servertype' => { 'default_value' => 'zed', 'is_nullable' => 0, 'data_type' => 'enum', 'extra' => { 'list' => [ 'zed', 'sru' ] } }, 'add_xslt' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'timeout' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'sru_options' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'attributes' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'db' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' } }, '_ordered_columns' => [ 'id', 'host', 'port', 'db', 'userid', 'password', 'servername', 'checked', 'rank', 'syntax', 'timeout', 'servertype', 'encoding', 'recordtype', 'sru_options', 'sru_fields', 'add_xslt', 'attributes' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Z3950server', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Z3950server'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'MatcherMatchpoint' => bless( { 'name' => 'matcher_matchpoints', 'source_name' => 'MatcherMatchpoint', 'resultset_class' => 'DBIx::Class::ResultSet', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_relationships' => { 'matchpoint' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'matchpoint_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Matchpoint', 'cond' => { 'foreign.matchpoint_id' => 'self.matchpoint_id' }, 'source' => 'Koha::Schema::Result::Matchpoint' }, 'matcher' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'matcher_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::MarcMatcher', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' }, 'class' => 'Koha::Schema::Result::MarcMatcher' } }, '_columns' => { 'matchpoint_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'matcher_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'matcher_id', 'matchpoint_id' ], 'result_class' => 'Koha::Schema::Result::MatcherMatchpoint' }, 'DBIx::Class::ResultSource::Table' ), 'Stockrotationitem' => bless( { '_relationships' => { 'stage' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'stage_id' => 1 }, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Stockrotationstage', 'class' => 'Koha::Schema::Result::Stockrotationstage', 'cond' => { 'foreign.stage_id' => 'self.stage_id' } }, 'itemnumber' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber_id' }, 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'itemnumber_id' => 1 }, 'is_deferrable' => 1 } } }, 'source_name' => 'Stockrotationitem', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'itemnumber_id' ], 'name' => 'stockrotationitems', '_ordered_columns' => [ 'itemnumber_id', 'stage_id', 'indemand', 'fresh' ], 'resultset_attributes' => {}, '_columns' => { 'itemnumber_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'fresh' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'stage_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'indemand' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Stockrotationitem', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Stockrotationitem'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'SavedSql' => bless( { 'result_class' => 'Koha::Schema::Result::SavedSql', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'id', 'borrowernumber', 'date_created', 'last_modified', 'savedsql', 'last_run', 'report_name', 'type', 'notes', 'cache_expiry', 'public', 'report_area', 'report_group', 'report_subgroup', 'mana_id' ], 'resultset_attributes' => {}, '_columns' => { 'mana_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'report_group' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'date_created' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'public' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'last_run' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'savedsql' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'report_name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 255 }, 'cache_expiry' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 300 }, 'report_subgroup' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'type' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'last_modified' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'report_area' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 6 } }, '_relationships' => {}, 'source_name' => 'SavedSql', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'saved_sql', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SavedSql'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'IdentityProviderDomain' => bless( { 'result_class' => 'Koha::Schema::Result::IdentityProviderDomain', '_unique_constraints' => { 'identity_provider_id' => [ 'identity_provider_id', 'domain' ], 'primary' => [ 'identity_provider_domain_id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'default_library_id' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, 'is_foreign_key' => 1 }, 'allow_staff' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'identity_provider_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'update_on_auth' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'domain' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'auto_register' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'default_category_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'is_foreign_key' => 1, 'size' => 10 }, 'identity_provider_domain_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'allow_opac' => { 'default_value' => 1, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' } }, '_ordered_columns' => [ 'identity_provider_domain_id', 'identity_provider_id', 'domain', 'auto_register', 'update_on_auth', 'default_library_id', 'default_category_id', 'allow_opac', 'allow_staff' ], 'resultset_attributes' => {}, 'source_name' => 'IdentityProviderDomain', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'IdentityProviderDomain'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'identity_provider_domains', '_relationships' => { 'identity_provider' => { 'class' => 'Koha::Schema::Result::IdentityProvider', 'cond' => { 'foreign.identity_provider_id' => 'self.identity_provider_id' }, 'source' => 'Koha::Schema::Result::IdentityProvider', 'attrs' => { 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'identity_provider_id' => 1 }, 'is_depends_on' => 1 } }, 'default_category' => { 'attrs' => { 'fk_columns' => { 'default_category_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Category', 'class' => 'Koha::Schema::Result::Category', 'cond' => { 'foreign.categorycode' => 'self.default_category_id' } }, 'default_library' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'default_library_id' => 1 }, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.default_library_id' }, 'class' => 'Koha::Schema::Result::Branch' } } }, 'DBIx::Class::ResultSource::Table' ), 'Stockrotationstage' => bless( { '_unique_constraints' => { 'primary' => [ 'stage_id' ] }, 'result_class' => 'Koha::Schema::Result::Stockrotationstage', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'stage_id', 'position', 'rota_id', 'branchcode_id', 'duration' ], '_columns' => { 'rota_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'branchcode_id' => { 'is_foreign_key' => 1, 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'duration' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 4 }, 'position' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'stage_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'branchcode_id' => 1 }, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode_id' }, 'class' => 'Koha::Schema::Result::Branch' }, 'stockrotationitems' => { 'class' => 'Koha::Schema::Result::Stockrotationitem', 'cond' => { 'foreign.stage_id' => 'self.stage_id' }, 'source' => 'Koha::Schema::Result::Stockrotationitem', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'rota' => { 'class' => 'Koha::Schema::Result::Stockrotationrota', 'cond' => { 'foreign.rota_id' => 'self.rota_id' }, 'source' => 'Koha::Schema::Result::Stockrotationrota', 'attrs' => { 'fk_columns' => { 'rota_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } } }, 'source_name' => 'Stockrotationstage', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'stockrotationstages', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Stockrotationstage'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'Illrequestattribute' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Illrequestattribute', '_unique_constraints' => { 'primary' => [ 'illrequest_id', 'backend', 'type' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Illrequestattribute'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Illrequestattribute', 'name' => 'illrequestattributes', '_relationships' => { 'illrequest' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'illrequest_id' => 1 } }, 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' }, 'source' => 'Koha::Schema::Result::Illrequest' } }, '_columns' => { 'value' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'illrequest_id' => { 'is_nullable' => 0, 'data_type' => 'bigint', 'extra' => { 'unsigned' => 1 }, 'is_foreign_key' => 1 }, 'type' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 200 }, 'backend' => { 'size' => 80, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'readonly' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 1 } }, '_ordered_columns' => [ 'illrequest_id', 'backend', 'type', 'value', 'readonly' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'AdditionalContent' => bless( { '_relationships' => { 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'additional_contents_localizations' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.additional_content_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::AdditionalContentsLocalization', 'source' => 'Koha::Schema::Result::AdditionalContentsLocalization' }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AdditionalContent', 'name' => 'additional_contents', '_primaries' => [ 'id' ], 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'category', 'code', 'location', 'branchcode', 'published_on', 'updated_on', 'expirationdate', 'number', 'borrowernumber' ], '_columns' => { 'id' => { 'extra' => { 'unsigned' => 1 }, 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'location' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'published_on' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'branchcode' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'category' => { 'size' => 20, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'code' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 100 }, 'expirationdate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'number' => { 'data_type' => 'integer', 'is_nullable' => 1 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'additional_contents_uniq' => [ 'category', 'code', 'branchcode' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContent'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::AdditionalContent' }, 'DBIx::Class::ResultSource::Table' ), 'Virtualshelfshare' => bless( { 'source_name' => 'Virtualshelfshare', 'name' => 'virtualshelfshares', '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'shelfnumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Virtualshelve', 'class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => { 'foreign.shelfnumber' => 'self.shelfnumber' } }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, '_columns' => { 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'sharedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'shelfnumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'invitekey' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 } }, '_ordered_columns' => [ 'id', 'shelfnumber', 'borrowernumber', 'invitekey', 'sharedate' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Virtualshelfshare', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Virtualshelfshare'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'LanguageScriptBidi' => bless( { '_columns' => { 'bidi' => { 'size' => 3, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'rfc4646_subtag' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 25 } }, 'resultset_attributes' => {}, 'result_class' => 'Koha::Schema::Result::LanguageScriptBidi', '_ordered_columns' => [ 'rfc4646_subtag', 'bidi' ], 'name' => 'language_script_bidi', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'LanguageScriptBidi', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => {} }, 'DBIx::Class::ResultSource::Table' ), 'RepeatableHoliday' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'branchcode', 'weekday', 'day', 'month', 'title', 'description' ], '_columns' => { 'title' => { 'size' => 50, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10 }, 'month' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'day' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'description' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'weekday' => { 'data_type' => 'smallint', 'is_nullable' => 1 } }, '_relationships' => { 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch' } }, 'source_name' => 'RepeatableHoliday', '_primaries' => [ 'id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'repeatable_holidays', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'RepeatableHoliday'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::RepeatableHoliday', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Message' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Message', '_unique_constraints' => { 'primary' => [ 'message_id' ] }, 'source_name' => 'Message', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Message'}{'_unique_constraints'}{'primary'}, 'name' => 'messages', '_relationships' => { 'manager' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.manager_id' }, 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'manager_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT' } }, 'borrowernumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower' } }, '_columns' => { 'patron_read_date' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'timestamp' }, 'message_type' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 1 }, 'manager_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'message' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'message_date' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'message_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'message_id', 'borrowernumber', 'branchcode', 'message_type', 'message', 'message_date', 'manager_id', 'patron_read_date' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Aqorder' => bless( { '_ordered_columns' => [ 'ordernumber', 'biblionumber', 'deleted_biblionumber', 'entrydate', 'quantity', 'currency', 'listprice', 'datereceived', 'invoiceid', 'freight', 'unitprice', 'unitprice_tax_excluded', 'unitprice_tax_included', 'quantityreceived', 'created_by', 'datecancellationprinted', 'cancellationreason', 'order_internalnote', 'order_vendornote', 'basketno', 'timestamp', 'rrp', 'replacementprice', 'rrp_tax_excluded', 'rrp_tax_included', 'ecost', 'ecost_tax_excluded', 'ecost_tax_included', 'tax_rate_bak', 'tax_rate_on_ordering', 'tax_rate_on_receiving', 'tax_value_bak', 'tax_value_on_ordering', 'tax_value_on_receiving', 'discount', 'budget_id', 'budgetdate', 'sort1', 'sort2', 'sort1_authcat', 'sort2_authcat', 'uncertainprice', 'subscriptionid', 'parent_ordernumber', 'orderstatus', 'line_item_id', 'suppliers_reference_number', 'suppliers_reference_qualifier', 'suppliers_report', 'estimated_delivery_date', 'invoice_unitprice', 'invoice_currency' ], 'resultset_attributes' => {}, '_columns' => { 'sort1_authcat' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'parent_ordernumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'datecancellationprinted' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'invoiceid' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'orderstatus' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'default_value' => 'new', 'size' => 16 }, 'datereceived' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'order_vendornote' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'estimated_delivery_date' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'quantity' => { 'data_type' => 'smallint', 'is_nullable' => 1 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'cancellationreason' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'created_by' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 1 }, 'basketno' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'uncertainprice' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 1 }, 'sort2_authcat' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'suppliers_reference_number' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 35 }, 'listprice' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'ordernumber' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'suppliers_report' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'budget_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'invoice_currency' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'rrp_tax_excluded' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'line_item_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 35 }, 'unitprice_tax_included' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'invoice_unitprice' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'rrp' => { 'size' => [ 13, 2 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'ecost_tax_excluded' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'tax_rate_on_receiving' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 6, 4 ] }, 'quantityreceived' => { 'default_value' => 0, 'data_type' => 'smallint', 'is_nullable' => 0 }, 'discount' => { 'data_type' => 'float', 'is_nullable' => 1, 'size' => [ 6, 4 ] }, 'tax_value_bak' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] }, 'freight' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'replacementprice' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'unitprice_tax_excluded' => { 'data_type' => 'decimal', 'is_nullable' => 1, 'size' => [ 28, 6 ] }, 'sort2' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'entrydate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'biblionumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'tax_rate_on_ordering' => { 'size' => [ 6, 4 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'tax_value_on_receiving' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'suppliers_reference_qualifier' => { 'size' => 3, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'deleted_biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'budgetdate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'sort1' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'tax_rate_bak' => { 'size' => [ 6, 4 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'currency' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'rrp_tax_included' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'ecost_tax_included' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'tax_value_on_ordering' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'subscriptionid' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'unitprice' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] }, 'order_internalnote' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'ecost' => { 'size' => [ 13, 2 ], 'is_nullable' => 1, 'data_type' => 'decimal' } }, '_relationships' => { 'additional_field_values' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'cond' => sub { "DUMMY" }, 'source' => 'Koha::Schema::Result::AdditionalFieldValue' }, 'aqorders_transfers_ordernumber_from' => { 'source' => 'Koha::Schema::Result::AqordersTransfer', 'cond' => { 'foreign.ordernumber_from' => 'self.ordernumber' }, 'class' => 'Koha::Schema::Result::AqordersTransfer', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'single', 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0 } }, 'aqorders_items' => { 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' }, 'class' => 'Koha::Schema::Result::AqordersItem', 'source' => 'Koha::Schema::Result::AqordersItem', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'aqorder_users' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' }, 'class' => 'Koha::Schema::Result::AqorderUser', 'source' => 'Koha::Schema::Result::AqorderUser' }, 'invoice' => { 'source' => 'Koha::Schema::Result::Aqinvoice', 'class' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.invoiceid' => 'self.invoiceid' }, 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'fk_columns' => { 'invoiceid' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'aqorders_transfers_ordernumber_to' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'accessor' => 'single', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::AqordersTransfer', 'class' => 'Koha::Schema::Result::AqordersTransfer', 'cond' => { 'foreign.ordernumber_to' => 'self.ordernumber' } }, 'invoice_currency' => { 'source' => 'Koha::Schema::Result::Currency', 'class' => 'Koha::Schema::Result::Currency', 'cond' => { 'foreign.currency' => 'self.invoice_currency' }, 'attrs' => { 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'subscriptionid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1 }, 'class' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'source' => 'Koha::Schema::Result::Subscription' }, 'currency' => { 'class' => 'Koha::Schema::Result::Currency', 'cond' => { 'foreign.currency' => 'self.currency' }, 'source' => 'Koha::Schema::Result::Currency', 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1 } }, 'invoiceid' => { 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.invoiceid' => 'self.invoiceid' }, 'source' => 'Koha::Schema::Result::Aqinvoice' }, 'fund' => { 'cond' => { 'foreign.budget_id' => 'self.budget_id' }, 'class' => 'Koha::Schema::Result::Aqbudget', 'source' => 'Koha::Schema::Result::Aqbudget', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'budget_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'budget' => { 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.budget_id' }, 'source' => 'Koha::Schema::Result::Aqbudget', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'budget_id' => 1 }, 'is_deferrable' => 1 } }, 'basket' => { 'source' => 'Koha::Schema::Result::Aqbasket', 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'basketno' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'accessor' => 'single', 'undef_on_null_fk' => 1 } }, 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'biblio' => { 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'fk_columns' => { 'biblionumber' => 1 }, 'is_deferrable' => 1 } }, 'aqorders_claims' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::AqordersClaim', 'class' => 'Koha::Schema::Result::AqordersClaim', 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' } }, 'creator' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.created_by' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'created_by' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 } }, 'created_by' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.created_by' }, 'attrs' => { 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'subscription' => { 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'class' => 'Koha::Schema::Result::Subscription', 'source' => 'Koha::Schema::Result::Subscription', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'subscriptionid' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE' } }, 'basketno' => { 'attrs' => { 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'source' => 'Koha::Schema::Result::Aqbasket' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Aqorder', '_primaries' => [ 'ordernumber' ], 'name' => 'aqorders', 'result_class' => 'Koha::Schema::Result::Aqorder', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqorder'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'OldIssue' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'issue_id' ] }, 'result_class' => 'Koha::Schema::Result::OldIssue', 'source_name' => 'OldIssue', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'OldIssue'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'old_issues', '_relationships' => { 'itemnumber' => { 'attrs' => { 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Item' }, 'account_lines' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Accountline', 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.issue_id' => 'self.issue_id' } }, 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'renewals' => { 'cond' => { 'foreign.checkout_id' => 'self.issue_id' }, 'class' => 'Koha::Schema::Result::CheckoutRenewal', 'source' => 'Koha::Schema::Result::CheckoutRenewal', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'return_claim' => { 'source' => 'Koha::Schema::Result::ReturnClaim', 'cond' => { 'foreign.issue_id' => 'self.issue_id' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'attrs' => { 'join_type' => 'LEFT', 'accessor' => 'single', 'fk_columns' => {}, 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0 } }, 'library' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'branchcode' => 1 }, 'is_depends_on' => 1, 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1 } }, 'item' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'itemnumber' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Item' }, 'issuer' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.issuer_id' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'fk_columns' => { 'issuer_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_depends_on' => 1 } }, 'patron' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'fk_columns' => { 'borrowernumber' => 1 } }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, '_columns' => { 'itemnumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'issuer_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'notedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'date_due' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'auto_renew' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'issue_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'unseen_renewals' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'returndate' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'renewals_count' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'onsite_checkout' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'noteseen' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'auto_renew_error' => { 'size' => 32, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'issuedate' => { 'data_type' => 'datetime', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'lastreneweddate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'datetime' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp' }, 'note' => { 'data_type' => 'longtext', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'issue_id', 'borrowernumber', 'issuer_id', 'itemnumber', 'date_due', 'branchcode', 'returndate', 'lastreneweddate', 'renewals_count', 'unseen_renewals', 'auto_renew', 'auto_renew_error', 'timestamp', 'issuedate', 'onsite_checkout', 'note', 'notedate', 'noteseen' ] }, 'DBIx::Class::ResultSource::Table' ), 'AuthorisedValueCategory' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::AuthorisedValueCategory', '_unique_constraints' => { 'primary' => [ 'category_name' ] }, '_relationships' => { 'authorised_values' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::AuthorisedValue', 'cond' => { 'foreign.category' => 'self.category_name' }, 'class' => 'Koha::Schema::Result::AuthorisedValue' }, 'marc_subfield_structures' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.authorised_value' => 'self.category_name' }, 'class' => 'Koha::Schema::Result::MarcSubfieldStructure', 'source' => 'Koha::Schema::Result::MarcSubfieldStructure' }, 'items_search_fields' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::ItemsSearchField', 'cond' => { 'foreign.authorised_values_category' => 'self.category_name' }, 'source' => 'Koha::Schema::Result::ItemsSearchField' } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AuthorisedValueCategory', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AuthorisedValueCategory'}{'_unique_constraints'}{'primary'}, 'name' => 'authorised_value_categories', '_ordered_columns' => [ 'category_name', 'is_system', 'is_integer_only' ], 'resultset_attributes' => {}, '_columns' => { 'category_name' => { 'size' => 32, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'is_system' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'is_integer_only' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' } } }, 'DBIx::Class::ResultSource::Table' ), 'SearchField' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::SearchField', '_unique_constraints' => { 'name' => [ 'name' ], 'primary' => [ 'id' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SearchField'}{'_unique_constraints'}{'primary'}, 'name' => 'search_field', 'source_name' => 'SearchField', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'search_marc_to_fields' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::SearchMarcToField', 'cond' => { 'foreign.search_field_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::SearchMarcToField' } }, '_columns' => { 'name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'type' => { 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ '', 'string', 'date', 'number', 'boolean', 'sum', 'isbn', 'stdno', 'year', 'callnumber', 'geo_point' ] } }, 'authorised_value_category' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 32 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'label' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'weight' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 5, 2 ] }, 'mandatory' => { 'is_nullable' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint' }, 'opac' => { 'default_value' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'facet_order' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'staff_client' => { 'default_value' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'id', 'name', 'label', 'type', 'weight', 'facet_order', 'staff_client', 'opac', 'mandatory', 'authorised_value_category' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'PatronList' => bless( { '_ordered_columns' => [ 'patron_list_id', 'name', 'owner', 'shared' ], 'result_class' => 'Koha::Schema::Result::PatronList', 'resultset_attributes' => {}, '_unique_constraints' => { 'primary' => [ 'patron_list_id' ] }, '_columns' => { 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'patron_list_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'shared' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'owner' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } } }, '_relationships' => { 'patron_list_patrons' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::PatronListPatron', 'cond' => { 'foreign.patron_list_id' => 'self.patron_list_id' }, 'source' => 'Koha::Schema::Result::PatronListPatron' }, 'owner' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.owner' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PatronList'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'patron_lists', 'source_name' => 'PatronList' }, 'DBIx::Class::ResultSource::Table' ), 'OaiSetsDescription' => bless( { '_columns' => { 'description' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'set_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'set_id', 'description' ], 'result_class' => 'Koha::Schema::Result::OaiSetsDescription', 'source_name' => 'OaiSetsDescription', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'oai_sets_descriptions', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'set' => { 'attrs' => { 'fk_columns' => { 'set_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::OaiSet', 'cond' => { 'foreign.id' => 'self.set_id' }, 'class' => 'Koha::Schema::Result::OaiSet' } } }, 'DBIx::Class::ResultSource::Table' ), 'Session' => bless( { '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::Session', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'a_session' ], '_columns' => { 'a_session' => { 'data_type' => 'longblob', 'is_nullable' => 0 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 32 } }, '_relationships' => {}, 'name' => 'sessions', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Session', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Session'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'Itemtype' => bless( { 'result_class' => 'Koha::Schema::Result::Itemtype', '_unique_constraints' => { 'primary' => [ 'itemtype' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'itemtype', 'parent_type', 'description', 'rentalcharge', 'rentalcharge_daily', 'rentalcharge_daily_calendar', 'rentalcharge_hourly', 'rentalcharge_hourly_calendar', 'defaultreplacecost', 'processfee', 'notforloan', 'imageurl', 'summary', 'checkinmsg', 'checkinmsgtype', 'sip_media_type', 'hideinopac', 'searchcategory', 'automatic_checkin' ], 'resultset_attributes' => {}, '_columns' => { 'summary' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'itemtype' => { 'size' => 10, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'parent_type' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'rentalcharge_daily_calendar' => { 'default_value' => 1, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'rentalcharge' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'rentalcharge_hourly_calendar' => { 'default_value' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'imageurl' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 200 }, 'notforloan' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'automatic_checkin' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'rentalcharge_hourly' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'processfee' => { 'is_nullable' => 1, 'data_type' => 'decimal', 'size' => [ 28, 6 ] }, 'searchcategory' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'checkinmsg' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'defaultreplacecost' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'checkinmsgtype' => { 'default_value' => 'message', 'data_type' => 'char', 'is_nullable' => 0, 'size' => 16 }, 'rentalcharge_daily' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'sip_media_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 3 }, 'hideinopac' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 } }, '_relationships' => { 'itemtypes' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::Itemtype', 'cond' => { 'foreign.parent_type' => 'self.itemtype' }, 'source' => 'Koha::Schema::Result::Itemtype' }, 'old_reserves' => { 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::OldReserve', 'source' => 'Koha::Schema::Result::OldReserve', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'itemtypes_branches' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::ItemtypesBranch', 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'source' => 'Koha::Schema::Result::ItemtypesBranch' }, 'parent_type' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT' }, 'class' => 'Koha::Schema::Result::Itemtype', 'cond' => { 'foreign.itemtype' => 'self.parent_type' }, 'source' => 'Koha::Schema::Result::Itemtype' }, 'circulation_rules' => { 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::CirculationRule', 'source' => 'Koha::Schema::Result::CirculationRule', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'localization' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::ItemtypeLocalization', 'cond' => sub { "DUMMY" }, 'source' => 'Koha::Schema::Result::ItemtypeLocalization' }, 'reserves' => { 'source' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::Reserve', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Itemtype'}{'_unique_constraints'}{'primary'}, 'name' => 'itemtypes', 'source_name' => 'Itemtype' }, 'DBIx::Class::ResultSource::Table' ), 'IdentityProvider' => bless( { '_ordered_columns' => [ 'identity_provider_id', 'code', 'description', 'protocol', 'config', 'mapping', 'matchpoint', 'icon_url' ], 'resultset_attributes' => {}, '_columns' => { 'protocol' => { 'is_nullable' => 0, 'data_type' => 'enum', 'extra' => { 'list' => [ 'OAuth', 'OIDC', 'LDAP', 'CAS' ] } }, 'icon_url' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'mapping' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'code' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 20 }, 'matchpoint' => { 'data_type' => 'enum', 'is_nullable' => 0, 'extra' => { 'list' => [ 'email', 'userid', 'cardnumber' ] } }, 'identity_provider_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'config' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'description' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_relationships' => { 'identity_provider_domains' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'class' => 'Koha::Schema::Result::IdentityProviderDomain', 'cond' => { 'foreign.identity_provider_id' => 'self.identity_provider_id' }, 'source' => 'Koha::Schema::Result::IdentityProviderDomain' }, 'domains' => { 'class' => 'Koha::Schema::Result::IdentityProviderDomain', 'cond' => { 'foreign.identity_provider_id' => 'self.identity_provider_id' }, 'source' => 'Koha::Schema::Result::IdentityProviderDomain', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, 'source_name' => 'IdentityProvider', 'name' => 'identity_providers', '_primaries' => [ 'identity_provider_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'result_class' => 'Koha::Schema::Result::IdentityProvider', '_unique_constraints' => { 'code' => [ 'code' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'IdentityProvider'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AccountCreditTypesBranch' => bless( { 'name' => 'account_credit_types_branches', 'source_name' => 'AccountCreditTypesBranch', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'branchcode' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'credit_type_code' => { 'source' => 'Koha::Schema::Result::AccountCreditType', 'class' => 'Koha::Schema::Result::AccountCreditType', 'cond' => { 'foreign.code' => 'self.credit_type_code' }, 'attrs' => { 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns' => { 'credit_type_code' => { 'size' => 80, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, 'result_class' => 'Koha::Schema::Result::AccountCreditTypesBranch', '_ordered_columns' => [ 'credit_type_code', 'branchcode' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Deletedbiblio' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Deletedbiblio', '_unique_constraints' => { 'primary' => [ 'biblionumber' ] }, 'source_name' => 'Deletedbiblio', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Deletedbiblio'}{'_unique_constraints'}{'primary'}, 'name' => 'deletedbiblio', '_relationships' => { 'deletedbiblio_metadatas' => { 'source' => 'Koha::Schema::Result::DeletedbiblioMetadata', 'class' => 'Koha::Schema::Result::DeletedbiblioMetadata', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'biblioitem' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Deletedbiblioitem', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Deletedbiblioitem' }, 'metadata' => { 'class' => 'Koha::Schema::Result::DeletedbiblioMetadata', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::DeletedbiblioMetadata', 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'cascade_copy' => 0, 'accessor' => 'single' } } }, '_columns' => { 'serial' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'part_name' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'datecreated' => { 'is_nullable' => 0, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'author' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'subtitle' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'biblionumber' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'unititle' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'copyrightdate' => { 'is_nullable' => 1, 'data_type' => 'smallint' }, 'abstract' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'frameworkcode' => { 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 4 }, 'part_number' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'medium' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'title' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'seriestitle' => { 'is_nullable' => 1, 'data_type' => 'longtext' } }, '_ordered_columns' => [ 'biblionumber', 'frameworkcode', 'author', 'title', 'medium', 'subtitle', 'part_number', 'part_name', 'unititle', 'notes', 'serial', 'seriestitle', 'copyrightdate', 'timestamp', 'datecreated', 'abstract' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsageDataProvider' => bless( { '_unique_constraints' => { 'primary' => [ 'erm_usage_data_provider_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'aggregator' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'service_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'api_key' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'active' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 1 }, 'name' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'customer_id' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'erm_usage_data_provider_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'service_url' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'requestor_email' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'requestor_id' => { 'size' => 50, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'requestor_name' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'report_release' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'method' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'report_types' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'erm_usage_data_provider_id', 'name', 'description', 'active', 'method', 'aggregator', 'service_type', 'service_url', 'report_release', 'customer_id', 'requestor_id', 'api_key', 'requestor_name', 'requestor_email', 'report_types' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsageDataProvider'}{'_unique_constraints'}{'primary'}, 'source_name' => 'ErmUsageDataProvider', 'name' => 'erm_usage_data_providers', '_relationships' => { 'erm_counter_files' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ErmCounterFile', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmCounterFile' }, 'erm_counter_logs' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmCounterLog', 'source' => 'Koha::Schema::Result::ErmCounterLog' }, 'erm_usage_yuses' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ErmUsageYus', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageYus' }, 'erm_usage_items' => { 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageItem', 'source' => 'Koha::Schema::Result::ErmUsageItem', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'erm_usage_muses' => { 'source' => 'Koha::Schema::Result::ErmUsageMus', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageMus', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'erm_usage_titles' => { 'source' => 'Koha::Schema::Result::ErmUsageTitle', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageTitle', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'erm_usage_platforms' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ErmUsagePlatform', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsagePlatform' }, 'erm_usage_databases' => { 'source' => 'Koha::Schema::Result::ErmUsageDatabase', 'cond' => { 'foreign.usage_data_provider_id' => 'self.erm_usage_data_provider_id' }, 'class' => 'Koha::Schema::Result::ErmUsageDatabase', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } } } }, 'DBIx::Class::ResultSource::Table' ), 'ErmEholdingsPackagesAgreement' => bless( { 'result_class' => 'Koha::Schema::Result::ErmEholdingsPackagesAgreement', '_unique_constraints' => { 'primary' => [ 'package_id', 'agreement_id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'package_id', 'agreement_id' ], 'resultset_attributes' => {}, '_columns' => { 'package_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'agreement_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'package' => { 'source' => 'Koha::Schema::Result::ErmEholdingsPackage', 'cond' => { 'foreign.package_id' => 'self.package_id' }, 'class' => 'Koha::Schema::Result::ErmEholdingsPackage', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'package_id' => 1 }, 'is_deferrable' => 1 } }, 'agreement' => { 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'class' => 'Koha::Schema::Result::ErmAgreement', 'source' => 'Koha::Schema::Result::ErmAgreement', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'agreement_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ErmEholdingsPackagesAgreement', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmEholdingsPackagesAgreement'}{'_unique_constraints'}{'primary'}, 'name' => 'erm_eholdings_packages_agreements' }, 'DBIx::Class::ResultSource::Table' ), 'PendingOfflineOperation' => bless( { '_columns' => { 'cardnumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'operationid' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'barcode' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'action' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 10 }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'amount' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'branchcode' => { 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'userid' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 30 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'operationid', 'userid', 'branchcode', 'timestamp', 'action', 'barcode', 'cardnumber', 'amount' ], '_primaries' => [ 'operationid' ], 'name' => 'pending_offline_operations', 'source_name' => 'PendingOfflineOperation', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => {}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PendingOfflineOperation'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::PendingOfflineOperation', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'PreservationProcessingAttributesItem' => bless( { '_relationships' => { 'processing_attribute' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'processing_attribute_id' => 1 } }, 'cond' => { 'foreign.processing_attribute_id' => 'self.processing_attribute_id' }, 'class' => 'Koha::Schema::Result::PreservationProcessingAttribute', 'source' => 'Koha::Schema::Result::PreservationProcessingAttribute' }, 'train_item' => { 'source' => 'Koha::Schema::Result::PreservationTrainsItem', 'class' => 'Koha::Schema::Result::PreservationTrainsItem', 'cond' => { 'foreign.train_item_id' => 'self.train_item_id' }, 'attrs' => { 'fk_columns' => { 'train_item_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'processing_attribute_item_id' ], 'source_name' => 'PreservationProcessingAttributesItem', 'name' => 'preservation_processing_attributes_items', 'resultset_attributes' => {}, '_ordered_columns' => [ 'processing_attribute_item_id', 'processing_attribute_id', 'train_item_id', 'value' ], '_columns' => { 'processing_attribute_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'value' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'train_item_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'processing_attribute_item_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PreservationProcessingAttributesItem'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::PreservationProcessingAttributesItem' }, 'DBIx::Class::ResultSource::Table' ), 'Reserve' => bless( { 'name' => 'reserves', '_primaries' => [ 'reserve_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Reserve', '_relationships' => { 'branchcode' => { 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'club_holds_to_patron_holds' => { 'cond' => { 'foreign.hold_id' => 'self.reserve_id' }, 'class' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'source' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'itemnumber' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item' }, 'biblio' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'biblionumber' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio' }, 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'desk' => { 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'desk_id' => 1 }, 'is_depends_on' => 1 }, 'cond' => { 'foreign.desk_id' => 'self.desk_id' }, 'class' => 'Koha::Schema::Result::Desk', 'source' => 'Koha::Schema::Result::Desk' }, 'patron' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'borrowernumber' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'itemtype' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 }, 'cond' => { 'foreign.itemtype' => 'self.itemtype' }, 'class' => 'Koha::Schema::Result::Itemtype', 'source' => 'Koha::Schema::Result::Itemtype' }, 'item' => { 'source' => 'Koha::Schema::Result::Item', 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'itemnumber' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrowernumber' => { 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'item_group' => { 'attrs' => { 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'item_group_id' => 1 }, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::ItemGroup', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'source' => 'Koha::Schema::Result::ItemGroup' }, 'cancellation_requests' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::HoldCancellationRequest', 'cond' => { 'foreign.hold_id' => 'self.reserve_id' }, 'source' => 'Koha::Schema::Result::HoldCancellationRequest' }, 'itembib' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'biblionumber' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1 }, 'source' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Item' }, 'pickup_library' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'fk_columns' => { 'branchcode' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'expirationdate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 0 }, 'cancellation_reason' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'waitingdate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'suspend_until' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'reminderdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'branchcode' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10 }, 'item_group_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'itemnumber' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'notificationdate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'lowestPriority' => { 'accessor' => 'lowest_priority', 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'priority' => { 'is_nullable' => 0, 'data_type' => 'smallint', 'default_value' => 1 }, 'suspend' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'cancellationdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'found' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 1 }, 'timestamp' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'patron_expiration_date' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'reservedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'item_level_hold' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'desk_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'reserve_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'non_priority' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 }, 'itemtype' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'biblionumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'reservenotes' => { 'data_type' => 'longtext', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'reserve_id', 'borrowernumber', 'reservedate', 'biblionumber', 'item_group_id', 'branchcode', 'desk_id', 'notificationdate', 'reminderdate', 'cancellationdate', 'cancellation_reason', 'reservenotes', 'priority', 'found', 'timestamp', 'itemnumber', 'waitingdate', 'expirationdate', 'patron_expiration_date', 'lowestPriority', 'suspend', 'suspend_until', 'itemtype', 'item_level_hold', 'non_priority' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Reserve', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Reserve'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'SmsProvider' => bless( { 'result_class' => 'Koha::Schema::Result::SmsProvider', '_unique_constraints' => { 'primary' => [ 'id' ], 'name' => [ 'name' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'domain' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'id', 'name', 'domain' ], 'resultset_attributes' => {}, 'name' => 'sms_providers', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SmsProvider'}{'_unique_constraints'}{'primary'}, 'source_name' => 'SmsProvider', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'borrowers' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.sms_provider_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::Borrower' } } }, 'DBIx::Class::ResultSource::Table' ), 'CreatorImage' => bless( { 'source_name' => 'CreatorImage', '_primaries' => [ 'image_id' ], 'name' => 'creator_images', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => {}, '_columns' => { 'image_name' => { 'data_type' => 'char', 'is_nullable' => 0, 'default_value' => 'DEFAULT', 'size' => 20 }, 'image_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'imagefile' => { 'is_nullable' => 1, 'data_type' => 'mediumblob' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'image_id', 'imagefile', 'image_name' ], 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CreatorImage'}{'_primaries'}, 'image_name_index' => [ 'image_name' ] }, 'result_class' => 'Koha::Schema::Result::CreatorImage' }, 'DBIx::Class::ResultSource::Table' ), 'MatchpointComponentNorm' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'MatchpointComponentNorm', 'name' => 'matchpoint_component_norms', '_relationships' => { 'matchpoint_component' => { 'source' => 'Koha::Schema::Result::MatchpointComponent', 'class' => 'Koha::Schema::Result::MatchpointComponent', 'cond' => { 'foreign.matchpoint_component_id' => 'self.matchpoint_component_id' }, 'attrs' => { 'fk_columns' => { 'matchpoint_component_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'norm_routine' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 50 }, 'sequence' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer', 'accessor' => undef }, 'matchpoint_component_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'matchpoint_component_id', 'sequence', 'norm_routine' ], 'result_class' => 'Koha::Schema::Result::MatchpointComponentNorm', 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'CourseReserve' => bless( { '_primaries' => [ 'cr_id' ], 'source_name' => 'CourseReserve', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'course_reserves', '_relationships' => { 'ci' => { 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'ci_id' => 1 }, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::CourseItem', 'cond' => { 'foreign.ci_id' => 'self.ci_id' }, 'class' => 'Koha::Schema::Result::CourseItem' }, 'course' => { 'cond' => { 'foreign.course_id' => 'self.course_id' }, 'class' => 'Koha::Schema::Result::Course', 'source' => 'Koha::Schema::Result::Course', 'attrs' => { 'is_deferrable' => 1, 'fk_columns' => { 'course_id' => 1 }, 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_depends_on' => 1 } } }, '_columns' => { 'cr_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'course_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'staff_note' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'ci_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'public_note' => { 'is_nullable' => 1, 'data_type' => 'longtext' } }, '_ordered_columns' => [ 'cr_id', 'course_id', 'ci_id', 'staff_note', 'public_note', 'timestamp' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::CourseReserve', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CourseReserve'}{'_primaries'}, 'pseudo_key' => [ 'course_id', 'ci_id' ] } }, 'DBIx::Class::ResultSource::Table' ), 'Localization' => bless( { '_relationships' => {}, 'source_name' => 'Localization', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'localization', '_primaries' => [ 'localization_id' ], 'resultset_attributes' => {}, '_ordered_columns' => [ 'localization_id', 'entity', 'code', 'lang', 'translation' ], '_columns' => { 'localization_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'entity' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 16 }, 'lang' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 25 }, 'code' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 64 }, 'translation' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'entity_code_lang' => [ 'entity', 'code', 'lang' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Localization'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Localization' }, 'DBIx::Class::ResultSource::Table' ), 'Branch' => bless( { '_unique_constraints' => { 'primary' => [ 'branchcode' ] }, 'result_class' => 'Koha::Schema::Result::Branch', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'branchcode', 'branchname', 'branchaddress1', 'branchaddress2', 'branchaddress3', 'branchzip', 'branchcity', 'branchstate', 'branchcountry', 'branchphone', 'branchfax', 'branchemail', 'branchillemail', 'branchreplyto', 'branchreturnpath', 'branchurl', 'issuing', 'branchip', 'branchnotes', 'geolocation', 'marcorgcode', 'pickup_location', 'public', 'opacuserjs', 'opacusercss' ], '_columns' => { 'branchip' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 15 }, 'issuing' => { 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'branchreplyto' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'public' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 1 }, 'branchillemail' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchcity' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchzip' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 25 }, 'branchemail' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchphone' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'marcorgcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 16 }, 'branchcountry' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'branchreturnpath' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'branchname' => { 'data_type' => 'longtext', 'is_nullable' => 0 }, 'pickup_location' => { 'default_value' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'branchnotes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchaddress3' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchurl' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchcode' => { 'size' => 10, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'opacuserjs' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchfax' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchstate' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'branchaddress2' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'opacusercss' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchaddress1' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'geolocation' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 } }, '_relationships' => { 'course_items_homebranches' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::CourseItem', 'cond' => { 'foreign.homebranch' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::CourseItem' }, 'curbside_pickup_policy' => { 'source' => 'Koha::Schema::Result::CurbsidePickupPolicy', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::CurbsidePickupPolicy', 'attrs' => { 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'single' } }, 'special_holidays' => { 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::SpecialHoliday', 'source' => 'Koha::Schema::Result::SpecialHoliday', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'account_credit_types_branches' => { 'class' => 'Koha::Schema::Result::AccountCreditTypesBranch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::AccountCreditTypesBranch', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'library_smtp_server' => { 'source' => 'Koha::Schema::Result::LibrarySmtpServer', 'cond' => { 'foreign.library_id' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::LibrarySmtpServer', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'single', 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0 } }, 'course_items' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.holdingbranch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::CourseItem', 'source' => 'Koha::Schema::Result::CourseItem' }, 'itemtypes_branches' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::ItemtypesBranch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::ItemtypesBranch' }, 'categories_branches' => { 'source' => 'Koha::Schema::Result::CategoriesBranch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::CategoriesBranch', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'borrower_attribute_types_branches' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::BorrowerAttributeTypesBranch', 'class' => 'Koha::Schema::Result::BorrowerAttributeTypesBranch', 'cond' => { 'foreign.b_branchcode' => 'self.branchcode' } }, 'bookings' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.pickup_library_id' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Booking', 'source' => 'Koha::Schema::Result::Booking' }, 'problem_reports' => { 'class' => 'Koha::Schema::Result::ProblemReport', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::ProblemReport', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'repeatable_holidays' => { 'source' => 'Koha::Schema::Result::RepeatableHoliday', 'class' => 'Koha::Schema::Result::RepeatableHoliday', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'hold_fill_targets' => { 'cond' => { 'foreign.source_branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::HoldFillTarget', 'source' => 'Koha::Schema::Result::HoldFillTarget', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'library_hours' => { 'class' => 'Koha::Schema::Result::LibraryHour', 'cond' => { 'foreign.library_id' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::LibraryHour', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'club_enrollments' => { 'class' => 'Koha::Schema::Result::ClubEnrollment', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::ClubEnrollment', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'old_reserves' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::OldReserve', 'class' => 'Koha::Schema::Result::OldReserve', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'items_homebranches' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'cond' => { 'foreign.homebranch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' }, 'desks' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Desk', 'class' => 'Koha::Schema::Result::Desk', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'transport_cost_frombranches' => { 'class' => 'Koha::Schema::Result::TransportCost', 'cond' => { 'foreign.frombranch' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::TransportCost', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'reserves' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Reserve' }, 'items_holdingbranches' => { 'cond' => { 'foreign.holdingbranch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'authorised_values_branches' => { 'source' => 'Koha::Schema::Result::AuthorisedValuesBranch', 'class' => 'Koha::Schema::Result::AuthorisedValuesBranch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqbaskets' => { 'cond' => { 'foreign.branch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'source' => 'Koha::Schema::Result::Aqbasket', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'transport_cost_tobranches' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'cond' => { 'foreign.tobranch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::TransportCost', 'source' => 'Koha::Schema::Result::TransportCost' }, 'library_groups' => { 'source' => 'Koha::Schema::Result::LibraryGroup', 'class' => 'Koha::Schema::Result::LibraryGroup', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'accountlines' => { 'source' => 'Koha::Schema::Result::Accountline', 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'edifact_eans' => { 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::EdifactEan', 'source' => 'Koha::Schema::Result::EdifactEan', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'suggestions' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::Suggestion', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Suggestion' }, 'identity_provider_domains' => { 'cond' => { 'foreign.default_library_id' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::IdentityProviderDomain', 'source' => 'Koha::Schema::Result::IdentityProviderDomain', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'illrequests' => { 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Illrequest', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'branchtransfers_frombranches' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'class' => 'Koha::Schema::Result::Branchtransfer', 'cond' => { 'foreign.frombranch' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branchtransfer' }, 'circulation_rules' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::CirculationRule', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::CirculationRule' }, 'course_items_homebranch_storages' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::CourseItem', 'class' => 'Koha::Schema::Result::CourseItem', 'cond' => { 'foreign.homebranch_storage' => 'self.branchcode' } }, 'curbside_pickups' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::CurbsidePickup', 'class' => 'Koha::Schema::Result::CurbsidePickup', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'illbatches' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Illbatch', 'cond' => { 'foreign.library_id' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Illbatch' }, 'recalls' => { 'source' => 'Koha::Schema::Result::Recall', 'class' => 'Koha::Schema::Result::Recall', 'cond' => { 'foreign.pickup_library_id' => 'self.branchcode' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'collections' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::Collection', 'cond' => { 'foreign.colBranchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Collection' }, 'borrowers' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Borrower' }, 'clubs' => { 'source' => 'Koha::Schema::Result::Club', 'class' => 'Koha::Schema::Result::Club', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'stockrotationstages' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'cond' => { 'foreign.branchcode_id' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Stockrotationstage', 'source' => 'Koha::Schema::Result::Stockrotationstage' }, 'additional_contents' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::AdditionalContent', 'class' => 'Koha::Schema::Result::AdditionalContent', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } }, 'creator_batches' => { 'cond' => { 'foreign.branch_code' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::CreatorBatch', 'source' => 'Koha::Schema::Result::CreatorBatch', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'club_templates' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::ClubTemplate', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::ClubTemplate' }, 'branches_overdrive' => { 'source' => 'Koha::Schema::Result::BranchesOverdrive', 'class' => 'Koha::Schema::Result::BranchesOverdrive', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'attrs' => { 'accessor' => 'single', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'account_debit_types_branches' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::AccountDebitTypesBranch', 'source' => 'Koha::Schema::Result::AccountDebitTypesBranch' }, 'cash_registers' => { 'cond' => { 'foreign.branch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::CashRegister', 'source' => 'Koha::Schema::Result::CashRegister', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'article_requests' => { 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::ArticleRequest', 'source' => 'Koha::Schema::Result::ArticleRequest', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'branchtransfers_tobranches' => { 'source' => 'Koha::Schema::Result::Branchtransfer', 'cond' => { 'foreign.tobranch' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branchtransfer', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'branches', 'source_name' => 'Branch', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Branch'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'HoldCancellationRequest' => bless( { '_unique_constraints' => { 'primary' => [ 'hold_cancellation_request_id' ] }, 'result_class' => 'Koha::Schema::Result::HoldCancellationRequest', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'resultset_attributes' => {}, '_ordered_columns' => [ 'hold_cancellation_request_id', 'hold_id', 'creation_date' ], '_columns' => { 'hold_id' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'creation_date' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp' }, 'hold_cancellation_request_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_relationships' => { 'hold' => { 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'accessor' => 'single', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Reserve', 'class' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.reserve_id' => 'self.hold_id' } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'HoldCancellationRequest', 'name' => 'hold_cancellation_requests', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'HoldCancellationRequest'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'ErmUsagePlatform' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'platform_id', 'platform', 'usage_data_provider_id' ], '_columns' => { 'platform' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'usage_data_provider_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'platform_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_relationships' => { 'usage_data_provider' => { 'class' => 'Koha::Schema::Result::ErmUsageDataProvider', 'cond' => { 'foreign.erm_usage_data_provider_id' => 'self.usage_data_provider_id' }, 'source' => 'Koha::Schema::Result::ErmUsageDataProvider', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'usage_data_provider_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' } }, 'erm_usage_yuses' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::ErmUsageYus', 'cond' => { 'foreign.platform_id' => 'self.platform_id' }, 'source' => 'Koha::Schema::Result::ErmUsageYus' }, 'erm_usage_muses' => { 'class' => 'Koha::Schema::Result::ErmUsageMus', 'cond' => { 'foreign.platform_id' => 'self.platform_id' }, 'source' => 'Koha::Schema::Result::ErmUsageMus', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } } }, 'name' => 'erm_usage_platforms', '_primaries' => [ 'platform_id' ], 'source_name' => 'ErmUsagePlatform', 'resultset_class' => 'DBIx::Class::ResultSet', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUsagePlatform'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::ErmUsagePlatform', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Subscription' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'biblionumber', 'subscriptionid', 'librarian', 'startdate', 'aqbooksellerid', 'cost', 'aqbudgetid', 'weeklength', 'monthlength', 'numberlength', 'periodicity', 'countissuesperunit', 'notes', 'status', 'lastvalue1', 'innerloop1', 'lastvalue2', 'innerloop2', 'lastvalue3', 'innerloop3', 'firstacquidate', 'manualhistory', 'irregularity', 'skip_serialseq', 'letter', 'numberpattern', 'locale', 'distributedto', 'internalnotes', 'callnumber', 'location', 'branchcode', 'lastbranch', 'serialsadditems', 'staffdisplaycount', 'opacdisplaycount', 'graceperiod', 'enddate', 'closed', 'reneweddate', 'itemtype', 'previousitemtype', 'mana_id', 'ccode', 'published_on_template' ], '_columns' => { 'internalnotes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'graceperiod' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'countissuesperunit' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 1 }, 'numberpattern' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_nullable' => 1, 'data_type' => 'integer' }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'location' => { 'size' => 80, 'is_nullable' => 1, 'data_type' => 'varchar', 'default_value' => '' }, 'ccode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'subscriptionid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'cost' => { 'is_nullable' => 1, 'data_type' => 'integer', 'default_value' => 0 }, 'letter' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'firstacquidate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'published_on_template' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'opacdisplaycount' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'serialsadditems' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'monthlength' => { 'data_type' => 'integer', 'is_nullable' => 1, 'default_value' => 0 }, 'skip_serialseq' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'lastbranch' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'enddate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'startdate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'manualhistory' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'closed' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'distributedto' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'aqbooksellerid' => { 'default_value' => 0, 'is_nullable' => 1, 'data_type' => 'integer' }, 'mana_id' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'callnumber' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'branchcode' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'locale' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'lastvalue1' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'status' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 100 }, 'reneweddate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'irregularity' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'innerloop3' => { 'is_nullable' => 1, 'data_type' => 'integer', 'default_value' => 0 }, 'lastvalue2' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'numberlength' => { 'data_type' => 'integer', 'is_nullable' => 1, 'default_value' => 0 }, 'librarian' => { 'size' => 100, 'default_value' => '', 'is_nullable' => 1, 'data_type' => 'varchar' }, 'weeklength' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 1 }, 'itemtype' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'aqbudgetid' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 1 }, 'previousitemtype' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'staffdisplaycount' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'innerloop2' => { 'is_nullable' => 1, 'data_type' => 'integer', 'default_value' => 0 }, 'lastvalue3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'innerloop1' => { 'default_value' => 0, 'data_type' => 'integer', 'is_nullable' => 1 }, 'periodicity' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } } }, '_relationships' => { 'aqorders' => { 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'source' => 'Koha::Schema::Result::Aqorder', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'biblionumber' => { 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'numberpattern' => { 'source' => 'Koha::Schema::Result::SubscriptionNumberpattern', 'cond' => { 'foreign.id' => 'self.numberpattern' }, 'class' => 'Koha::Schema::Result::SubscriptionNumberpattern', 'attrs' => { 'is_deferrable' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'subscriptionhistory' => { 'class' => 'Koha::Schema::Result::Subscriptionhistory', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'source' => 'Koha::Schema::Result::Subscriptionhistory', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'single', 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1 } }, 'serials' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Serial', 'class' => 'Koha::Schema::Result::Serial', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' } }, 'periodicity' => { 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_deferrable' => 1 }, 'cond' => { 'foreign.id' => 'self.periodicity' }, 'class' => 'Koha::Schema::Result::SubscriptionFrequency', 'source' => 'Koha::Schema::Result::SubscriptionFrequency' }, 'subscriptionroutinglists' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Subscriptionroutinglist', 'class' => 'Koha::Schema::Result::Subscriptionroutinglist', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' } }, 'additional_field_values' => { 'source' => 'Koha::Schema::Result::AdditionalFieldValue', 'cond' => sub { "DUMMY" }, 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } } }, 'source_name' => 'Subscription', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'subscriptionid' ], 'name' => 'subscription', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Subscription'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::Subscription', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'Browser' => bless( { 'source_name' => 'Browser', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'browser', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => {}, '_columns' => { 'level' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'endnode' => { 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'number' => { 'data_type' => 'bigint', 'is_nullable' => 0 }, 'description' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'classification' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 20 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'level', 'classification', 'description', 'number', 'endnode' ], 'result_class' => 'Koha::Schema::Result::Browser' }, 'DBIx::Class::ResultSource::Table' ), 'Biblioitem' => bless( { 'name' => 'biblioitems', '_primaries' => [ 'biblioitemnumber' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Biblioitem', '_relationships' => { 'biblio' => { 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'biblionumber' => 1 }, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1 } }, 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'source' => 'Koha::Schema::Result::Biblio', 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } }, 'items' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'cond' => { 'foreign.biblioitemnumber' => 'self.biblioitemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item' } }, '_columns' => { 'biblioitemnumber' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'collectionvolume' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'publishercode' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'pages' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'notes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'url' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'place' => { 'is_nullable' => 1, 'data_type' => 'text' }, 'illus' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'volumedesc' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'collectiontitle' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'cn_source' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'issn' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'volume' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'agerestriction' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'cn_sort' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'number' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'totalissues' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'editionresponsibility' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'lccn' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'collectionissn' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'isbn' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'itemtype' => { 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'biblionumber' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'cn_class' => { 'size' => 30, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'publicationyear' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'volumedate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'cn_item' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 10 }, 'size' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'ean' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'cn_suffix' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10 }, 'timestamp' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'editionstatement' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' } }, '_ordered_columns' => [ 'biblioitemnumber', 'biblionumber', 'volume', 'number', 'itemtype', 'isbn', 'issn', 'ean', 'publicationyear', 'publishercode', 'volumedate', 'volumedesc', 'collectiontitle', 'collectionissn', 'collectionvolume', 'editionstatement', 'editionresponsibility', 'timestamp', 'illus', 'pages', 'notes', 'size', 'place', 'lccn', 'url', 'cn_source', 'cn_class', 'cn_item', 'cn_suffix', 'cn_sort', 'agerestriction', 'totalissues' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Biblioitem', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblioitem'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'ErmLicense' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::ErmLicense', '_unique_constraints' => { 'primary' => [ 'license_id' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmLicense'}{'_unique_constraints'}{'primary'}, 'name' => 'erm_licenses', 'source_name' => 'ErmLicense', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'vendor' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'source' => 'Koha::Schema::Result::Aqbookseller' }, 'erm_agreement_licenses' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.license_id' => 'self.license_id' }, 'class' => 'Koha::Schema::Result::ErmAgreementLicense', 'source' => 'Koha::Schema::Result::ErmAgreementLicense' }, 'erm_user_roles' => { 'cond' => { 'foreign.license_id' => 'self.license_id' }, 'class' => 'Koha::Schema::Result::ErmUserRole', 'source' => 'Koha::Schema::Result::ErmUserRole', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'erm_documents' => { 'source' => 'Koha::Schema::Result::ErmDocument', 'cond' => { 'foreign.license_id' => 'self.license_id' }, 'class' => 'Koha::Schema::Result::ErmDocument', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, '_columns' => { 'ended_on' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'license_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'description' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'type' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 80 }, 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 255 }, 'vendor_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'started_on' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'status' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 80 } }, '_ordered_columns' => [ 'license_id', 'vendor_id', 'name', 'description', 'type', 'status', 'started_on', 'ended_on' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Aqbudgetperiod' => bless( { 'name' => 'aqbudgetperiods', 'source_name' => 'Aqbudgetperiod', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'budget_period_id' ], '_relationships' => { 'aqbudgets' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_period_id' => 'self.budget_period_id' } } }, '_columns' => { 'budget_period_active' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'budget_period_description' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'sort1_authcat' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'budget_period_total' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'budget_period_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'budget_period_startdate' => { 'is_nullable' => 0, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'budget_period_enddate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 0, 'data_type' => 'date' }, 'budget_period_locked' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'sort2_authcat' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 1 } }, '_ordered_columns' => [ 'budget_period_id', 'budget_period_startdate', 'budget_period_enddate', 'budget_period_active', 'budget_period_description', 'budget_period_total', 'budget_period_locked', 'sort1_authcat', 'sort2_authcat' ], 'resultset_attributes' => {}, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Aqbudgetperiod', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqbudgetperiod'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Borrower' => bless( { '_relationships' => { 'club_holds_to_patron_holds' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'class' => 'Koha::Schema::Result::ClubHoldsToPatronHold', 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' } }, 'creator_batches' => { 'source' => 'Koha::Schema::Result::CreatorBatch', 'class' => 'Koha::Schema::Result::CreatorBatch', 'cond' => { 'foreign.borrower_number' => 'self.borrowernumber' }, 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'housebound_role' => { 'source' => 'Koha::Schema::Result::HouseboundRole', 'cond' => { 'foreign.borrowernumber_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HouseboundRole', 'attrs' => { 'accessor' => 'single', 'join_type' => 'LEFT', 'fk_columns' => {}, 'cascade_copy' => 0, 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'patron_lists' => { 'cond' => { 'foreign.owner' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::PatronList', 'source' => 'Koha::Schema::Result::PatronList', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'discharges' => { 'source' => 'Koha::Schema::Result::Discharge', 'cond' => { 'foreign.borrower' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Discharge', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'curbside_pickups_borrowernumbers' => { 'source' => 'Koha::Schema::Result::CurbsidePickup', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::CurbsidePickup', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'virtualshelfcontents' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::Virtualshelfcontent', 'class' => 'Koha::Schema::Result::Virtualshelfcontent', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'categorycode' => { 'attrs' => { 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_delete' => 'RESTRICT', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.categorycode' => 'self.categorycode' }, 'class' => 'Koha::Schema::Result::Category', 'source' => 'Koha::Schema::Result::Category' }, 'suggestions_rejectedbies' => { 'cond' => { 'foreign.rejectedby' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Suggestion', 'source' => 'Koha::Schema::Result::Suggestion', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'additional_contents' => { 'class' => 'Koha::Schema::Result::AdditionalContent', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::AdditionalContent', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'aqbudgetborrowers' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::Aqbudgetborrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Aqbudgetborrower' }, 'borrower_files' => { 'class' => 'Koha::Schema::Result::BorrowerFile', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::BorrowerFile', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'housebound_visit_deliverer_brwnumbers' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.deliverer_brwnumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HouseboundVisit', 'source' => 'Koha::Schema::Result::HouseboundVisit' }, 'article_requests' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ArticleRequest', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ArticleRequest' }, 'ticket_updates_assignees' => { 'class' => 'Koha::Schema::Result::TicketUpdate', 'cond' => { 'foreign.assignee_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::TicketUpdate', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'tags_approvals' => { 'source' => 'Koha::Schema::Result::TagsApproval', 'cond' => { 'foreign.approved_by' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::TagsApproval', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'suggestions_managedbies' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.managedby' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Suggestion', 'source' => 'Koha::Schema::Result::Suggestion' }, 'old_issues_issuers' => { 'source' => 'Koha::Schema::Result::OldIssue', 'cond' => { 'foreign.issuer_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::OldIssue', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'accountlines_managers' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.manager_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Accountline' }, 'virtualshelfshares' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Virtualshelfshare', 'class' => 'Koha::Schema::Result::Virtualshelfshare', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'return_claims_updated_by' => { 'class' => 'Koha::Schema::Result::ReturnClaim', 'cond' => { 'foreign.updated_by' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::ReturnClaim', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'subscriptionroutinglists' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Subscriptionroutinglist', 'source' => 'Koha::Schema::Result::Subscriptionroutinglist' }, 'reviews' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Review', 'source' => 'Koha::Schema::Result::Review' }, 'branchcode' => { 'attrs' => { 'on_delete' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch' }, 'accountlines' => { 'source' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Accountline', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'patron_consents' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::PatronConsent', 'source' => 'Koha::Schema::Result::PatronConsent', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'issues' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Issue', 'source' => 'Koha::Schema::Result::Issue', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'tickets_assignees' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.assignee_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Ticket', 'source' => 'Koha::Schema::Result::Ticket' }, 'illbatches' => { 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Illbatch', 'source' => 'Koha::Schema::Result::Illbatch', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'suggestions_lastmodificationbies' => { 'cond' => { 'foreign.lastmodificationby' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Suggestion', 'source' => 'Koha::Schema::Result::Suggestion', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'borrower_relationships_guarantees' => { 'source' => 'Koha::Schema::Result::BorrowerRelationship', 'cond' => { 'foreign.guarantee_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::BorrowerRelationship', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'borrower_message_preferences' => { 'class' => 'Koha::Schema::Result::BorrowerMessagePreference', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::BorrowerMessagePreference', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'tags_all' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::TagAll', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::TagAll' }, 'recalls' => { 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Recall', 'source' => 'Koha::Schema::Result::Recall', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'housebound_profile' => { 'source' => 'Koha::Schema::Result::HouseboundProfile', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HouseboundProfile', 'attrs' => { 'accessor' => 'single', 'join_type' => 'LEFT', 'fk_columns' => {}, 'cascade_copy' => 0, 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1 } }, 'sms_provider' => { 'source' => 'Koha::Schema::Result::SmsProvider', 'class' => 'Koha::Schema::Result::SmsProvider', 'cond' => { 'foreign.id' => 'self.sms_provider_id' }, 'attrs' => { 'is_depends_on' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'sms_provider_id' => 1 } } }, 'illrequests' => { 'source' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Illrequest', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'aqorder_users' => { 'source' => 'Koha::Schema::Result::AqorderUser', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::AqorderUser', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'restrictions' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::BorrowerDebarment', 'source' => 'Koha::Schema::Result::BorrowerDebarment' }, 'ratings' => { 'source' => 'Koha::Schema::Result::Rating', 'class' => 'Koha::Schema::Result::Rating', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'aqbasketusers' => { 'source' => 'Koha::Schema::Result::Aqbasketuser', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Aqbasketuser', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'bookings' => { 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Booking', 'source' => 'Koha::Schema::Result::Booking', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'patron_list_patrons' => { 'class' => 'Koha::Schema::Result::PatronListPatron', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::PatronListPatron', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'problem_reports' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ProblemReport', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ProblemReport' }, 'illcomments' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::Illcomment', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Illcomment' }, 'alerts' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::Alert', 'class' => 'Koha::Schema::Result::Alert', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'patronimage' => { 'attrs' => { 'fk_columns' => {}, 'accessor' => 'single', 'join_type' => 'LEFT', 'cascade_update' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::Patronimage', 'class' => 'Koha::Schema::Result::Patronimage', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'items_last_borrowers' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ItemsLastBorrower', 'class' => 'Koha::Schema::Result::ItemsLastBorrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } }, 'tickets_reporters' => { 'source' => 'Koha::Schema::Result::Ticket', 'cond' => { 'foreign.reporter_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Ticket', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'suggestions_suggestedbies' => { 'source' => 'Koha::Schema::Result::Suggestion', 'class' => 'Koha::Schema::Result::Suggestion', 'cond' => { 'foreign.suggestedby' => 'self.borrowernumber' }, 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'messages' => { 'source' => 'Koha::Schema::Result::Message', 'cond' => { 'foreign.manager_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Message', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'reserves' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Reserve' }, 'tmp_holdsqueues' => { 'source' => 'Koha::Schema::Result::TmpHoldsqueue', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::TmpHoldsqueue', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'extended_attributes' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::BorrowerAttribute', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::BorrowerAttribute' }, 'return_claims_created_by' => { 'source' => 'Koha::Schema::Result::ReturnClaim', 'cond' => { 'foreign.created_by' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'club_enrollments' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ClubEnrollment', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ClubEnrollment' }, 'old_reserves' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::OldReserve', 'source' => 'Koha::Schema::Result::OldReserve', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'ticket_updates' => { 'class' => 'Koha::Schema::Result::TicketUpdate', 'cond' => { 'foreign.user_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::TicketUpdate', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'course_instructors' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::CourseInstructor', 'source' => 'Koha::Schema::Result::CourseInstructor', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'api_keys' => { 'class' => 'Koha::Schema::Result::ApiKey', 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::ApiKey', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'user_permissions' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::UserPermission', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::UserPermission' }, 'old_issues' => { 'source' => 'Koha::Schema::Result::OldIssue', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::OldIssue', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'cash_register_actions' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::CashRegisterAction', 'class' => 'Koha::Schema::Result::CashRegisterAction', 'cond' => { 'foreign.manager_id' => 'self.borrowernumber' } }, 'hold_fill_targets' => { 'source' => 'Koha::Schema::Result::HoldFillTarget', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HoldFillTarget', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'aqorders' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.created_by' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Aqorder' }, 'return_claims_resolved_by' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'cond' => { 'foreign.resolved_by' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'source' => 'Koha::Schema::Result::ReturnClaim' }, 'suggestions_acceptedbies' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::Suggestion', 'cond' => { 'foreign.acceptedby' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Suggestion' }, 'erm_counter_logs' => { 'source' => 'Koha::Schema::Result::ErmCounterLog', 'class' => 'Koha::Schema::Result::ErmCounterLog', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'borrower_relationships_guarantors' => { 'class' => 'Koha::Schema::Result::BorrowerRelationship', 'cond' => { 'foreign.guarantor_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::BorrowerRelationship', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'item_editor_templates' => { 'class' => 'Koha::Schema::Result::ItemEditorTemplate', 'cond' => { 'foreign.patron_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::ItemEditorTemplate', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'advanced_editor_macros' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::AdvancedEditorMacro', 'source' => 'Koha::Schema::Result::AdvancedEditorMacro', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'tickets_resolvers' => { 'source' => 'Koha::Schema::Result::Ticket', 'class' => 'Koha::Schema::Result::Ticket', 'cond' => { 'foreign.resolver_id' => 'self.borrowernumber' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'virtualshelves' => { 'cond' => { 'foreign.owner' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Virtualshelve', 'source' => 'Koha::Schema::Result::Virtualshelve', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'message_queues' => { 'source' => 'Koha::Schema::Result::MessageQueue', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::MessageQueue', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } }, 'housebound_visit_chooser_brwnumbers' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.chooser_brwnumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::HouseboundVisit', 'source' => 'Koha::Schema::Result::HouseboundVisit' }, 'curbside_pickups_staged_by' => { 'cond' => { 'foreign.staged_by' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::CurbsidePickup', 'source' => 'Koha::Schema::Result::CurbsidePickup', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'return_claims_borrowernumbers' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ReturnClaim', 'source' => 'Koha::Schema::Result::ReturnClaim' }, 'messages_borrowernumbers' => { 'class' => 'Koha::Schema::Result::Message', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::Message', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'erm_user_roles' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'cond' => { 'foreign.user_id' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::ErmUserRole', 'source' => 'Koha::Schema::Result::ErmUserRole' }, 'issues_issuers' => { 'source' => 'Koha::Schema::Result::Issue', 'class' => 'Koha::Schema::Result::Issue', 'cond' => { 'foreign.issuer_id' => 'self.borrowernumber' }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 } }, 'checkout_renewals' => { 'class' => 'Koha::Schema::Result::CheckoutRenewal', 'cond' => { 'foreign.renewer_id' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::CheckoutRenewal', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } }, 'borrower_attributes' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::BorrowerAttribute', 'source' => 'Koha::Schema::Result::BorrowerAttribute', 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 } }, 'borrower_debarments' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'class' => 'Koha::Schema::Result::BorrowerDebarment', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'source' => 'Koha::Schema::Result::BorrowerDebarment' }, 'linktrackers' => { 'source' => 'Koha::Schema::Result::Linktracker', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Linktracker', 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Borrower', '_primaries' => [ 'borrowernumber' ], 'name' => 'borrowers', 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber', 'cardnumber', 'surname', 'firstname', 'middle_name', 'title', 'othernames', 'initials', 'pronouns', 'streetnumber', 'streettype', 'address', 'address2', 'city', 'state', 'zipcode', 'country', 'email', 'phone', 'mobile', 'fax', 'emailpro', 'phonepro', 'B_streetnumber', 'B_streettype', 'B_address', 'B_address2', 'B_city', 'B_state', 'B_zipcode', 'B_country', 'B_email', 'B_phone', 'dateofbirth', 'branchcode', 'categorycode', 'dateenrolled', 'dateexpiry', 'password_expiration_date', 'date_renewed', 'gonenoaddress', 'lost', 'debarred', 'debarredcomment', 'contactname', 'contactfirstname', 'contacttitle', 'borrowernotes', 'relationship', 'sex', 'password', 'secret', 'auth_method', 'flags', 'userid', 'opacnote', 'contactnote', 'sort1', 'sort2', 'altcontactfirstname', 'altcontactsurname', 'altcontactaddress1', 'altcontactaddress2', 'altcontactaddress3', 'altcontactstate', 'altcontactzipcode', 'altcontactcountry', 'altcontactphone', 'smsalertnumber', 'sms_provider_id', 'privacy', 'privacy_guarantor_fines', 'privacy_guarantor_checkouts', 'checkprevcheckout', 'updated_on', 'lastseen', 'lang', 'login_attempts', 'overdrive_auth_token', 'anonymized', 'autorenew_checkouts', 'primary_contact_method', 'protected' ], '_columns' => { 'altcontactfirstname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'anonymized' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'B_email' => { 'accessor' => 'b_email', 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'initials' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'pronouns' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'lastseen' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'datetime', 'is_nullable' => 1 }, 'zipcode' => { 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'password' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'is_numeric' => 0, 'size' => 60 }, 'address2' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'altcontactsurname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'sort2' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'debarredcomment' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'sex' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 1 }, 'streettype' => { 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'userid' => { 'size' => 75, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'phonepro' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'privacy_guarantor_checkouts' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'streetnumber' => { 'data_type' => 'tinytext', 'is_nullable' => 1 }, 'password_expiration_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'opacnote' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'B_phone' => { 'accessor' => 'b_phone', 'data_type' => 'longtext', 'is_nullable' => 1 }, 'altcontactphone' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'contacttitle' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'sort1' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'secret' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_zipcode' => { 'data_type' => 'tinytext', 'is_nullable' => 1, 'accessor' => 'b_zipcode' }, 'surname' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'city' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'privacy' => { 'data_type' => 'integer', 'is_nullable' => 0, 'default_value' => 1 }, 'overdrive_auth_token' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'altcontactstate' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'phone' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'auth_method' => { 'extra' => { 'list' => [ 'password', 'two-factor' ] }, 'default_value' => 'password', 'data_type' => 'enum', 'is_nullable' => 0 }, 'borrowernumber' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'altcontactaddress1' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'B_country' => { 'data_type' => 'mediumtext', 'is_nullable' => 1, 'accessor' => 'b_country' }, 'flags' => { 'data_type' => 'bigint', 'is_nullable' => 1 }, 'middle_name' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'dateexpiry' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'country' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'contactname' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'othernames' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'address' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'fax' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'borrowernotes' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'emailpro' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_address' => { 'accessor' => 'b_address', 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_address2' => { 'is_nullable' => 1, 'data_type' => 'mediumtext', 'accessor' => 'b_address2' }, 'smsalertnumber' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 50 }, 'privacy_guarantor_fines' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'categorycode' => { 'is_foreign_key' => 1, 'data_type' => 'varchar', 'default_value' => '', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 0 }, 'B_streettype' => { 'accessor' => 'b_streettype', 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'cardnumber' => { 'size' => 32, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'lost' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'protected' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'autorenew_checkouts' => { 'default_value' => 1, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'contactnote' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'relationship' => { 'size' => 100, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'primary_contact_method' => { 'size' => 45, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'dateofbirth' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'gonenoaddress' => { 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'B_state' => { 'accessor' => 'b_state', 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'state' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'title' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'branchcode' => { 'data_type' => 'varchar', 'default_value' => '', 'is_foreign_key' => 1, 'is_nullable' => 0, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'size' => 10 }, 'login_attempts' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_numeric' => 1, 'default_value' => 0 }, 'email' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'date_renewed' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'dateenrolled' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'lang' => { 'size' => 25, 'default_value' => 'default', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'firstname' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'debarred' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'B_city' => { 'is_nullable' => 1, 'data_type' => 'longtext', 'accessor' => 'b_city' }, 'checkprevcheckout' => { 'size' => 7, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => 'inherit' }, 'altcontactaddress3' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'B_streetnumber' => { 'accessor' => 'b_streetnumber', 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'contactfirstname' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'altcontactaddress2' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'altcontactcountry' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'altcontactzipcode' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'mobile' => { 'is_nullable' => 1, 'data_type' => 'tinytext' }, 'sms_provider_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'cardnumber' => [ 'cardnumber' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Borrower'}{'_primaries'}, 'userid' => [ 'userid' ] }, 'result_class' => 'Koha::Schema::Result::Borrower' }, 'DBIx::Class::ResultSource::Table' ), 'AqordersItem' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'ordernumber', 'itemnumber', 'timestamp' ], '_columns' => { 'timestamp' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 0 }, 'ordernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_relationships' => { 'ordernumber' => { 'attrs' => { 'is_deferrable' => 1, 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter' }, 'cond' => { 'foreign.ordernumber' => 'self.ordernumber' }, 'class' => 'Koha::Schema::Result::Aqorder', 'source' => 'Koha::Schema::Result::Aqorder' } }, '_primaries' => [ 'itemnumber' ], 'source_name' => 'AqordersItem', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'aqorders_items', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqordersItem'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::AqordersItem', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'CurbsidePickupIssue' => bless( { '_relationships' => { 'curbside_pickup' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'curbside_pickup_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::CurbsidePickup', 'cond' => { 'foreign.id' => 'self.curbside_pickup_id' }, 'class' => 'Koha::Schema::Result::CurbsidePickup' } }, 'name' => 'curbside_pickup_issues', '_primaries' => [ 'id' ], 'source_name' => 'CurbsidePickupIssue', 'resultset_class' => 'DBIx::Class::ResultSet', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'curbside_pickup_id', 'issue_id', 'reserve_id' ], '_columns' => { 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'issue_id' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'curbside_pickup_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'reserve_id' => { 'is_nullable' => 0, 'data_type' => 'integer' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'CurbsidePickupIssue'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::CurbsidePickupIssue' }, 'DBIx::Class::ResultSource::Table' ), 'ItemGroupItem' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::ItemGroupItem', '_unique_constraints' => { 'item_id' => [ 'item_id' ], 'primary' => [ 'item_group_items_id' ] }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemGroupItem'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ItemGroupItem', 'name' => 'item_group_items', '_relationships' => { 'item' => { 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'item_id' => 1 }, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.item_id' }, 'source' => 'Koha::Schema::Result::Item' }, 'item_group' => { 'class' => 'Koha::Schema::Result::ItemGroup', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'source' => 'Koha::Schema::Result::ItemGroup', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'item_group_id' => 1 }, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single' } } }, '_columns' => { 'item_group_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'item_group_items_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'item_id' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, '_ordered_columns' => [ 'item_group_items_id', 'item_group_id', 'item_id' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'ItemGroup' => bless( { '_primaries' => [ 'item_group_id' ], 'source_name' => 'ItemGroup', 'name' => 'item_groups', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'reserves' => { 'source' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'class' => 'Koha::Schema::Result::Reserve', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } }, 'biblio' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'biblio_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'source' => 'Koha::Schema::Result::Biblio' }, 'old_reserves' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::OldReserve', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'class' => 'Koha::Schema::Result::OldReserve' }, 'item_group_items' => { 'source' => 'Koha::Schema::Result::ItemGroupItem', 'class' => 'Koha::Schema::Result::ItemGroupItem', 'cond' => { 'foreign.item_group_id' => 'self.item_group_id' }, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_columns' => { 'display_order' => { 'is_nullable' => 0, 'data_type' => 'integer', 'default_value' => 0 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'created_on' => { 'is_nullable' => 1, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'biblio_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'updated_on' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'item_group_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'item_group_id', 'biblio_id', 'display_order', 'description', 'created_on', 'updated_on' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::ItemGroup', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemGroup'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'VendorEdiAccount' => bless( { '_ordered_columns' => [ 'id', 'description', 'host', 'username', 'password', 'upload_port', 'download_port', 'last_activity', 'vendor_id', 'download_directory', 'upload_directory', 'san', 'standard', 'id_code_qualifier', 'transport', 'quotes_enabled', 'invoices_enabled', 'orders_enabled', 'responses_enabled', 'auto_orders', 'shipment_budget', 'plugin' ], 'resultset_attributes' => {}, '_columns' => { 'description' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'invoices_enabled' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'standard' => { 'size' => 3, 'data_type' => 'varchar', 'is_nullable' => 1, 'default_value' => 'EUR' }, 'id_code_qualifier' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'default_value' => 14, 'size' => 3 }, 'responses_enabled' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'shipment_budget' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'username' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 40 }, 'password' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'san' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 20 }, 'orders_enabled' => { 'is_nullable' => 0, 'data_type' => 'tinyint', 'default_value' => 0 }, 'quotes_enabled' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'upload_port' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'download_port' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'vendor_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'last_activity' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'plugin' => { 'size' => 256, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'host' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 40 }, 'upload_directory' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'download_directory' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'transport' => { 'size' => 6, 'default_value' => 'FTP', 'data_type' => 'varchar', 'is_nullable' => 1 }, 'auto_orders' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 } }, '_relationships' => { 'vendor' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'vendor_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'source' => 'Koha::Schema::Result::Aqbookseller' }, 'edifact_messages' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'source' => 'Koha::Schema::Result::EdifactMessage', 'cond' => { 'foreign.edi_acct' => 'self.id' }, 'class' => 'Koha::Schema::Result::EdifactMessage' }, 'shipment_budget' => { 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.shipment_budget' }, 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'is_depends_on' => 1 } } }, '_primaries' => [ 'id' ], 'name' => 'vendor_edi_accounts', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'VendorEdiAccount', 'result_class' => 'Koha::Schema::Result::VendorEdiAccount', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'VendorEdiAccount'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'MiscFile' => bless( { '_unique_constraints' => { 'primary' => [ 'file_id' ] }, 'result_class' => 'Koha::Schema::Result::MiscFile', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'file_content' => { 'is_nullable' => 0, 'data_type' => 'longblob' }, 'date_uploaded' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0 }, 'file_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'file_name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'record_id' => { 'is_nullable' => 0, 'data_type' => 'integer' }, 'file_description' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'file_type' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'table_tag' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'file_id', 'table_tag', 'record_id', 'file_name', 'file_type', 'file_description', 'file_content', 'date_uploaded' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'MiscFile'}{'_unique_constraints'}{'primary'}, 'source_name' => 'MiscFile', 'name' => 'misc_files', '_relationships' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Matchcheck' => bless( { '_primaries' => [ 'matchcheck_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'matchchecks', 'source_name' => 'Matchcheck', '_relationships' => { 'matcher' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'matcher_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::MarcMatcher', 'cond' => { 'foreign.matcher_id' => 'self.matcher_id' }, 'class' => 'Koha::Schema::Result::MarcMatcher' }, 'target_matchpoint' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'target_matchpoint_id' => 1 }, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'source' => 'Koha::Schema::Result::Matchpoint', 'cond' => { 'foreign.matchpoint_id' => 'self.target_matchpoint_id' }, 'class' => 'Koha::Schema::Result::Matchpoint' }, 'source_matchpoint' => { 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'source_matchpoint_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'class' => 'Koha::Schema::Result::Matchpoint', 'cond' => { 'foreign.matchpoint_id' => 'self.source_matchpoint_id' }, 'source' => 'Koha::Schema::Result::Matchpoint' } }, '_columns' => { 'matcher_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'matchcheck_id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'source_matchpoint_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'target_matchpoint_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } }, '_ordered_columns' => [ 'matcher_id', 'matchcheck_id', 'source_matchpoint_id', 'target_matchpoint_id' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Matchcheck', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Matchcheck'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'ClubTemplateField' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::ClubTemplateField', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'club_template_fields', 'source_name' => 'ClubTemplateField', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubTemplateField'}{'_unique_constraints'}{'primary'}, '_relationships' => { 'club_template' => { 'cond' => { 'foreign.id' => 'self.club_template_id' }, 'class' => 'Koha::Schema::Result::ClubTemplate', 'source' => 'Koha::Schema::Result::ClubTemplate', 'attrs' => { 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'club_template_id' => 1 }, 'is_depends_on' => 1 } }, 'club_fields' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'source' => 'Koha::Schema::Result::ClubField', 'cond' => { 'foreign.club_template_field_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubField' } }, '_columns' => { 'club_template_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1 }, 'id' => { 'is_auto_increment' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'description' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'authorised_value_category' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'name' => { 'is_nullable' => 0, 'data_type' => 'text' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'club_template_id', 'name', 'description', 'authorised_value_category' ] }, 'DBIx::Class::ResultSource::Table' ), 'ErmEholdingsTitle' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'title_id' ] }, 'result_class' => 'Koha::Schema::Result::ErmEholdingsTitle', '_relationships' => { 'erm_eholdings_resources' => { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::ErmEholdingsResource', 'class' => 'Koha::Schema::Result::ErmEholdingsResource', 'cond' => { 'foreign.title_id' => 'self.title_id' } }, 'biblio' => { 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblio_id' }, 'class' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'fk_columns' => { 'biblio_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_depends_on' => 1 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmEholdingsTitle'}{'_unique_constraints'}{'primary'}, 'name' => 'erm_eholdings_titles', 'source_name' => 'ErmEholdingsTitle', 'resultset_attributes' => {}, '_ordered_columns' => [ 'title_id', 'biblio_id', 'publication_title', 'external_id', 'print_identifier', 'online_identifier', 'date_first_issue_online', 'num_first_vol_online', 'num_first_issue_online', 'date_last_issue_online', 'num_last_vol_online', 'num_last_issue_online', 'title_url', 'first_author', 'embargo_info', 'coverage_depth', 'notes', 'publisher_name', 'publication_type', 'date_monograph_published_print', 'date_monograph_published_online', 'monograph_volume', 'monograph_edition', 'first_editor', 'parent_publication_title_id', 'preceding_publication_title_id', 'access_type' ], '_columns' => { 'publisher_name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'online_identifier' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'access_type' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'embargo_info' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'coverage_depth' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'date_first_issue_online' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'date_last_issue_online' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'publication_type' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 80 }, 'num_last_issue_online' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'external_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'monograph_volume' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'first_author' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'notes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'publication_title' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'num_first_issue_online' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'parent_publication_title_id' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'num_first_vol_online' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'num_last_vol_online' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'preceding_publication_title_id' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'title_url' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'print_identifier' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'biblio_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'monograph_edition' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'title_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'first_editor' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'date_monograph_published_print' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'date_monograph_published_online' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 } } }, 'DBIx::Class::ResultSource::Table' ), 'DeletedbiblioMetadata' => bless( { '_relationships' => { 'record_source' => { 'source' => 'Koha::Schema::Result::RecordSource', 'cond' => { 'foreign.record_source_id' => 'self.record_source_id' }, 'class' => 'Koha::Schema::Result::RecordSource', 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'fk_columns' => { 'record_source_id' => 1 }, 'is_deferrable' => 1 } }, 'biblionumber' => { 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Deletedbiblio', 'class' => 'Koha::Schema::Result::Deletedbiblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'id' ], 'name' => 'deletedbiblio_metadata', 'source_name' => 'DeletedbiblioMetadata', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'biblionumber', 'format', 'schema', 'metadata', 'timestamp', 'record_source_id' ], '_columns' => { 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'schema' => { 'size' => 16, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 0, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'timestamp' => { 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'format' => { 'size' => 16, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'record_source_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'metadata' => { 'is_nullable' => 0, 'data_type' => 'longtext' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'deletedbiblio_metadata_uniq_key' => [ 'biblionumber', 'format', 'schema' ], 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'DeletedbiblioMetadata'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::DeletedbiblioMetadata' }, 'DBIx::Class::ResultSource::Table' ), 'SubscriptionNumberpattern' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::SubscriptionNumberpattern', '_relationships' => { 'subscriptions' => { 'cond' => { 'foreign.numberpattern' => 'self.id' }, 'class' => 'Koha::Schema::Result::Subscription', 'source' => 'Koha::Schema::Result::Subscription', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SubscriptionNumberpattern'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'SubscriptionNumberpattern', 'name' => 'subscription_numberpatterns', 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'label', 'displayorder', 'description', 'numberingmethod', 'label1', 'add1', 'every1', 'whenmorethan1', 'setto1', 'numbering1', 'label2', 'add2', 'every2', 'whenmorethan2', 'setto2', 'numbering2', 'label3', 'add3', 'every3', 'whenmorethan3', 'setto3', 'numbering3' ], '_columns' => { 'whenmorethan3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'label' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'setto2' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'label2' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'numbering2' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'setto3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'label3' => { 'size' => 255, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'whenmorethan1' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'whenmorethan2' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'every1' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'displayorder' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'numbering1' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'every3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'setto1' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'label1' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 }, 'add2' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'add1' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'add3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'every2' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'numberingmethod' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'numbering3' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 255 } } }, 'DBIx::Class::ResultSource::Table' ), 'Alert' => bless( { 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Alert', 'name' => 'alert', '_primaries' => [ 'alertid' ], '_relationships' => { 'borrowernumber' => { 'attrs' => { 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, '_columns' => { 'type' => { 'size' => 10, 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '' }, 'borrowernumber' => { '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'integer' }, 'alertid' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'externalid' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'default_value' => '', 'size' => 20 } }, '_ordered_columns' => [ 'alertid', 'borrowernumber', 'type', 'externalid' ], 'resultset_attributes' => {}, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Alert', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Alert'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'BorrowerFile' => bless( { '_columns' => { 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'file_type' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'file_description' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'file_name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 255 }, 'file_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'date_uploaded' => { 'datetime_undef_if_invalid' => 1, 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp' }, 'file_content' => { 'data_type' => 'longblob', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'file_id', 'borrowernumber', 'file_name', 'file_type', 'file_description', 'file_content', 'date_uploaded' ], 'source_name' => 'BorrowerFile', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'borrower_files', '_primaries' => [ 'file_id' ], '_relationships' => { 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } } }, '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BorrowerFile'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::BorrowerFile', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'UploadedFile' => bless( { 'result_class' => 'Koha::Schema::Result::UploadedFile', '_unique_constraints' => { 'primary' => [ 'id' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'id', 'hashvalue', 'filename', 'dir', 'filesize', 'dtcreated', 'uploadcategorycode', 'owner', 'public', 'permanent' ], 'resultset_attributes' => {}, '_columns' => { 'dtcreated' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'owner' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'filename' => { 'is_nullable' => 0, 'data_type' => 'mediumtext' }, 'public' => { 'is_nullable' => 1, 'data_type' => 'tinyint' }, 'dir' => { 'data_type' => 'mediumtext', 'is_nullable' => 0 }, 'filesize' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'hashvalue' => { 'data_type' => 'char', 'is_nullable' => 0, 'size' => 40 }, 'uploadcategorycode' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'permanent' => { 'is_nullable' => 1, 'data_type' => 'tinyint' } }, '_relationships' => {}, 'source_name' => 'UploadedFile', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'UploadedFile'}{'_unique_constraints'}{'primary'}, 'name' => 'uploaded_files', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'Serial' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'serialid' ] }, 'result_class' => 'Koha::Schema::Result::Serial', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Serial'}{'_unique_constraints'}{'primary'}, 'name' => 'serial', 'source_name' => 'Serial', '_relationships' => { 'biblionumber' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE' }, 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio' }, 'subscriptionid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'class' => 'Koha::Schema::Result::Subscription', 'cond' => { 'foreign.subscriptionid' => 'self.subscriptionid' }, 'source' => 'Koha::Schema::Result::Subscription' }, 'serialitems' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::Serialitem', 'class' => 'Koha::Schema::Result::Serialitem', 'cond' => { 'foreign.serialid' => 'self.serialid' } } }, '_columns' => { 'subscriptionid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'publisheddatetext' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 }, 'status' => { 'data_type' => 'tinyint', 'is_nullable' => 0, 'default_value' => 0 }, 'serialid' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'serialseq' => { 'size' => 100, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'planneddate' => { 'datetime_undef_if_invalid' => 1, 'is_nullable' => 1, 'data_type' => 'date' }, 'claimdate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'routingnotes' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'publisheddate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'biblionumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 }, 'serialseq_z' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'claims_count' => { 'default_value' => 0, 'is_nullable' => 1, 'data_type' => 'integer' }, 'serialseq_x' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 100 }, 'notes' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 }, 'serialseq_y' => { 'size' => 100, 'is_nullable' => 1, 'data_type' => 'varchar' } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'serialid', 'biblionumber', 'subscriptionid', 'serialseq', 'serialseq_x', 'serialseq_y', 'serialseq_z', 'status', 'planneddate', 'notes', 'publisheddate', 'publisheddatetext', 'claimdate', 'claims_count', 'routingnotes' ] }, 'DBIx::Class::ResultSource::Table' ), 'PseudonymizedBorrowerAttribute' => bless( { '_columns' => { 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'transaction_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'attribute' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 255 }, 'code' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 64, 'is_nullable' => 0, 'data_type' => 'varchar' } }, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'transaction_id', 'code', 'attribute' ], 'result_class' => 'Koha::Schema::Result::PseudonymizedBorrowerAttribute', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'PseudonymizedBorrowerAttribute', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'PseudonymizedBorrowerAttribute'}{'_unique_constraints'}{'primary'}, 'name' => 'pseudonymized_borrower_attributes', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'code' => { 'source' => 'Koha::Schema::Result::BorrowerAttributeType', 'class' => 'Koha::Schema::Result::BorrowerAttributeType', 'cond' => { 'foreign.code' => 'self.code' }, 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'transaction' => { 'source' => 'Koha::Schema::Result::PseudonymizedTransaction', 'class' => 'Koha::Schema::Result::PseudonymizedTransaction', 'cond' => { 'foreign.id' => 'self.transaction_id' }, 'attrs' => { 'is_depends_on' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'fk_columns' => { 'transaction_id' => 1 }, 'is_deferrable' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'EdifactMessage' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::EdifactMessage', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'EdifactMessage'}{'_unique_constraints'}{'primary'}, 'name' => 'edifact_messages', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'EdifactMessage', '_relationships' => { 'edi_acct' => { 'cond' => { 'foreign.id' => 'self.edi_acct' }, 'class' => 'Koha::Schema::Result::VendorEdiAccount', 'source' => 'Koha::Schema::Result::VendorEdiAccount', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 } }, 'aqinvoices' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, 'class' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.message_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::Aqinvoice' }, 'basketno' => { 'cond' => { 'foreign.basketno' => 'self.basketno' }, 'class' => 'Koha::Schema::Result::Aqbasket', 'source' => 'Koha::Schema::Result::Aqbasket', 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'vendor' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'vendor_id' => 1 } }, 'cond' => { 'foreign.id' => 'self.vendor_id' }, 'class' => 'Koha::Schema::Result::Aqbookseller', 'source' => 'Koha::Schema::Result::Aqbookseller' } }, '_columns' => { 'deleted' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'message_type' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 10 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'edi_acct' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'transfer_date' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'status' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'raw_msg' => { 'data_type' => 'longtext', 'is_nullable' => 1 }, 'basketno' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'filename' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'vendor_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'message_type', 'transfer_date', 'vendor_id', 'edi_acct', 'status', 'basketno', 'raw_msg', 'filename', 'deleted' ] }, 'DBIx::Class::ResultSource::Table' ), 'Illcomment' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Illcomment', '_unique_constraints' => { 'primary' => [ 'illcomment_id' ] }, '_relationships' => { 'illrequest' => { 'class' => 'Koha::Schema::Result::Illrequest', 'cond' => { 'foreign.illrequest_id' => 'self.illrequest_id' }, 'source' => 'Koha::Schema::Result::Illrequest', 'attrs' => { 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'illrequest_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE' } } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Illcomment'}{'_unique_constraints'}{'primary'}, 'name' => 'illcomments', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Illcomment', '_ordered_columns' => [ 'illcomment_id', 'illrequest_id', 'borrowernumber', 'comment', 'timestamp' ], 'resultset_attributes' => {}, '_columns' => { 'comment' => { 'data_type' => 'text', 'is_nullable' => 1 }, 'illcomment_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'timestamp' => { 'default_value' => \'current_timestamp', 'is_nullable' => 0, 'data_type' => 'timestamp', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'illrequest_id' => { 'extra' => { 'unsigned' => 1 }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'bigint' } } }, 'DBIx::Class::ResultSource::Table' ), 'HoldFillTarget' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'itemnumber' ] }, 'result_class' => 'Koha::Schema::Result::HoldFillTarget', 'name' => 'hold_fill_targets', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'HoldFillTarget'}{'_unique_constraints'}{'primary'}, 'source_name' => 'HoldFillTarget', '_relationships' => { 'source_branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.source_branchcode' }, 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } }, 'itemnumber' => { 'class' => 'Koha::Schema::Result::Item', 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'is_deferrable' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 } }, 'biblionumber' => { 'source' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'class' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 } } }, '_columns' => { 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'biblionumber' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'reserve_id' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'source_branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10 }, 'itemnumber' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } } }, 'item_level_request' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'borrowernumber', 'biblionumber', 'itemnumber', 'source_branchcode', 'item_level_request', 'reserve_id' ] }, 'DBIx::Class::ResultSource::Table' ), 'TransportCost' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::TransportCost', '_unique_constraints' => { 'primary' => [ 'frombranch', 'tobranch' ] }, '_relationships' => { 'frombranch' => { 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.frombranch' }, 'attrs' => { 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'tobranch' => { 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.tobranch' }, 'source' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 } } }, 'name' => 'transport_cost', 'source_name' => 'TransportCost', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'TransportCost'}{'_unique_constraints'}{'primary'}, '_ordered_columns' => [ 'frombranch', 'tobranch', 'cost', 'disable_transfer' ], 'resultset_attributes' => {}, '_columns' => { 'disable_transfer' => { 'default_value' => 0, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'frombranch' => { 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'tobranch' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10 }, 'cost' => { 'is_nullable' => 0, 'data_type' => 'decimal', 'size' => [ 6, 2 ] } } }, 'DBIx::Class::ResultSource::Table' ), 'AqinvoiceAdjustment' => bless( { '_unique_constraints' => { 'primary' => [ 'adjustment_id' ] }, 'result_class' => 'Koha::Schema::Result::AqinvoiceAdjustment', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'adjustment_id', 'invoiceid', 'adjustment', 'reason', 'note', 'budget_id', 'encumber_open', 'timestamp' ], '_columns' => { 'reason' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 80 }, 'budget_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'adjustment_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'encumber_open' => { 'data_type' => 'smallint', 'is_nullable' => 0, 'default_value' => 1 }, 'invoiceid' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'adjustment' => { 'size' => [ 28, 6 ], 'is_nullable' => 1, 'data_type' => 'decimal' }, 'timestamp' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 0, 'default_value' => \'current_timestamp' }, 'note' => { 'data_type' => 'mediumtext', 'is_nullable' => 1 } }, '_relationships' => { 'budget' => { 'attrs' => { 'is_depends_on' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_deferrable' => 1, 'fk_columns' => { 'budget_id' => 1 } }, 'source' => 'Koha::Schema::Result::Aqbudget', 'class' => 'Koha::Schema::Result::Aqbudget', 'cond' => { 'foreign.budget_id' => 'self.budget_id' } }, 'invoiceid' => { 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Aqinvoice', 'cond' => { 'foreign.invoiceid' => 'self.invoiceid' }, 'class' => 'Koha::Schema::Result::Aqinvoice' } }, '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AqinvoiceAdjustment'}{'_unique_constraints'}{'primary'}, 'name' => 'aqinvoice_adjustments', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AqinvoiceAdjustment' }, 'DBIx::Class::ResultSource::Table' ), 'Overduerule' => bless( { '_unique_constraints' => { 'overduerules_branch_cat' => [ 'branchcode', 'categorycode' ], 'primary' => [ 'overduerules_id' ] }, 'result_class' => 'Koha::Schema::Result::Overduerule', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'overduerules_id', 'branchcode', 'categorycode', 'delay1', 'letter1', 'debarred1', 'delay2', 'debarred2', 'letter2', 'delay3', 'letter3', 'debarred3' ], '_columns' => { 'letter2' => { 'size' => 20, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'branchcode' => { 'size' => 10, 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '' }, 'letter1' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'size' => 20 }, 'categorycode' => { 'size' => 10, 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar' }, 'delay3' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'delay2' => { 'is_nullable' => 1, 'data_type' => 'integer' }, 'letter3' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 20 }, 'delay1' => { 'data_type' => 'integer', 'is_nullable' => 1 }, 'overduerules_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'debarred2' => { 'data_type' => 'varchar', 'is_nullable' => 1, 'default_value' => 0, 'size' => 1 }, 'debarred1' => { 'size' => 1, 'is_nullable' => 1, 'data_type' => 'varchar', 'default_value' => 0 }, 'debarred3' => { 'is_nullable' => 1, 'data_type' => 'integer', 'default_value' => 0 } }, '_relationships' => { 'overduerules_transport_types' => { 'cond' => { 'foreign.overduerules_id' => 'self.overduerules_id' }, 'class' => 'Koha::Schema::Result::OverduerulesTransportType', 'source' => 'Koha::Schema::Result::OverduerulesTransportType', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' } } }, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'overduerules', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Overduerule'}{'_unique_constraints'}{'primary'}, 'source_name' => 'Overduerule' }, 'DBIx::Class::ResultSource::Table' ), 'ItemsLastBorrower' => bless( { 'result_class' => 'Koha::Schema::Result::ItemsLastBorrower', '_unique_constraints' => { 'primary' => [ 'id' ], 'itemnumber' => [ 'itemnumber' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'itemnumber' => { 'is_nullable' => 0, 'data_type' => 'integer', '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'created_on' => { 'is_nullable' => 0, 'data_type' => 'timestamp', 'default_value' => \'current_timestamp', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'data_type' => 'integer', 'is_nullable' => 0 } }, '_ordered_columns' => [ 'id', 'itemnumber', 'borrowernumber', 'created_on' ], 'resultset_attributes' => {}, 'name' => 'items_last_borrower', 'source_name' => 'ItemsLastBorrower', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ItemsLastBorrower'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'borrowernumber' => { 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'is_deferrable' => 1 } }, 'itemnumber' => { 'cond' => { 'foreign.itemnumber' => 'self.itemnumber' }, 'class' => 'Koha::Schema::Result::Item', 'source' => 'Koha::Schema::Result::Item', 'attrs' => { 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'is_depends_on' => 1 } } } }, 'DBIx::Class::ResultSource::Table' ), 'ClubField' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::ClubField', '_unique_constraints' => { 'primary' => [ 'id' ] }, 'name' => 'club_fields', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ClubField'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'ClubField', '_relationships' => { 'club' => { 'attrs' => { 'is_depends_on' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'club_id' => 1 } }, 'cond' => { 'foreign.id' => 'self.club_id' }, 'class' => 'Koha::Schema::Result::Club', 'source' => 'Koha::Schema::Result::Club' }, 'club_template_field' => { 'class' => 'Koha::Schema::Result::ClubTemplateField', 'cond' => { 'foreign.id' => 'self.club_template_field_id' }, 'source' => 'Koha::Schema::Result::ClubTemplateField', 'attrs' => { 'fk_columns' => { 'club_template_field_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 } } }, '_columns' => { 'club_template_field_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1 }, 'club_id' => { 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 0 }, 'value' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 } }, '_ordered_columns' => [ 'id', 'club_template_field_id', 'club_id', 'value' ], 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Review' => bless( { '_relationships' => { 'biblionumber' => { 'class' => 'Koha::Schema::Result::Biblio', 'cond' => { 'foreign.biblionumber' => 'self.biblionumber' }, 'source' => 'Koha::Schema::Result::Biblio', 'attrs' => { 'is_depends_on' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1 } }, 'borrowernumber' => { 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'SET NULL', 'join_type' => 'LEFT', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 } } }, 'name' => 'reviews', 'source_name' => 'Review', '_primaries' => [ 'reviewid' ], 'resultset_class' => 'DBIx::Class::ResultSet', '_ordered_columns' => [ 'reviewid', 'borrowernumber', 'biblionumber', 'review', 'approved', 'datereviewed' ], 'resultset_attributes' => {}, '_columns' => { 'reviewid' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'datereviewed' => { 'is_nullable' => 1, 'data_type' => 'datetime', 'datetime_undef_if_invalid' => 1 }, 'borrowernumber' => { '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'data_type' => 'integer', 'is_nullable' => 1 }, 'biblionumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'approved' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 1 }, 'review' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Review', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Review'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'Aqinvoice' => bless( { '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_unique_constraints' => { 'primary' => [ 'invoiceid' ] }, 'result_class' => 'Koha::Schema::Result::Aqinvoice', 'source_name' => 'Aqinvoice', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Aqinvoice'}{'_unique_constraints'}{'primary'}, 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'aqinvoices', '_relationships' => { 'additional_field_values' => { 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::AdditionalFieldValue', 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'cond' => sub { "DUMMY" } }, 'aqinvoice_adjustments' => { 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 }, 'source' => 'Koha::Schema::Result::AqinvoiceAdjustment', 'class' => 'Koha::Schema::Result::AqinvoiceAdjustment', 'cond' => { 'foreign.invoiceid' => 'self.invoiceid' } }, 'shipmentcost_budgetid' => { 'attrs' => { 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_depends_on' => 1 }, 'cond' => { 'foreign.budget_id' => 'self.shipmentcost_budgetid' }, 'class' => 'Koha::Schema::Result::Aqbudget', 'source' => 'Koha::Schema::Result::Aqbudget' }, 'booksellerid' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'on_delete' => 'CASCADE', 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1 }, 'source' => 'Koha::Schema::Result::Aqbookseller', 'class' => 'Koha::Schema::Result::Aqbookseller', 'cond' => { 'foreign.id' => 'self.booksellerid' } }, 'message' => { 'source' => 'Koha::Schema::Result::EdifactMessage', 'class' => 'Koha::Schema::Result::EdifactMessage', 'cond' => { 'foreign.id' => 'self.message_id' }, 'attrs' => { 'fk_columns' => { 'message_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'join_type' => 'LEFT', 'on_delete' => 'SET NULL', 'on_update' => 'RESTRICT', 'is_foreign_key_constraint' => 1, 'is_depends_on' => 1 } }, 'aqorders' => { 'source' => 'Koha::Schema::Result::Aqorder', 'class' => 'Koha::Schema::Result::Aqorder', 'cond' => { 'foreign.invoiceid' => 'self.invoiceid' }, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, '_columns' => { 'message_id' => { 'is_foreign_key' => 1, 'is_nullable' => 1, 'data_type' => 'integer' }, 'shipmentcost' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'invoiceid' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'billingdate' => { 'is_nullable' => 1, 'data_type' => 'date', 'datetime_undef_if_invalid' => 1 }, 'shipmentdate' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'shipmentcost_budgetid' => { 'is_nullable' => 1, 'data_type' => 'integer', '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'invoicenumber' => { 'is_nullable' => 0, 'data_type' => 'longtext' }, 'booksellerid' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'closedate' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 } }, 'resultset_attributes' => {}, '_ordered_columns' => [ 'invoiceid', 'invoicenumber', 'booksellerid', 'shipmentdate', 'billingdate', 'closedate', 'shipmentcost', 'shipmentcost_budgetid', 'message_id' ] }, 'DBIx::Class::ResultSource::Table' ), 'CategoriesBranch' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'categorycode', 'branchcode' ], 'result_class' => 'Koha::Schema::Result::CategoriesBranch', '_columns' => { 'categorycode' => { 'is_foreign_key' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'size' => 10, 'is_nullable' => 1, 'data_type' => 'varchar' }, 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_relationships' => { 'categorycode' => { 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Category', 'class' => 'Koha::Schema::Result::Category', 'cond' => { 'foreign.categorycode' => 'self.categorycode' } }, 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_deferrable' => 1 }, 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'source' => 'Koha::Schema::Result::Branch' } }, 'source_name' => 'CategoriesBranch', 'name' => 'categories_branches', 'resultset_class' => 'DBIx::Class::ResultSet' }, 'DBIx::Class::ResultSource::Table' ), 'SearchFilter' => bless( { 'result_class' => 'Koha::Schema::Result::SearchFilter', '_unique_constraints' => { 'primary' => [ 'search_filter_id' ] }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_ordered_columns' => [ 'search_filter_id', 'name', 'query', 'limits', 'opac', 'staff_client' ], 'resultset_attributes' => {}, '_columns' => { 'name' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'query' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'search_filter_id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'opac' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'limits' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'staff_client' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 } }, '_relationships' => {}, 'name' => 'search_filters', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'SearchFilter', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'SearchFilter'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'RestrictionType' => bless( { 'result_class' => 'Koha::Schema::Result::RestrictionType', '_unique_constraints' => { 'primary' => [ 'code' ] }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_ordered_columns' => [ 'code', 'display_text', 'is_system', 'is_default', 'lift_after_payment', 'fee_limit' ], 'resultset_attributes' => {}, '_columns' => { 'is_system' => { 'data_type' => 'tinyint', 'is_boolean' => 1, 'is_nullable' => 0, 'default_value' => 0 }, 'code' => { 'size' => 50, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'fee_limit' => { 'size' => [ 28, 6 ], 'data_type' => 'decimal', 'is_nullable' => 1 }, 'display_text' => { 'is_nullable' => 0, 'data_type' => 'text' }, 'is_default' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'lift_after_payment' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 } }, '_relationships' => { 'borrower_debarments' => { 'class' => 'Koha::Schema::Result::BorrowerDebarment', 'cond' => { 'foreign.type' => 'self.code' }, 'source' => 'Koha::Schema::Result::BorrowerDebarment', 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'RestrictionType'}{'_unique_constraints'}{'primary'}, 'source_name' => 'RestrictionType', 'name' => 'restriction_types' }, 'DBIx::Class::ResultSource::Table' ), 'Club' => bless( { '_unique_constraints' => { 'primary' => [ 'id' ] }, 'result_class' => 'Koha::Schema::Result::Club', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'club_template_id', 'name', 'description', 'date_start', 'date_end', 'branchcode', 'date_created', 'date_updated' ], '_columns' => { 'branchcode' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 10, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'date_end' => { 'data_type' => 'date', 'is_nullable' => 1, 'datetime_undef_if_invalid' => 1 }, 'date_start' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'date', 'is_nullable' => 1 }, 'club_template_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'date_updated' => { 'datetime_undef_if_invalid' => 1, 'data_type' => 'timestamp', 'is_nullable' => 1 }, 'name' => { 'data_type' => 'text', 'is_nullable' => 0 }, 'description' => { 'is_nullable' => 1, 'data_type' => 'mediumtext' }, 'date_created' => { 'default_value' => \'current_timestamp', 'data_type' => 'timestamp', 'is_nullable' => 0, 'datetime_undef_if_invalid' => 1 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_relationships' => { 'branchcode' => { 'source' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' }, 'class' => 'Koha::Schema::Result::Branch', 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'RESTRICT', 'join_type' => 'LEFT', 'on_delete' => 'RESTRICT', 'accessor' => 'filter', 'undef_on_null_fk' => 1 } }, 'club_enrollments' => { 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ClubEnrollment', 'cond' => { 'foreign.club_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubEnrollment' }, 'club_holds' => { 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'source' => 'Koha::Schema::Result::ClubHold', 'cond' => { 'foreign.club_id' => 'self.id' }, 'class' => 'Koha::Schema::Result::ClubHold' }, 'club_template' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'single', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE', 'fk_columns' => { 'club_template_id' => 1 }, 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::ClubTemplate', 'cond' => { 'foreign.id' => 'self.club_template_id' }, 'class' => 'Koha::Schema::Result::ClubTemplate' }, 'club_fields' => { 'class' => 'Koha::Schema::Result::ClubField', 'cond' => { 'foreign.club_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::ClubField', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0 } } }, 'source_name' => 'Club', 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'clubs', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Club'}{'_unique_constraints'}{'primary'} }, 'DBIx::Class::ResultSource::Table' ), 'AdditionalField' => bless( { 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::AdditionalField', '_unique_constraints' => { 'primary' => [ 'id' ], 'fields_uniq' => [ 'tablename', 'name' ] }, '_relationships' => { 'additional_field_values' => { 'class' => 'Koha::Schema::Result::AdditionalFieldValue', 'cond' => { 'foreign.field_id' => 'self.id' }, 'source' => 'Koha::Schema::Result::AdditionalFieldValue', 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' } } }, 'name' => 'additional_fields', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalField'}{'_unique_constraints'}{'primary'}, 'source_name' => 'AdditionalField', '_ordered_columns' => [ 'id', 'tablename', 'name', 'authorised_value_category', 'marcfield', 'marcfield_mode', 'searchable' ], 'resultset_attributes' => {}, '_columns' => { 'searchable' => { 'default_value' => 0, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'tablename' => { 'size' => 255, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'name' => { 'size' => 255, 'default_value' => '', 'data_type' => 'varchar', 'is_nullable' => 0 }, 'authorised_value_category' => { 'is_nullable' => 1, 'data_type' => 'varchar', 'size' => 32 }, 'marcfield' => { 'default_value' => '', 'is_nullable' => 0, 'data_type' => 'varchar', 'size' => 16 }, 'marcfield_mode' => { 'extra' => { 'list' => [ 'get', 'set' ] }, 'default_value' => 'get', 'is_nullable' => 0, 'data_type' => 'enum' }, 'id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' } } }, 'DBIx::Class::ResultSource::Table' ), 'AccountCreditType' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'code', 'description', 'can_be_added_manually', 'credit_number_enabled', 'is_system', 'archived' ], '_columns' => { 'can_be_added_manually' => { 'default_value' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'archived' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 0 }, 'description' => { 'size' => 200, 'data_type' => 'varchar', 'is_nullable' => 1 }, 'code' => { 'size' => 80, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'credit_number_enabled' => { 'default_value' => 0, 'is_boolean' => 1, 'is_nullable' => 0, 'data_type' => 'tinyint' }, 'is_system' => { 'is_nullable' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'default_value' => 0 } }, '_relationships' => { 'account_credit_types_branches' => { 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0 }, 'source' => 'Koha::Schema::Result::AccountCreditTypesBranch', 'class' => 'Koha::Schema::Result::AccountCreditTypesBranch', 'cond' => { 'foreign.credit_type_code' => 'self.code' } }, 'accountlines' => { 'source' => 'Koha::Schema::Result::Accountline', 'class' => 'Koha::Schema::Result::Accountline', 'cond' => { 'foreign.credit_type_code' => 'self.code' }, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'cascade_delete' => 0 } } }, 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'code' ], 'source_name' => 'AccountCreditType', 'name' => 'account_credit_types', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AccountCreditType'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::AccountCreditType', 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AudioAlert' => bless( { 'resultset_attributes' => {}, '_ordered_columns' => [ 'id', 'precedence', 'selector', 'sound' ], '_columns' => { 'precedence' => { 'extra' => { 'unsigned' => 1 }, 'is_nullable' => 0, 'data_type' => 'smallint' }, 'sound' => { 'size' => 255, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'selector' => { 'size' => 255, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 } }, '_relationships' => {}, 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'AudioAlert', 'name' => 'audio_alerts', '_primaries' => [ 'id' ], '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AudioAlert'}{'_primaries'} }, 'result_class' => 'Koha::Schema::Result::AudioAlert', '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'ErmUserRole' => bless( { '_ordered_columns' => [ 'user_role_id', 'agreement_id', 'license_id', 'user_id', 'role' ], 'resultset_attributes' => {}, '_columns' => { 'agreement_id' => { 'data_type' => 'integer', 'is_nullable' => 1, 'is_foreign_key' => 1 }, 'user_role_id' => { 'is_auto_increment' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'user_id' => { 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'integer' }, 'role' => { 'size' => 80, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'license_id' => { 'is_nullable' => 1, 'data_type' => 'integer', 'is_foreign_key' => 1 } }, '_relationships' => { 'license' => { 'attrs' => { 'is_depends_on' => 1, 'fk_columns' => { 'license_id' => 1 }, 'is_deferrable' => 1, 'undef_on_null_fk' => 1, 'accessor' => 'single', 'on_delete' => 'CASCADE', 'join_type' => 'LEFT', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::ErmLicense', 'class' => 'Koha::Schema::Result::ErmLicense', 'cond' => { 'foreign.license_id' => 'self.license_id' } }, 'user' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'fk_columns' => { 'user_id' => 1 }, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_delete' => 'CASCADE', 'undef_on_null_fk' => 1, 'accessor' => 'single' }, 'source' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.user_id' }, 'class' => 'Koha::Schema::Result::Borrower' }, 'agreement' => { 'source' => 'Koha::Schema::Result::ErmAgreement', 'class' => 'Koha::Schema::Result::ErmAgreement', 'cond' => { 'foreign.agreement_id' => 'self.agreement_id' }, 'attrs' => { 'fk_columns' => { 'agreement_id' => 1 }, 'is_deferrable' => 1, 'accessor' => 'single', 'undef_on_null_fk' => 1, 'on_update' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'is_depends_on' => 1 } } }, 'source_name' => 'ErmUserRole', '_primaries' => [ 'user_role_id' ], 'resultset_class' => 'DBIx::Class::ResultSet', 'name' => 'erm_user_roles', 'result_class' => 'Koha::Schema::Result::ErmUserRole', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ErmUserRole'}{'_primaries'} }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'} }, 'DBIx::Class::ResultSource::Table' ), 'Desk' => bless( { '_columns' => { 'branchcode' => { 'size' => 10, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1, 'is_nullable' => 0, 'data_type' => 'varchar' }, 'desk_id' => { 'data_type' => 'integer', 'is_nullable' => 0, 'is_auto_increment' => 1 }, 'desk_name' => { 'is_nullable' => 0, 'data_type' => 'varchar', 'default_value' => '', 'size' => 100 } }, '_ordered_columns' => [ 'desk_id', 'desk_name', 'branchcode' ], 'resultset_attributes' => {}, 'source_name' => 'Desk', 'resultset_class' => 'DBIx::Class::ResultSet', '_primaries' => [ 'desk_id' ], 'name' => 'desks', '_relationships' => { 'reserves' => { 'source' => 'Koha::Schema::Result::Reserve', 'cond' => { 'foreign.desk_id' => 'self.desk_id' }, 'class' => 'Koha::Schema::Result::Reserve', 'attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi' } }, 'branchcode' => { 'attrs' => { 'is_depends_on' => 1, 'is_deferrable' => 1, 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'on_delete' => 'CASCADE' }, 'source' => 'Koha::Schema::Result::Branch', 'class' => 'Koha::Schema::Result::Branch', 'cond' => { 'foreign.branchcode' => 'self.branchcode' } } }, 'result_class' => 'Koha::Schema::Result::Desk', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Desk'}{'_primaries'} }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0 }, 'DBIx::Class::ResultSource::Table' ), 'AdvancedEditorMacro' => bless( { '_primaries' => [ 'id' ], 'name' => 'advanced_editor_macros', 'source_name' => 'AdvancedEditorMacro', 'resultset_class' => 'DBIx::Class::ResultSet', '_relationships' => { 'borrowernumber' => { 'attrs' => { 'is_deferrable' => 1, 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'join_type' => 'LEFT', 'on_delete' => 'CASCADE', 'accessor' => 'filter', 'undef_on_null_fk' => 1, 'is_depends_on' => 1 }, 'source' => 'Koha::Schema::Result::Borrower', 'class' => 'Koha::Schema::Result::Borrower', 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' } } }, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, '_columns_info_loaded' => 0, '_columns' => { 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, 'size' => 80 }, 'macro' => { 'is_nullable' => 1, 'data_type' => 'longtext' }, 'borrowernumber' => { 'data_type' => 'integer', 'is_nullable' => 1, '_inflate_info' => { 'deflate' => sub { "DUMMY" }, 'inflate' => sub { "DUMMY" } }, 'is_foreign_key' => 1 }, 'id' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_auto_increment' => 1 }, 'shared' => { 'default_value' => 0, 'is_boolean' => 1, 'data_type' => 'tinyint', 'is_nullable' => 1 } }, 'result_class' => 'Koha::Schema::Result::AdvancedEditorMacro', '_ordered_columns' => [ 'id', 'name', 'macro', 'borrowernumber', 'shared' ], '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdvancedEditorMacro'}{'_primaries'} }, 'resultset_attributes' => {} }, 'DBIx::Class::ResultSource::Table' ), 'Patronimage' => bless( { '_relationships' => { 'borrowernumber' => { 'attrs' => { 'undef_on_null_fk' => 1, 'accessor' => 'filter', 'on_delete' => 'CASCADE', 'is_foreign_key_constraint' => 1, 'on_update' => 'CASCADE', 'is_deferrable' => 1, 'is_depends_on' => 1 }, 'cond' => { 'foreign.borrowernumber' => 'self.borrowernumber' }, 'class' => 'Koha::Schema::Result::Borrower', 'source' => 'Koha::Schema::Result::Borrower' } }, 'name' => 'patronimage', 'resultset_class' => 'DBIx::Class::ResultSet', 'source_name' => 'Patronimage', '_primaries' => [ 'borrowernumber' ], '_ordered_columns' => [ 'borrowernumber', 'mimetype', 'imagefile' ], 'resultset_attributes' => {}, '_columns' => { 'mimetype' => { 'size' => 15, 'data_type' => 'varchar', 'is_nullable' => 0 }, 'borrowernumber' => { 'is_nullable' => 0, 'data_type' => 'integer', 'is_foreign_key' => 1, '_inflate_info' => { 'inflate' => sub { "DUMMY" }, 'deflate' => sub { "DUMMY" } } }, 'imagefile' => { 'is_nullable' => 0, 'data_type' => 'mediumblob' } }, '_columns_info_loaded' => 0, 'schema' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}, 'result_class' => 'Koha::Schema::Result::Patronimage', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Patronimage'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ) }, 'class_mappings' => { 'Koha::Schema::Result::Accountline' => 'Accountline', 'Koha::Schema::Result::NeedMergeAuthority' => 'NeedMergeAuthority', 'Koha::Schema::Result::TmpHoldsqueue' => 'TmpHoldsqueue', 'Koha::Schema::Result::AuthTagStructure' => 'AuthTagStructure', 'Koha::Schema::Result::MarcModificationTemplate' => 'MarcModificationTemplate', 'Koha::Schema::Result::ClubHoldsToPatronHold' => 'ClubHoldsToPatronHold', 'Koha::Schema::Result::IllbatchStatus' => 'IllbatchStatus', 'Koha::Schema::Result::Item' => 'Item', 'Koha::Schema::Result::SearchField' => 'SearchField', 'Koha::Schema::Result::AqordersTransfer' => 'AqordersTransfer', 'Koha::Schema::Result::Alert' => 'Alert', 'Koha::Schema::Result::ErmUserRole' => 'ErmUserRole', 'Koha::Schema::Result::Reserve' => 'Reserve', 'Koha::Schema::Result::Aqbudget' => 'Aqbudget', 'Koha::Schema::Result::Aqcontract' => 'Aqcontract', 'Koha::Schema::Result::AqinvoiceAdjustment' => 'AqinvoiceAdjustment', 'Koha::Schema::Result::BorrowerDebarment' => 'BorrowerDebarment', 'Koha::Schema::Result::ArticleRequest' => 'ArticleRequest', 'Koha::Schema::Result::CurbsidePickup' => 'CurbsidePickup', 'Koha::Schema::Result::Currency' => 'Currency', 'Koha::Schema::Result::CashRegisterAction' => 'CashRegisterAction', 'Koha::Schema::Result::BorrowerMessagePreference' => 'BorrowerMessagePreference', 'Koha::Schema::Result::ImportItem' => 'ImportItem', 'Koha::Schema::Result::SavedReport' => 'SavedReport', 'Koha::Schema::Result::AuthorisedValuesBranch' => 'AuthorisedValuesBranch', 'Koha::Schema::Result::SocialData' => 'SocialData', 'Koha::Schema::Result::ClubEnrollmentField' => 'ClubEnrollmentField', 'Koha::Schema::Result::Localization' => 'Localization', 'Koha::Schema::Result::ErmUsageDataProvider' => 'ErmUsageDataProvider', 'Koha::Schema::Result::MatcherMatchpoint' => 'MatcherMatchpoint', 'Koha::Schema::Result::BranchTransferLimit' => 'BranchTransferLimit', 'Koha::Schema::Result::OldReserve' => 'OldReserve', 'Koha::Schema::Result::ErmUsageMus' => 'ErmUsageMus', 'Koha::Schema::Result::ErmCounterLog' => 'ErmCounterLog', 'Koha::Schema::Result::ItemtypeLocalization' => 'ItemtypeLocalization', 'Koha::Schema::Result::CheckoutRenewal' => 'CheckoutRenewal', 'Koha::Schema::Result::Serial' => 'Serial', 'Koha::Schema::Result::RepeatableHoliday' => 'RepeatableHoliday', 'Koha::Schema::Result::Permission' => 'Permission', 'Koha::Schema::Result::OaiSet' => 'OaiSet', 'Koha::Schema::Result::TicketUpdate' => 'TicketUpdate', 'Koha::Schema::Result::Virtualshelfshare' => 'Virtualshelfshare', 'Koha::Schema::Result::BackgroundJob' => 'BackgroundJob', 'Koha::Schema::Result::Serialitem' => 'Serialitem', 'Koha::Schema::Result::ProblemReport' => 'ProblemReport', 'Koha::Schema::Result::LibraryGroup' => 'LibraryGroup', 'Koha::Schema::Result::AqbooksellerIssue' => 'AqbooksellerIssue', 'Koha::Schema::Result::Recall' => 'Recall', 'Koha::Schema::Result::ErmUsagePlatform' => 'ErmUsagePlatform', 'Koha::Schema::Result::Zebraqueue' => 'Zebraqueue', 'Koha::Schema::Result::ClassSortRule' => 'ClassSortRule', 'Koha::Schema::Result::CashRegister' => 'CashRegister', 'Koha::Schema::Result::PseudonymizedTransaction' => 'PseudonymizedTransaction', 'Koha::Schema::Result::ErmEholdingsTitle' => 'ErmEholdingsTitle', 'Koha::Schema::Result::ImportBiblio' => 'ImportBiblio', 'Koha::Schema::Result::Collection' => 'Collection', 'Koha::Schema::Result::EdifactMessage' => 'EdifactMessage', 'Koha::Schema::Result::BorrowerRelationship' => 'BorrowerRelationship', 'Koha::Schema::Result::PatronConsent' => 'PatronConsent', 'Koha::Schema::Result::RestrictionType' => 'RestrictionType', 'Koha::Schema::Result::Z3950server' => 'Z3950server', 'Koha::Schema::Result::Illrequestattribute' => 'Illrequestattribute', 'Koha::Schema::Result::Aqcontact' => 'Aqcontact', 'Koha::Schema::Result::BorrowerPasswordRecovery' => 'BorrowerPasswordRecovery', 'Koha::Schema::Result::AqorderUser' => 'AqorderUser', 'Koha::Schema::Result::ItemGroupItem' => 'ItemGroupItem', 'Koha::Schema::Result::AdditionalContentsLocalization' => 'AdditionalContentsLocalization', 'Koha::Schema::Result::SearchHistory' => 'SearchHistory', 'Koha::Schema::Result::AqordersClaim' => 'AqordersClaim', 'Koha::Schema::Result::Illrequest' => 'Illrequest', 'Koha::Schema::Result::CourseReserve' => 'CourseReserve', 'Koha::Schema::Result::Stockrotationitem' => 'Stockrotationitem', 'Koha::Schema::Result::ImportBatch' => 'ImportBatch', 'Koha::Schema::Result::Aqbookseller' => 'Aqbookseller', 'Koha::Schema::Result::CategoriesBranch' => 'CategoriesBranch', 'Koha::Schema::Result::ErmAgreementPeriod' => 'ErmAgreementPeriod', 'Koha::Schema::Result::ErmEholdingsPackagesAgreement' => 'ErmEholdingsPackagesAgreement', 'Koha::Schema::Result::ReportsDictionary' => 'ReportsDictionary', 'Koha::Schema::Result::PseudonymizedBorrowerAttribute' => 'PseudonymizedBorrowerAttribute', 'Koha::Schema::Result::Desk' => 'Desk', 'Koha::Schema::Result::PreservationProcessingAttribute' => 'PreservationProcessingAttribute', 'Koha::Schema::Result::TagsApproval' => 'TagsApproval', 'Koha::Schema::Result::Userflag' => 'Userflag', 'Koha::Schema::Result::ClubHold' => 'ClubHold', 'Koha::Schema::Result::ErmUsageItem' => 'ErmUsageItem', 'Koha::Schema::Result::AccountOffset' => 'AccountOffset', 'Koha::Schema::Result::Subscriptionhistory' => 'Subscriptionhistory', 'Koha::Schema::Result::LanguageScriptMapping' => 'LanguageScriptMapping', 'Koha::Schema::Result::Rating' => 'Rating', 'Koha::Schema::Result::CourseInstructor' => 'CourseInstructor', 'Koha::Schema::Result::MessageTransport' => 'MessageTransport', 'Koha::Schema::Result::HoldFillTarget' => 'HoldFillTarget', 'Koha::Schema::Result::Overduerule' => 'Overduerule', 'Koha::Schema::Result::ClubEnrollment' => 'ClubEnrollment', 'Koha::Schema::Result::CurbsidePickupOpeningSlot' => 'CurbsidePickupOpeningSlot', 'Koha::Schema::Result::Issue' => 'Issue', 'Koha::Schema::Result::Aqinvoice' => 'Aqinvoice', 'Koha::Schema::Result::PatronListPatron' => 'PatronListPatron', 'Koha::Schema::Result::Browser' => 'Browser', 'Koha::Schema::Result::Stockrotationrota' => 'Stockrotationrota', 'Koha::Schema::Result::AqbudgetsPlanning' => 'AqbudgetsPlanning', 'Koha::Schema::Result::Category' => 'Category', 'Koha::Schema::Result::PreservationProcessingAttributesItem' => 'PreservationProcessingAttributesItem', 'Koha::Schema::Result::BranchesOverdrive' => 'BranchesOverdrive', 'Koha::Schema::Result::SearchFilter' => 'SearchFilter', 'Koha::Schema::Result::Matchcheck' => 'Matchcheck', 'Koha::Schema::Result::Itemtype' => 'Itemtype', 'Koha::Schema::Result::City' => 'City', 'Koha::Schema::Result::Systempreference' => 'Systempreference', 'Koha::Schema::Result::Aqbudgetperiod' => 'Aqbudgetperiod', 'Koha::Schema::Result::Aqbasketuser' => 'Aqbasketuser', 'Koha::Schema::Result::TagsIndex' => 'TagsIndex', 'Koha::Schema::Result::OverduerulesTransportType' => 'OverduerulesTransportType', 'Koha::Schema::Result::ItemsLastBorrower' => 'ItemsLastBorrower', 'Koha::Schema::Result::ErmEholdingsPackage' => 'ErmEholdingsPackage', 'Koha::Schema::Result::ImportRecord' => 'ImportRecord', 'Koha::Schema::Result::CurbsidePickupPolicy' => 'CurbsidePickupPolicy', 'Koha::Schema::Result::AqbooksellerAlias' => 'AqbooksellerAlias', 'Koha::Schema::Result::Statistic' => 'Statistic', 'Koha::Schema::Result::ErmUsageDatabase' => 'ErmUsageDatabase', 'Koha::Schema::Result::Subscription' => 'Subscription', 'Koha::Schema::Result::LanguageScriptBidi' => 'LanguageScriptBidi', 'Koha::Schema::Result::BorrowerFile' => 'BorrowerFile', 'Koha::Schema::Result::Matchpoint' => 'Matchpoint', 'Koha::Schema::Result::ItemCirculationAlertPreference' => 'ItemCirculationAlertPreference', 'Koha::Schema::Result::AdvancedEditorMacro' => 'AdvancedEditorMacro', 'Koha::Schema::Result::HouseboundRole' => 'HouseboundRole', 'Koha::Schema::Result::ErmAgreement' => 'ErmAgreement', 'Koha::Schema::Result::IdentityProviderDomain' => 'IdentityProviderDomain', 'Koha::Schema::Result::MatchpointComponent' => 'MatchpointComponent', 'Koha::Schema::Result::ItemBundle' => 'ItemBundle', 'Koha::Schema::Result::Branch' => 'Branch', 'Koha::Schema::Result::OauthAccessToken' => 'OauthAccessToken', 'Koha::Schema::Result::Deleteditem' => 'Deleteditem', 'Koha::Schema::Result::UserPermission' => 'UserPermission', 'Koha::Schema::Result::ClassSource' => 'ClassSource', 'Koha::Schema::Result::OaiSetsMapping' => 'OaiSetsMapping', 'Koha::Schema::Result::LibrarySmtpServer' => 'LibrarySmtpServer', 'Koha::Schema::Result::Aqorder' => 'Aqorder', 'Koha::Schema::Result::ErmDefaultUsageReport' => 'ErmDefaultUsageReport', 'Koha::Schema::Result::ItemtypesBranch' => 'ItemtypesBranch', 'Koha::Schema::Result::SpecialHoliday' => 'SpecialHoliday', 'Koha::Schema::Result::AudioAlert' => 'AudioAlert', 'Koha::Schema::Result::CreatorImage' => 'CreatorImage', 'Koha::Schema::Result::Course' => 'Course', 'Koha::Schema::Result::PluginData' => 'PluginData', 'Koha::Schema::Result::MessageTransportType' => 'MessageTransportType', 'Koha::Schema::Result::Deletedbiblio' => 'Deletedbiblio', 'Koha::Schema::Result::PreservationTrainsItem' => 'PreservationTrainsItem', 'Koha::Schema::Result::CourseItem' => 'CourseItem', 'Koha::Schema::Result::CurbsidePickupIssue' => 'CurbsidePickupIssue', 'Koha::Schema::Result::ClubTemplate' => 'ClubTemplate', 'Koha::Schema::Result::ErmUsageYus' => 'ErmUsageYus', 'Koha::Schema::Result::MiscFile' => 'MiscFile', 'Koha::Schema::Result::Message' => 'Message', 'Koha::Schema::Result::HouseboundProfile' => 'HouseboundProfile', 'Koha::Schema::Result::ItemGroup' => 'ItemGroup', 'Koha::Schema::Result::Aqbasket' => 'Aqbasket', 'Koha::Schema::Result::SmsProvider' => 'SmsProvider', 'Koha::Schema::Result::AuthorisedValue' => 'AuthorisedValue', 'Koha::Schema::Result::PrintersProfile' => 'PrintersProfile', 'Koha::Schema::Result::BorrowerAttribute' => 'BorrowerAttribute', 'Koha::Schema::Result::CreatorLayout' => 'CreatorLayout', 'Koha::Schema::Result::AccountCreditType' => 'AccountCreditType', 'Koha::Schema::Result::ColumnsSetting' => 'ColumnsSetting', 'Koha::Schema::Result::AdditionalField' => 'AdditionalField', 'Koha::Schema::Result::Suggestion' => 'Suggestion', 'Koha::Schema::Result::SubscriptionNumberpattern' => 'SubscriptionNumberpattern', 'Koha::Schema::Result::ErmDocument' => 'ErmDocument', 'Koha::Schema::Result::SmtpServer' => 'SmtpServer', 'Koha::Schema::Result::ErmAgreementRelationship' => 'ErmAgreementRelationship', 'Koha::Schema::Result::MarcSubfieldStructure' => 'MarcSubfieldStructure', 'Koha::Schema::Result::CreatorTemplate' => 'CreatorTemplate', 'Koha::Schema::Result::AqordersItem' => 'AqordersItem', 'Koha::Schema::Result::MatchpointComponentNorm' => 'MatchpointComponentNorm', 'Koha::Schema::Result::Discharge' => 'Discharge', 'Koha::Schema::Result::Deletedbiblioitem' => 'Deletedbiblioitem', 'Koha::Schema::Result::PatronList' => 'PatronList', 'Koha::Schema::Result::AuthSubfieldStructure' => 'AuthSubfieldStructure', 'Koha::Schema::Result::KeyboardShortcut' => 'KeyboardShortcut', 'Koha::Schema::Result::Quote' => 'Quote', 'Koha::Schema::Result::MarcOverlayRule' => 'MarcOverlayRule', 'Koha::Schema::Result::BorrowerAttributeType' => 'BorrowerAttributeType', 'Koha::Schema::Result::Virtualshelve' => 'Virtualshelve', 'Koha::Schema::Result::DeletedbiblioMetadata' => 'DeletedbiblioMetadata', 'Koha::Schema::Result::ItemEditorTemplate' => 'ItemEditorTemplate', 'Koha::Schema::Result::ClubTemplateField' => 'ClubTemplateField', 'Koha::Schema::Result::BiblioFramework' => 'BiblioFramework', 'Koha::Schema::Result::ImportBatchProfile' => 'ImportBatchProfile', 'Koha::Schema::Result::TablesSetting' => 'TablesSetting', 'Koha::Schema::Result::PreservationProcessing' => 'PreservationProcessing', 'Koha::Schema::Result::Patronimage' => 'Patronimage', 'Koha::Schema::Result::AqbooksellerInterface' => 'AqbooksellerInterface', 'Koha::Schema::Result::ReturnClaim' => 'ReturnClaim', 'Koha::Schema::Result::Biblioitem' => 'Biblioitem', 'Koha::Schema::Result::Stockrotationstage' => 'Stockrotationstage', 'Koha::Schema::Result::LanguageRfc4646ToIso639' => 'LanguageRfc4646ToIso639', 'Koha::Schema::Result::AdditionalFieldValue' => 'AdditionalFieldValue', 'Koha::Schema::Result::HoldCancellationRequest' => 'HoldCancellationRequest', 'Koha::Schema::Result::ImportAuth' => 'ImportAuth', 'Koha::Schema::Result::ApiKey' => 'ApiKey', 'Koha::Schema::Result::SubscriptionFrequency' => 'SubscriptionFrequency', 'Koha::Schema::Result::Linktracker' => 'Linktracker', 'Koha::Schema::Result::ActionLog' => 'ActionLog', 'Koha::Schema::Result::Club' => 'Club', 'Koha::Schema::Result::AdditionalContent' => 'AdditionalContent', 'Koha::Schema::Result::CoverImage' => 'CoverImage', 'Koha::Schema::Result::UploadedFile' => 'UploadedFile', 'Koha::Schema::Result::PreservationTrain' => 'PreservationTrain', 'Koha::Schema::Result::Booking' => 'Booking', 'Koha::Schema::Result::LanguageSubtagRegistry' => 'LanguageSubtagRegistry', 'Koha::Schema::Result::Deletedborrower' => 'Deletedborrower', 'Koha::Schema::Result::AuthType' => 'AuthType', 'Koha::Schema::Result::ErmUsageTitle' => 'ErmUsageTitle', 'Koha::Schema::Result::BorrowerMessageTransportPreference' => 'BorrowerMessageTransportPreference', 'Koha::Schema::Result::ErmLicense' => 'ErmLicense', 'Koha::Schema::Result::HouseboundVisit' => 'HouseboundVisit', 'Koha::Schema::Result::PluginMethod' => 'PluginMethod', 'Koha::Schema::Result::SearchMarcMap' => 'SearchMarcMap', 'Koha::Schema::Result::CollectionsTracking' => 'CollectionsTracking', 'Koha::Schema::Result::Tag' => 'Tag', 'Koha::Schema::Result::Review' => 'Review', 'Koha::Schema::Result::Subscriptionroutinglist' => 'Subscriptionroutinglist', 'Koha::Schema::Result::Aqbudgetborrower' => 'Aqbudgetborrower', 'Koha::Schema::Result::PendingOfflineOperation' => 'PendingOfflineOperation', 'Koha::Schema::Result::AuthHeader' => 'AuthHeader', 'Koha::Schema::Result::Letter' => 'Letter', 'Koha::Schema::Result::BorrowerModification' => 'BorrowerModification', 'Koha::Schema::Result::MarcTagStructure' => 'MarcTagStructure', 'Koha::Schema::Result::SavedSql' => 'SavedSql', 'Koha::Schema::Result::AccountDebitType' => 'AccountDebitType', 'Koha::Schema::Result::MessageQueue' => 'MessageQueue', 'Koha::Schema::Result::LanguageDescription' => 'LanguageDescription', 'Koha::Schema::Result::AccountDebitTypesBranch' => 'AccountDebitTypesBranch', 'Koha::Schema::Result::Borrower' => 'Borrower', 'Koha::Schema::Result::ErmEholdingsResource' => 'ErmEholdingsResource', 'Koha::Schema::Result::ErmCounterFile' => 'ErmCounterFile', 'Koha::Schema::Result::RecordSource' => 'RecordSource', 'Koha::Schema::Result::MarcModificationTemplateAction' => 'MarcModificationTemplateAction', 'Koha::Schema::Result::TagAll' => 'TagAll', 'Koha::Schema::Result::EdifactEan' => 'EdifactEan', 'Koha::Schema::Result::OldIssue' => 'OldIssue', 'Koha::Schema::Result::ItemsSearchField' => 'ItemsSearchField', 'Koha::Schema::Result::Illbatch' => 'Illbatch', 'Koha::Schema::Result::TransportCost' => 'TransportCost', 'Koha::Schema::Result::Ticket' => 'Ticket', 'Koha::Schema::Result::ErmAgreementLicense' => 'ErmAgreementLicense', 'Koha::Schema::Result::ImportRecordMatch' => 'ImportRecordMatch', 'Koha::Schema::Result::ClassSplitRule' => 'ClassSplitRule', 'Koha::Schema::Result::Aqbasketgroup' => 'Aqbasketgroup', 'Koha::Schema::Result::LibraryHour' => 'LibraryHour', 'Koha::Schema::Result::Biblio' => 'Biblio', 'Koha::Schema::Result::IdentityProvider' => 'IdentityProvider', 'Koha::Schema::Result::AuthorisedValueCategory' => 'AuthorisedValueCategory', 'Koha::Schema::Result::SearchMarcToField' => 'SearchMarcToField', 'Koha::Schema::Result::ClubTemplateEnrollmentField' => 'ClubTemplateEnrollmentField', 'Koha::Schema::Result::Illcomment' => 'Illcomment', 'Koha::Schema::Result::ClubField' => 'ClubField', 'Koha::Schema::Result::CirculationRule' => 'CirculationRule', 'Koha::Schema::Result::BorrowerAttributeTypesBranch' => 'BorrowerAttributeTypesBranch', 'Koha::Schema::Result::AccountCreditTypesBranch' => 'AccountCreditTypesBranch', 'Koha::Schema::Result::MessageAttribute' => 'MessageAttribute', 'Koha::Schema::Result::ExportFormat' => 'ExportFormat', 'Koha::Schema::Result::Session' => 'Session', 'Koha::Schema::Result::Branchtransfer' => 'Branchtransfer', 'Koha::Schema::Result::VendorEdiAccount' => 'VendorEdiAccount', 'Koha::Schema::Result::BiblioMetadata' => 'BiblioMetadata', 'Koha::Schema::Result::Virtualshelfcontent' => 'Virtualshelfcontent', 'Koha::Schema::Result::CreatorBatch' => 'CreatorBatch', 'Koha::Schema::Result::OaiSetsDescription' => 'OaiSetsDescription', 'Koha::Schema::Result::MarcMatcher' => 'MarcMatcher', 'Koha::Schema::Result::OaiSetsBiblio' => 'OaiSetsBiblio' } }, 'Koha::Schema' ), '_columns_info_loaded' => 0, 'result_class' => 'Koha::Schema::Result::Virtualshelve', '_unique_constraints' => { 'primary' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'_primaries'} } }, 'DBIx::Class::ResultSource::Table' ), 'cond' => { 'public' => 1 }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'pager' => undef, 'attrs' => { 'alias' => 'me', 'order_by' => { '-desc' => 'lastmodified' }, 'bind' => [], 'distinct' => 'shelfnumber', 'where' => $VAR1->{'some_public_shelves'}{'_resultset'}{'cond'}, 'join' => [ 'virtualshelfshares' ] } }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'hide_marc' => '0', 'OpacPasswordChange' => '1', 'OpacBrowser' => '0', 'OPACURLOpenInNewWindow' => '1', 'messages' => undef, 'AnonSuggestions' => '', 'SyndeticsSeries' => '1', 'ShowReviewer' => 'firstandinitial', 'opacuserlogin' => '1', 'loggedinusernumber' => undef, 'emailaddress' => undef, 'minPasswordLength' => 3, 'TagsShowEnabled' => '', 'sortfield' => 'title', 'pagination_bar' => '', 'interface' => '/opac-tmpl', 'SyndeticsSummary' => '1', 'SyndeticsExcerpt' => '1', 'LibraryName' => 'Library', 'OpacNavBottom' => '', 'OpacFavicon' => '', 'logged_in_user' => undef, 'OPACLocalCoverImages' => '0', 'virtualshelves' => '1', 'loggedinusername' => undef, 'public' => 1, 'TagsEnabled' => '0', 'GoogleJackets' => '0', 'OPACPatronDetails' => '0', 'OPACAmazonCoverImages' => '0', 'OpacKohaUrl' => '1', 'SyndeticsEnabled' => '0', 'opac_search_limit' => undef, 'referer' => 'view', 'KohaAdminEmailAddress' => 'mplpgpl@gmail.com', 'shelf' => bless( { '_columns' => [ 'shelfnumber', 'shelfname', 'owner', 'public', 'sortfield', 'lastmodified', 'created_on', 'allow_change_from_owner', 'allow_change_from_others', 'allow_change_from_staff', 'allow_change_from_permitted_staff' ], '_result' => bless( { '_column_data' => { 'shelfname' => 'NYT Best Books of 2023', 'created_on' => '2021-11-30 10:13:36', 'allow_change_from_others' => undef, 'allow_change_from_staff' => undef, 'public' => 1, 'allow_change_from_owner' => 1, 'allow_change_from_permitted_staff' => 0, 'owner' => 61055, 'sortfield' => 'title', 'lastmodified' => '2023-12-11 14:39:21', 'shelfnumber' => 3201 }, '_in_storage' => 1, '_inflated_column' => {}, 'related_resultsets' => { 'virtualshelfcontents' => bless( { 'cond' => { 'me.shelfnumber' => 3201 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Virtualshelfcontent'}, 'attrs' => { 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_copy' => 0, 'where' => $VAR1->{'shelf'}{'_result'}{'related_resultsets'}{'virtualshelfcontents'}{'cond'}, 'bind' => [], 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Virtualshelfcontent' }, 'DBIx::Class::ResultSet' ) }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'Koha::Schema::Result::Virtualshelve' ) }, 'Koha::Virtualshelf' ), 'opacbookbag' => '1', 'AdditionalContents' => bless( {}, 'Koha::Template::Plugin::AdditionalContents' ), 'useDischarge' => '0', 'lang' => 'en', 'Version' => '24.0505000', 'global' => {}, 'permitteduser' => undef, 'opac_css_override' => 'mpl.css', 'OPACShelfBrowser' => '1', 'ShowReviewerPhoto' => '0', 'OPACFinesTab' => '1', 'OPACFRBRizeEditions' => '1', 'SyndeticsAwards' => '1', 'listsview' => 1, 'patronimages' => '0', 'opaclayoutstylesheet' => 'opac.css', 'raw' => bless( { '_ARGS' => [], '_CONTEXT' => bless( { 'EXPOSE_BLOCKS' => 0, 'PREFIX_MAP' => {}, 'CONFIG' => { 'ENCODING' => 'UTF-8', 'COMPILE_EXT' => '.ttc', 'EVAL_PERL' => 1, 'ABSOLUTE' => 1, 'COMPILE_DIR' => '/tmp/template_cache_pals', 'PLUGIN_BASE' => 'Koha::Template::Plugin', 'INCLUDE_PATH' => [ '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/includes', '/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/includes' ], 'FILTERS' => {} }, 'RECURSION' => 0, 'LOAD_TEMPLATES' => [ bless( { 'PARSER' => undef, '_ERROR' => '', 'DELIMITER' => ':', 'HEAD' => [ undef, '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/includes/doc-head-open.inc', bless( { '_DEFBLOCKS' => {}, '_VARIABLES' => undef, '_BLOCK' => sub { "DUMMY" }, 'callers' => [ '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-shelves.tt' ], 'modtime' => '1732026382', 'caller' => '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-shelves.tt', '_HOT' => 1, 'name' => 'doc-head-open.inc' }, 'Template::Document' ), 1732026382, [ $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}, '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-shelves.tt', bless( { '_VARIABLES' => undef, '_BLOCK' => sub { "DUMMY" }, '_DEFBLOCKS' => { 'jsinclude' => sub { "DUMMY" }, 'cssinclude' => sub { "DUMMY" }, 'delete_shelf' => sub { "DUMMY" }, 'list_permissions' => sub { "DUMMY" } }, 'name' => '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-shelves.tt', '_HOT' => 1, 'modtime' => '1732026382' }, 'Template::Document' ), 1732026382, undef, 1732383175 ], 1732383175 ], 'RELATIVE' => 0, 'INCLUDE_PATH' => $VAR1->{'raw'}{'_CONTEXT'}{'CONFIG'}{'INCLUDE_PATH'}, 'SLOTS' => 2, 'COMPILE_DIR' => '/tmp/template_cache_pals', 'NOTFOUND' => {}, 'LOOKUP' => { '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/includes/doc-head-open.inc' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}, '/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-shelves.tt' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4] }, 'PARAMS' => $VAR1->{'raw'}{'_CONTEXT'}{'CONFIG'}, 'DEBUG' => 0, 'ENCODING' => 'UTF-8', 'DOCUMENT' => 'Template::Document', 'DEFAULT' => undef, 'TOLERANT' => 0, 'ABSOLUTE' => 1, 'STAT_TTL' => 1, 'UNICODE' => 1, 'COMPILE_EXT' => '.ttc', 'SIZE' => undef, 'TAIL' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4] }, 'Template::Provider' ) ], 'STASH' => bless( { 'OpacTopissue' => '0', 'SyndeticsEditions' => '1', 'raw' => $VAR1->{'raw'}, 'EnhancedMessagingPreferences' => '1', 'opac_limit_override' => undef, 'OpacNav' => { 'blocktitle' => 0, 'content' => bless( { '_resultset' => bless( { 'pager' => undef, 'attrs' => { 'prefetch' => 'additional_content', 'bind' => [], 'where' => { 'branchcode' => undef, 'expirationdate' => [ '-or', { '>=' => \'CAST(NOW() AS DATE)' }, undef ], 'published_on' => { '<=' => \'CAST(NOW() AS DATE)' }, '-or' => [ { 'lang' => 'en' }, '-and', [ 'lang', 'default', \'(SELECT COUNT(*) FROM additional_contents_localizations WHERE lang=\'en\' AND additional_content_id=me.additional_content_id)=0' ] ], 'location' => 'OpacNav' }, 'alias' => 'me', 'order_by' => 'additional_content.number' }, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'OpacNav'}{'content'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContentsLocalization'}, '_result_class' => 'Koha::Schema::Result::AdditionalContentsLocalization', '_attrs' => { 'as' => [ 'id', 'additional_content_id', 'title', 'content', 'lang', 'updated_on', 'additional_content.id', 'additional_content.category', 'additional_content.code', 'additional_content.location', 'additional_content.branchcode', 'additional_content.published_on', 'additional_content.updated_on', 'additional_content.expirationdate', 'additional_content.number', 'additional_content.borrowernumber' ], 'collapse' => 0, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'OpacNav'}{'content'}{'_resultset'}{'attrs'}{'where'}, 'select' => [ 'me.id', 'me.additional_content_id', 'me.title', 'me.content', 'me.lang', 'me.updated_on', 'additional_content.id', 'additional_content.category', 'additional_content.code', 'additional_content.location', 'additional_content.branchcode', 'additional_content.published_on', 'additional_content.updated_on', 'additional_content.expirationdate', 'additional_content.number', 'additional_content.borrowernumber' ], 'order_by' => [ 'additional_content.number' ], 'alias' => 'me', 'seen_join' => {}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'OpacNav'}{'content'}{'_resultset'}{'attrs'}{'bind'}, 'from' => [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContentsLocalization'}, 'me' => 'additional_contents_localizations', '-alias' => 'me' }, [ { '-alias' => 'additional_content', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContent'}, 'additional_content' => 'additional_contents', '-relation_chain_depth' => 1, '-is_single' => 'single', '-join_path' => [ { 'additional_content' => 'additional_content' } ], '-join_type' => undef }, { '-and' => [ { 'additional_content.id' => { '-ident' => 'me.additional_content_id' } } ] } ] ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'AdditionalContentsLocalization'}, '_simple_passthrough_construction' => '' } }, 'DBIx::Class::ResultSet' ) }, 'Koha::AdditionalContentsLocalizations' ), 'location' => 'OpacNav' }, 'SyndeticsCoverImageSize' => 'MC', 'OPACBaseURL' => 'https://www.montereylibrary.org', 'OpenLibraryCovers' => '0', 'test' => 'value', 'can_add_biblios' => 0, 'BakerTaylorLinkURL' => 'contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=MPLCA22541&Password=CC654225&ItemKey=', 'sessionID' => '66e5bf1e3fb9e0fb768bd462746f343d', 'OpacCloud' => '0', 'opacreadinghistory' => '1', 'item_level_itypes' => '1', 'OPACSerialIssueDisplayCount' => '3', 'theme' => 'bootstrap', 'TagsInputEnabled' => '', 'SyndeticsAuthorNotes' => '1', 'SyndeticsCoverImages' => '0', '_STRICT' => undef, 'auth_forwarded_hash' => undef, 'itemsloop' => [ { 'unititle' => undef, 'biblionumber' => 448005, 'abstract' => 'It\'s 1971. Trash piles up on the streets, crime is at an all-time high, the city is careening towards bankruptcy, and a shooting war has broken out between the NYPD and the Black Liberation Army. Amidst this collective nervous breakdown furniture store owner and ex-fence, Ray Carney tries to keep his head down and his business thriving. His days moving stolen goods around the city are over. It\'s strictly the straight-and-narrow for him until he needs Jackson 5 tickets for his daughter May and he decides to hit up his old police contact Munson, fixer extraordinaire. But Munson has his favors to ask of Carney and staying out of the game gets a lot more complicated and deadly. 1973. The counter-culture has created a new generation, and the old ways are being overthrown, but there is one constant, Pepper, Carney\'s endearingly violent partner in crime. It\'s getting harder to put together a reliable crew for hijackings, heists, and assorted felonies, so Pepper takes on a side gig doing security on a Blaxploitation shoot in Harlem. He finds himself in a freaky world of Hollywood stars, up-and-coming comedians, and celebrity drug dealers, in addition to the usual cast of hustlers, mobsters, and hitmen. These adversaries underestimate the seasoned crook to their regret. 1976. Harlem is burning, block by block, while the whole country is gearing up for Bicentennial celebrations. Carney is trying to come up with a July 4th ad he can live with. ("Two Hundred Years of Getting Away with It!"), while his wife Elizabeth is campaigning for her childhood friend, the former assistant D.A and rising politician Alexander Oakes. When a fire severely injures one of Carney\'s tenants, he enlists Pepper to look into who may be behind it. Our crooked duo has to battle their way through a crumbling metropolis run by the shady, the violent, and the utterly corrupted', 'description' => 'Adult CD', 'normalized_upc' => '9780593455579', 'parent_type' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448005" class="title">Crook manifesto <span class="title_medium">[sound recording] : </span>a novel / <span class="title_resp_stmt">Colson Whitehead. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Whitehead%2C%20Colson%2C%22">Whitehead, Colson<span class="authordates">, 1969-</span><span class="relatorcode"> [author.]</span></a></li> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Graham%2C%20Dion%2C%22">Graham, Dion<span class="relatorcode"> [narrator.]</span></a></li> </ul><span class="results_summary series"><span class="label">Series: </span><a href="/cgi-bin/koha/opac-search.pl?q=se,phr:%22Ray%20Carney%20%3B%22">Ray Carney</a> ; 2</span><div class="results_summary edition"> <span class="label">Edition: </span>Unabridged.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/MU.png" alt="Sound" class="materialtype mt_icon_MU"> Sound</span><span class="results_literaryform"><span class="label">; Literary form: </span> fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><div class="results_summary publisher_number "> <span class="label">Publisher number: </span><ul class="resource_list"><li>15483424</li></ul> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">[New York] :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Audio,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">CD/FIC/WHITEHEAD, C</span></span>. </span></span></span> </div> ', 'publicationyear' => undef, 'rentalcharge_daily_calendar' => 1, 'rentalcharge' => '0.000000', 'collectionissn' => undef, 'editionresponsibility' => undef, 'part_number' => undef, 'part_name' => undef, 'editionstatement' => 'Unabridged.', 'serial' => undef, 'normalized_ean' => '', 'ean' => undef, 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&rft.type=audioRecording&rft.title=Crook%20manifesto%20a%20novel%20%2F&rft.isbn=9780593455579&rft.au=Whitehead%2C%20Colson%2C&rft.au=Graham%2C%20Dion%2C', 'defaultreplacecost' => undef, 'cn_suffix' => undef, 'checkinmsgtype' => 'message', 'rentalcharge_daily' => undef, 'publishercode' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cursor' => bless( { 'args' => [ [ { '-alias' => 'me', 'me' => 'items', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} } ], [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], { 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 448005 }, { 'from' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[0], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cascade_copy' => 0, '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'bind' => [], 'alias' => 'me', 'accessor' => 'multi', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], '_last_sqlmaker_alias_map' => undef, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'select' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[1] } ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3], '_results' => [ 544326, 448005, 448005, '31971006567221', 0, '2023-08-07', undef, 'MONTEREY', '44.99', '44.99', undef, '2024-05-29', '2024-05-30 16:38:26', undef, 0, 0, undef, 0, undef, 0, undef, 'CD/FIC/WHITEHEAD, C', undef, 8, undef, 14, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-10-03 15:35:58', undef, 'ADULTAUDIO', 'ADULTAUDIO', undef, 'ddc', 'CD_FIC_WHITEHEAD_C', undef, 'CHECK FOR 9 DISCS', undef, 'CD', undef, undef, undef, undef, undef, undef ], 'sth' => undef }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'all_cache_position' => 0, '_result_inflator' => { 'is_hri' => 0, 'cref' => sub { "DUMMY" }, 'is_core_row' => 1 }, 'pager' => undef, 'attrs' => { 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_copy' => 0, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'}, 'accessor' => 'multi', 'join_type' => 'LEFT' }, '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3], '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'bi_notforloan' => 0, 'notes' => 'Title from disc surface.', 'medium' => '[sound recording] :', 'notforloan' => 0, 'automatic_checkin' => 0, 'volume' => undef, 'cn_source' => 'ddc', 'shelves' => bless( { '_resultset' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'cond' => { '-and' => [ 'virtualshelfcontents.biblionumber', 448005, { 'public' => 1 } ] }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'pager' => undef, 'attrs' => { 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'bind' => [], 'distinct' => 'shelfnumber', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'shelves'}{'_resultset'}{'cond'}, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] } }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'agerestriction' => undef, 'allow_onshelf_holds' => '1', 'illus' => 'CD audio, digital ;', 'biblio_object' => bless( { '_result' => bless( { '_relationship_data' => { 'metadata' => bless( { '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, '_column_data' => { 'timestamp' => '2023-09-06 11:40:40', 'biblionumber' => 448005, 'id' => 313252, 'schema' => 'MARC21', 'record_source_id' => undef, 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>04060cim a2200685Ia 4500</leader> <controlfield tag="001">on1382830392</controlfield> <controlfield tag="003">OCoLC</controlfield> <controlfield tag="005">20230906114040.0</controlfield> <controlfield tag="007">sd fsngnnmmned</controlfield> <controlfield tag="008">230619s2023 nyunnnne f n eng d</controlfield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780593455579</subfield> </datafield> <datafield tag="024" ind1="1" ind2=" "> <subfield code="a">9780593455579</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">15483424</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">(OCoLC)1382830392</subfield> <subfield code="z">(OCoLC)1380765648</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">TEFMT</subfield> <subfield code="b">eng</subfield> <subfield code="c">TEFMT</subfield> <subfield code="d">TEF</subfield> <subfield code="d">BLACP</subfield> <subfield code="d">JNE</subfield> <subfield code="d">RNL</subfield> <subfield code="d">OCLCF</subfield> <subfield code="d">FZL</subfield> <subfield code="d">ETC</subfield> <subfield code="d">IUK</subfield> </datafield> <datafield tag="019" ind1=" " ind2=" "> <subfield code="a">1380765648</subfield> </datafield> <datafield tag="028" ind1="4" ind2="2"> <subfield code="a">15483424</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="a">PRHA11488</subfield> <subfield code="b">Random House</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="b">Midwest Tape</subfield> <subfield code="n">http://www.midwesttapes.com</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="a">60gvsu</subfield> <subfield code="b">Blackstone Publishing</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="a">40gvsu</subfield> <subfield code="b">Blackstone Publishing</subfield> </datafield> <datafield tag="043" ind1=" " ind2=" "> <subfield code="a">n-us-ny</subfield> </datafield> <datafield tag="049" ind1=" " ind2=" "> <subfield code="a">MAIN</subfield> </datafield> <datafield tag="050" ind1=" " ind2="4"> <subfield code="a">PS3573.H4768</subfield> <subfield code="b">C76 2023ab</subfield> </datafield> <datafield tag="082" ind1="0" ind2="4"> <subfield code="a">813/.54</subfield> <subfield code="2">23/eng/20230620</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">CD/FIC/WHITEHEAD, C</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Whitehead, Colson,</subfield> <subfield code="d">1969-</subfield> <subfield code="e">author.</subfield> <subfield code="9">48714</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Crook manifesto</subfield> <subfield code="h">[sound recording] :</subfield> <subfield code="b">a novel /</subfield> <subfield code="c">Colson Whitehead.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">Unabridged.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">[New York] :</subfield> <subfield code="b">Random House Audio,</subfield> <subfield code="c">[2023]</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">9 audio discs (10 hr., 48 min.) :</subfield> <subfield code="b">CD audio, digital ;</subfield> <subfield code="c">4 3/4 in.</subfield> </datafield> <datafield tag="306" ind1=" " ind2=" "> <subfield code="a">104800</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">spoken word</subfield> <subfield code="b">spw</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">audio</subfield> <subfield code="b">s</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">audio disc</subfield> <subfield code="b">sd</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="340" ind1=" " ind2=" "> <subfield code="b">4 3/4 in.</subfield> <subfield code="2">rdatr</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="a">digital</subfield> <subfield code="2">rdatr</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="b">optical</subfield> <subfield code="2">rdarm</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="c">1.4 m/s</subfield> </datafield> <datafield tag="347" ind1=" " ind2=" "> <subfield code="a">audio file</subfield> <subfield code="2">rdaft</subfield> </datafield> <datafield tag="347" ind1=" " ind2=" "> <subfield code="b">CD audio</subfield> </datafield> <datafield tag="490" ind1="0" ind2=" "> <subfield code="a">Ray Carney ;</subfield> <subfield code="v">2</subfield> </datafield> <datafield tag="500" ind1=" " ind2=" "> <subfield code="a">Title from disc surface.</subfield> </datafield> <datafield tag="511" ind1="0" ind2=" "> <subfield code="a">Read by Dion Graham.</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">It\'s 1971. Trash piles up on the streets, crime is at an all-time high, the city is careening towards bankruptcy, and a shooting war has broken out between the NYPD and the Black Liberation Army. Amidst this collective nervous breakdown furniture store owner and ex-fence, Ray Carney tries to keep his head down and his business thriving. His days moving stolen goods around the city are over. It\'s strictly the straight-and-narrow for him until he needs Jackson 5 tickets for his daughter May and he decides to hit up his old police contact Munson, fixer extraordinaire. But Munson has his favors to ask of Carney and staying out of the game gets a lot more complicated and deadly. 1973. The counter-culture has created a new generation, and the old ways are being overthrown, but there is one constant, Pepper, Carney\'s endearingly violent partner in crime. It\'s getting harder to put together a reliable crew for hijackings, heists, and assorted felonies, so Pepper takes on a side gig doing security on a Blaxploitation shoot in Harlem. He finds himself in a freaky world of Hollywood stars, up-and-coming comedians, and celebrity drug dealers, in addition to the usual cast of hustlers, mobsters, and hitmen. These adversaries underestimate the seasoned crook to their regret. 1976. Harlem is burning, block by block, while the whole country is gearing up for Bicentennial celebrations. Carney is trying to come up with a July 4th ad he can live with. ("Two Hundred Years of Getting Away with It!"), while his wife Elizabeth is campaigning for her childhood friend, the former assistant D.A and rising politician Alexander Oakes. When a fire severely injures one of Carney\'s tenants, he enlists Pepper to look into who may be behind it. Our crooked duo has to battle their way through a crumbling metropolis run by the shady, the violent, and the utterly corrupted</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Sales personnel</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Criminals</subfield> <subfield code="z">New York (State)</subfield> <subfield code="z">New York</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Receiving stolen goods</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Corruption</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Blaxploitation films</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Arson</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">American Revolution Bicentennial, 1976</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="651" ind1=" " ind2="0"> <subfield code="a">Harlem (New York, N.Y.)</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Audiobooks.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Domestic fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Historical fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Novels.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="700" ind1="1" ind2=" "> <subfield code="a">Graham, Dion,</subfield> <subfield code="e">narrator.</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="2">ddc</subfield> <subfield code="c">CD</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">448005</subfield> <subfield code="d">448005</subfield> </datafield> </record> ', 'format' => 'marcxml' }, '_in_storage' => 1 }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_inflated_column' => {}, '_in_storage' => 1, '_column_data' => { 'copyrightdate' => undef, 'unititle' => undef, 'biblionumber' => 448005, 'abstract' => 'It\'s 1971. Trash piles up on the streets, crime is at an all-time high, the city is careening towards bankruptcy, and a shooting war has broken out between the NYPD and the Black Liberation Army. Amidst this collective nervous breakdown furniture store owner and ex-fence, Ray Carney tries to keep his head down and his business thriving. His days moving stolen goods around the city are over. It\'s strictly the straight-and-narrow for him until he needs Jackson 5 tickets for his daughter May and he decides to hit up his old police contact Munson, fixer extraordinaire. But Munson has his favors to ask of Carney and staying out of the game gets a lot more complicated and deadly. 1973. The counter-culture has created a new generation, and the old ways are being overthrown, but there is one constant, Pepper, Carney\'s endearingly violent partner in crime. It\'s getting harder to put together a reliable crew for hijackings, heists, and assorted felonies, so Pepper takes on a side gig doing security on a Blaxploitation shoot in Harlem. He finds himself in a freaky world of Hollywood stars, up-and-coming comedians, and celebrity drug dealers, in addition to the usual cast of hustlers, mobsters, and hitmen. These adversaries underestimate the seasoned crook to their regret. 1976. Harlem is burning, block by block, while the whole country is gearing up for Bicentennial celebrations. Carney is trying to come up with a July 4th ad he can live with. ("Two Hundred Years of Getting Away with It!"), while his wife Elizabeth is campaigning for her childhood friend, the former assistant D.A and rising politician Alexander Oakes. When a fire severely injures one of Carney\'s tenants, he enlists Pepper to look into who may be behind it. Our crooked duo has to battle their way through a crumbling metropolis run by the shady, the violent, and the utterly corrupted', 'frameworkcode' => '', 'notes' => 'Title from disc surface.', 'seriestitle' => undef, 'medium' => '[sound recording] :', 'title' => 'Crook manifesto', 'part_number' => undef, 'part_name' => undef, 'timestamp' => '2023-09-06 11:40:40', 'serial' => undef, 'subtitle' => 'a novel /', 'datecreated' => '2023-07-13', 'author' => 'Whitehead, Colson,' }, 'related_resultsets' => { 'items' => bless( { 'attrs' => { 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0, 'cascade_copy' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'}, 'where' => { 'me.biblionumber' => 448005 }, 'join_type' => 'LEFT', 'accessor' => 'multi' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Item', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'pager' => undef, 'attrs' => { 'accessor' => 'single', 'bind' => [], 'where' => { 'me.biblionumber' => 448005 }, 'cascade_copy' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'attrs'}{'where'} }, 'DBIx::Class::ResultSet' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'author' => 'Whitehead, Colson,', 'hideinopac' => 0, 'sip_media_type' => '006', 'volumedesc' => undef, 'copyrightdate' => undef, 'cn_class' => undef, 'itemtype' => 'CD', 'normalized_oclc' => '1382830392', 'volumedate' => undef, 'number' => undef, 'totalissues' => undef, 'isbn' => '9780593455579', 'rentalcharge_hourly' => undef, 'lccn' => undef, 'timestamp' => '2023-09-06 11:40:40', 'processfee' => undef, 'cn_item' => undef, 'checkinmsg' => '', 'size' => '4 3/4 in.', 'subtitle' => 'a novel /', 'datecreated' => '2023-07-13', 'normalized_isbn' => '0593455576', 'summary' => '', 'frameworkcode' => '', 'place' => undef, 'url' => undef, 'pages' => '9 audio discs (10 hr., 48 min.) :', 'artreqpossible' => '', 'seriestitle' => undef, 'title' => 'Crook manifesto', 'biblioitemnumber' => 448005, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_unmount.png', 'rentalcharge_hourly_calendar' => 1, 'collectionvolume' => undef, 'issn' => undef, 'cn_sort' => '', 'searchcategory' => undef, 'bnotes' => undef }, { 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'cond' => { 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 447592 }, 'cursor' => bless( { 'attrs' => { 'alias' => 'me', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cond'}, 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], '_last_sqlmaker_alias_map' => undef, 'cascade_copy' => 0, 'from' => [ { '-alias' => 'me', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items' } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'join_type' => 'LEFT', 'bind' => [] }, 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cond'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'} ], 'sth' => undef, '_results' => [ 544749, 447592, 447592, '31971006294420', 0, '2023-07-18', undef, 'MONTEREY', '21.00', '21.00', '2023-07-18', '2024-07-09', '2024-07-10 16:11:50', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC WHITEHEAD, C.', undef, 10, 3, 19, undef, undef, undef, undef, 'MONTEREY', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_WHITEHEAD_C', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, '_result_inflator' => { 'is_hri' => 0, 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'} }, 'pager' => undef, 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'bind'}, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cond'}, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0 }, 'all_cache_position' => 0, '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => undef, 'notes' => undef, 'bi_notforloan' => 0, 'notforloan' => 0, 'medium' => undef, 'automatic_checkin' => 0, 'shelves' => bless( { '_resultset' => bless( { 'pager' => undef, 'attrs' => { 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ], 'distinct' => 'shelfnumber', 'bind' => [], 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 447592, { 'public' => 1 } ] }, 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' } }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'shelves'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'cn_source' => undef, 'volume' => undef, 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'illus' => undef, 'hideinopac' => 0, 'volumedesc' => undef, 'sip_media_type' => '001', 'author' => 'Whitehead, Colson,', 'biblio_object' => bless( { '_result' => bless( { '_relationship_data' => { 'metadata' => bless( { '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, '_in_storage' => 1, '_column_data' => { 'format' => 'marcxml', 'record_source_id' => undef, 'metadata' => "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <record xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\" xmlns=\"http://www.loc.gov/MARC21/slim\"> <leader>01631pam a2200445 i 4500</leader> <controlfield tag=\"001\">BRD2022026702</controlfield> <controlfield tag=\"003\">DLC</controlfield> <controlfield tag=\"005\">20230731100519.0</controlfield> <controlfield tag=\"008\">220616t20232022nyu 000 1 eng </controlfield> <datafield tag=\"010\" ind1=\" \" ind2=\" \"> <subfield code=\"a\"> 2022026702</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">9780385545150</subfield> <subfield code=\"q\">(hardcover) :</subfield> <subfield code=\"c\">\$29.00</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">0385545150 :</subfield> <subfield code=\"c\">\$29.00</subfield> </datafield> <datafield tag=\"040\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">DLC</subfield> <subfield code=\"b\">eng</subfield> <subfield code=\"e\">rda</subfield> <subfield code=\"c\">DLC</subfield> </datafield> <datafield tag=\"042\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">pcc</subfield> </datafield> <datafield tag=\"043\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">n-us-ny</subfield> </datafield> <datafield tag=\"050\" ind1=\"0\" ind2=\"0\"> <subfield code=\"a\">PS3573.H4768</subfield> <subfield code=\"b\">C76 2023</subfield> </datafield> <datafield tag=\"082\" ind1=\"0\" ind2=\"0\"> <subfield code=\"a\">813/.54</subfield> <subfield code=\"2\">23</subfield> </datafield> <datafield tag=\"099\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">FIC</subfield> </datafield> <datafield tag=\"100\" ind1=\"1\" ind2=\" \"> <subfield code=\"a\">Whitehead, Colson,</subfield> <subfield code=\"d\">1969-</subfield> <subfield code=\"e\">author.</subfield> <subfield code=\"9\">48714</subfield> </datafield> <datafield tag=\"245\" ind1=\"1\" ind2=\"0\"> <subfield code=\"a\">Crook manifesto :</subfield> <subfield code=\"b\">a novel /</subfield> <subfield code=\"c\">Colson Whitehead.</subfield> </datafield> <datafield tag=\"250\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">First edition.</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"1\"> <subfield code=\"a\">New York :</subfield> <subfield code=\"b\">Doubleday,</subfield> <subfield code=\"c\">2023.</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"4\"> <subfield code=\"c\">\x{a9}2022</subfield> </datafield> <datafield tag=\"300\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">319 pages ;</subfield> <subfield code=\"c\">25 cm</subfield> </datafield> <datafield tag=\"336\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">text</subfield> <subfield code=\"b\">txt</subfield> <subfield code=\"2\">rdacontent</subfield> </datafield> <datafield tag=\"337\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">unmediated</subfield> <subfield code=\"b\">n</subfield> <subfield code=\"2\">rdamedia</subfield> </datafield> <datafield tag=\"338\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">volume</subfield> <subfield code=\"b\">nc</subfield> <subfield code=\"2\">rdacarrier</subfield> </datafield> <datafield tag=\"505\" ind1=\"0\" ind2=\" \"> <subfield code=\"a\">Ringolevio -- Nefertiti T.N.T. -- The finishers.</subfield> </datafield> <datafield tag=\"520\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">Publisher Annotation: Two-time Pulitzer Prize winning Colson Whitehead continues his Harlem saga in a powerful and hugely-entertaining novel that summons 1970s New York in all its seedy glory. Harlem trilogy series, 336pp., 350K</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">African American men</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Hoodlums</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"651\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Harlem (New York, N.Y.)</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Urban fiction.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Urban fiction.</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Urban fiction.</subfield> <subfield code=\"2\">gsafd</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Novels.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Historical fiction.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"776\" ind1=\"0\" ind2=\"8\"> <subfield code=\"i\">Online version:</subfield> <subfield code=\"a\">Whitehead, Colson.</subfield> <subfield code=\"t\">Crook manifesto.</subfield> <subfield code=\"b\">First edition</subfield> <subfield code=\"d\">New York : Doubleday, 2023</subfield> <subfield code=\"z\">9780385545167</subfield> <subfield code=\"w\">(DLC) 2022026703</subfield> </datafield> <datafield tag=\"942\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">BOOK</subfield> </datafield> <datafield tag=\"999\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">447592</subfield> <subfield code=\"d\">447592</subfield> </datafield> </record> ", 'id' => 312839, 'schema' => 'MARC21', 'biblionumber' => 447592, 'timestamp' => '2023-07-31 10:05:19' } }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_column_data' => { 'frameworkcode' => '', 'abstract' => 'Publisher Annotation: Two-time Pulitzer Prize winning Colson Whitehead continues his Harlem saga in a powerful and hugely-entertaining novel that summons 1970s New York in all its seedy glory. Harlem trilogy series, 336pp., 350K', 'copyrightdate' => undef, 'unititle' => undef, 'biblionumber' => 447592, 'notes' => undef, 'seriestitle' => undef, 'medium' => undef, 'title' => 'Crook manifesto :', 'part_number' => undef, 'part_name' => undef, 'timestamp' => '2023-07-31 10:05:19', 'serial' => undef, 'subtitle' => 'a novel /', 'author' => 'Whitehead, Colson,', 'datecreated' => '2023-07-07' }, '_in_storage' => 1, 'related_resultsets' => { 'metadata' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'cond' => { 'me.biblionumber' => 447592 }, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'attrs' => { 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'cascade_copy' => 0, 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'}, 'accessor' => 'single' }, 'pager' => undef }, 'DBIx::Class::ResultSet' ), 'items' => bless( { 'pager' => undef, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'bind'}, 'where' => { 'me.biblionumber' => 447592 } }, '_result_class' => 'Koha::Schema::Result::Item', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[1]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} }, 'DBIx::Class::ResultSet' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'normalized_upc' => '', 'abstract' => 'Publisher Annotation: Two-time Pulitzer Prize winning Colson Whitehead continues his Harlem saga in a powerful and hugely-entertaining novel that summons 1970s New York in all its seedy glory. Harlem trilogy series, 336pp., 350K', 'description' => 'Adult Book', 'biblionumber' => 447592, 'unititle' => undef, 'XSLTBloc' => " <a href=\"/cgi-bin/koha/opac-detail.pl?biblionumber=447592\" class=\"title\">Crook manifesto : a novel / <span class=\"title_resp_stmt\">Colson Whitehead. </span></a><span class=\"byAuthor\">by</span> <ul class=\"author resource_list\"><li><a href=\"/cgi-bin/koha/opac-search.pl?q=au:%22Whitehead%2C%20Colson%2C%22\">Whitehead, Colson<span class=\"authordates\">, 1969-</span><span class=\"relatorcode\"> [author.]</span></a></li></ul><div class=\"results_summary edition\"> <span class=\"label\">Edition: </span>First edition.</div><div class=\"results_summary type\"> <span class=\"results_material_type\"><span class=\"label\">Material type: </span><img src=\"/opac-tmpl/lib/famfamfam/BK.png\" alt=\"Text\" class=\"materialtype mt_icon_BK\"> Text</span><span class=\"results_format\"><span class=\"label\">; Format: </span> print </span><span class=\"results_contents_literary\"><span class=\"label\">; Literary form: </span> Fiction </span> </div><span class=\"results_summary rda264\"><span class=\"label\">Publisher: </span><span class=\"rda264_place\" property=\"location\">New York :</span> <span property=\"rda264_name\" typeof=\"Organization\"><span property=\"name\" class=\"rda264_name\">Doubleday,</span></span> <span property=\"date\" class=\"rda264_date\">2023</span></span><span class=\"results_summary rda264\"><span class=\"label\">Copyright date: </span><span property=\"date\" class=\"rda264_date\">\x{a9}2022</span></span><div class=\"results_summary availability\"> <span class=\"label\">Availability: </span><span class=\"available reallyavailable\"><span class=\"AvailabilityLabel\"><strong>Items available for loan: </strong></span><span class=\"ItemSummary\"><span class=\"available\"><span class=\"ItemBranch\">Monterey Public Library</span> (2)<span class=\"CallNumberAndLabel\"><span class=\"LabelCallNumber\">Call number: </span><span class=\"CallNumber\">FIC WHITEHEAD, C., ..</span></span>. </span></span><span class=\"ItemSummary\"><span class=\"available\"><span class=\"ItemBranch\">Pacific Grove Public Library</span> (1)<span class=\"CallNumberAndLabel\"><span class=\"LabelCallNumber\">Call number: </span><span class=\"CallNumber\">FIC WHITEHEAD, C.</span></span>. </span></span></span> </div> ", 'publicationyear' => undef, 'parent_type' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'part_number' => undef, 'editionresponsibility' => undef, 'collectionissn' => undef, 'part_name' => undef, 'normalized_ean' => '', 'serial' => undef, 'editionstatement' => 'First edition.', 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Crook%20manifesto%20%3A%20a%20novel%20%2F&rft.isbn=9780385545150&rft.au=Whitehead%2C%20Colson%2C', 'ean' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'cn_suffix' => undef, 'frameworkcode' => '', 'summary' => '', 'normalized_isbn' => '0385545150', 'pages' => '319 pages ;', 'artreqpossible' => '', 'url' => undef, 'place' => undef, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'rentalcharge_hourly_calendar' => 1, 'title' => 'Crook manifesto :', 'biblioitemnumber' => 447592, 'seriestitle' => undef, 'collectionvolume' => undef, 'issn' => undef, 'searchcategory' => '', 'cn_sort' => '', 'bnotes' => undef, 'itemtype' => 'BOOK', 'cn_class' => undef, 'copyrightdate' => undef, 'volumedate' => undef, 'normalized_oclc' => '', 'totalissues' => undef, 'number' => undef, 'lccn' => ' 2022026702', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780385545150 | 0385545150 :', 'timestamp' => '2023-07-31 10:05:19', 'processfee' => '0.000000', 'subtitle' => 'a novel /', 'checkinmsg' => '', 'size' => '25 cm', 'cn_item' => undef, 'datecreated' => '2023-07-07' }, { 'parent_type' => undef, 'publicationyear' => undef, 'XSLTBloc' => " <a href=\"/cgi-bin/koha/opac-detail.pl?biblionumber=447507\" class=\"title\">Hello beautiful : a novel <span class=\"title_medium\">[large print] / </span><span class=\"title_resp_stmt\">Ann Napolitano. </span></a><span class=\"byAuthor\">by</span> <ul class=\"author resource_list\"><li><a href=\"/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22\">Napolitano, Ann<span class=\"relatorcode\"> [author.]</span></a></li></ul><div class=\"results_summary edition\"> <span class=\"label\">Edition: </span>First large print edition.</div><div class=\"results_summary type\"> <span class=\"results_material_type\"><span class=\"label\">Material type: </span><img src=\"/opac-tmpl/lib/famfamfam/BK.png\" alt=\"Text\" class=\"materialtype mt_icon_BK\"> Text</span><span class=\"results_format\"><span class=\"label\">; Format: </span> large print </span><span class=\"results_contents_literary\"><span class=\"label\">; Literary form: </span> Fiction </span><span class=\"results_audience\"><span class=\"label\">; Audience: </span> Adult; </span> </div><span class=\"results_summary rda264\"><span class=\"label\">Publisher: </span><span class=\"rda264_place\" property=\"location\">New York :</span> <span property=\"rda264_name\" typeof=\"Organization\"><span property=\"name\" class=\"rda264_name\">Random House Large Print,</span></span> <span property=\"date\" class=\"rda264_date\">[2023]</span></span><span class=\"results_summary rda264\"><span class=\"label\">Copyright date: </span><span property=\"date\" class=\"rda264_date\">\x{a9}2023</span></span><div class=\"results_summary availability\"> <span class=\"label\">Availability: </span><span class=\"available reallyavailable\"><span class=\"AvailabilityLabel\"><strong>Items available for loan: </strong></span><span class=\"ItemSummary\"><span class=\"available\"><span class=\"ItemBranch\">Monterey Public Library</span> (1)<span class=\"CallNumberAndLabel\"><span class=\"LabelCallNumber\">Call number: </span><span class=\"CallNumber\">FIC/LPE NAPOLITANO, A.</span></span>. </span></span></span><span class=\"unavailable\"><span class=\"AvailabilityLabel\"><strong>Not available: </strong></span><span class=\"ItemSummary unavailable\"></span><span class=\"ItemSummary unavailable\"><span class=\"unavailable_Checked out\"><span class=\"ItemBranch\">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> ", 'biblionumber' => 447507, 'unititle' => undef, 'normalized_upc' => '', 'abstract' => 'William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it\'s a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family\'s artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia\'s new boyfriend into their loving, chaotic household. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?.', 'description' => 'Adult Book', 'collectionissn' => undef, 'part_number' => undef, 'editionresponsibility' => undef, 'rentalcharge_daily_calendar' => 1, 'rentalcharge' => '0.000000', 'editionstatement' => 'First large print edition.', 'normalized_ean' => '', 'serial' => undef, 'part_name' => undef, 'cn_suffix' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'ean' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Hello%20beautiful%20%3A%20a%20novel&rft.isbn=9780593682937%20%3A&rft.au=Napolitano%2C%20Ann%2C', 'notes' => '"Oprah\'s book club 2023"--Jacket.', 'bi_notforloan' => 0, 'publishercode' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { '_result_class' => 'Koha::Schema::Result::Item', '_attrs' => { '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'cascade_copy' => 0, 'from' => [ { '-alias' => 'me', 'me' => 'items', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'bind' => [], 'join_type' => 'LEFT', 'alias' => 'me', 'where' => { 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 447507, 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ] }, 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], '_last_sqlmaker_alias_map' => undef, 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi' }, 'all_cache_position' => 0, '_result_inflator' => { 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_hri' => 0 }, 'pager' => undef, 'attrs' => { 'cascade_copy' => 0, 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'} }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'cursor' => bless( { 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}, 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, '_results' => [ 544923, 447507, 447507, '31971100074785', 0, '2023-08-18', undef, 'MONTEREY', '18.00', '18.00', undef, '2024-09-26', '2024-11-12 17:28:44', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC/LPE NAPOLITANO, A.', undef, 12, 3, 36, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-11-12 17:28:44', undef, 'ADULTLP', 'ADULTLP', undef, 'ddc', 'FIC_LPE_NAPOLITANO_A', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ], 'sth' => undef }, 'DBIx::Class::Storage::DBI::Cursor' ) }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'automatic_checkin' => 0, 'medium' => '[large print] /', 'notforloan' => 0, 'agerestriction' => undef, 'allow_onshelf_holds' => '1', 'volume' => undef, 'cn_source' => 'ddc', 'shelves' => bless( { '_resultset' => bless( { 'pager' => undef, 'attrs' => { 'distinct' => 'shelfnumber', 'bind' => [], 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 447507, { 'public' => 1 } ] }, 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'shelves'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'biblio_object' => bless( { '_result' => bless( { 'related_resultsets' => { 'items' => bless( { '_result_class' => 'Koha::Schema::Result::Item', 'attrs' => { 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'}, 'where' => { 'me.biblionumber' => 447507 }, 'join_type' => 'LEFT', 'accessor' => 'multi', 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0, 'cascade_copy' => 0 }, 'pager' => undef, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'where'} }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'cond' => { 'me.biblionumber' => 447507 }, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'pager' => undef, 'attrs' => { 'cascade_copy' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0, 'cascade_update' => 1, 'accessor' => 'single', 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[2]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'} } }, 'DBIx::Class::ResultSet' ) }, '_in_storage' => 1, '_column_data' => { 'timestamp' => '2023-07-13 12:51:31', 'part_name' => undef, 'serial' => undef, 'subtitle' => 'a novel', 'datecreated' => '2023-06-22', 'author' => 'Napolitano, Ann,', 'biblionumber' => 447507, 'copyrightdate' => undef, 'unititle' => undef, 'frameworkcode' => '', 'abstract' => 'William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it\'s a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family\'s artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia\'s new boyfriend into their loving, chaotic household. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?.', 'notes' => '"Oprah\'s book club 2023"--Jacket.', 'medium' => '[large print] /', 'title' => 'Hello beautiful :', 'seriestitle' => undef, 'part_number' => undef }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_inflated_column' => {}, '_relationship_data' => { 'metadata' => bless( { '_column_data' => { 'format' => 'marcxml', 'record_source_id' => undef, 'metadata' => "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <record xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\" xmlns=\"http://www.loc.gov/MARC21/slim\"> <leader>02285cam a2200373 i 4500</leader> <controlfield tag=\"001\">sky308259093</controlfield> <controlfield tag=\"003\">SKY</controlfield> <controlfield tag=\"005\">20230713125131.0</controlfield> <controlfield tag=\"008\">230113s2023 nyu ed 000 1 eng d</controlfield> <datafield tag=\"010\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">bl2023007196</subfield> </datafield> <datafield tag=\"019\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">sky307918314</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">9780593682937 :</subfield> <subfield code=\"c\">\$30.00.</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">0593682939 :</subfield> <subfield code=\"c\">\$30.00.</subfield> </datafield> <datafield tag=\"040\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">LMJ</subfield> <subfield code=\"b\">eng</subfield> <subfield code=\"c\">LMJ</subfield> <subfield code=\"d\">LJW</subfield> <subfield code=\"d\">FHP</subfield> <subfield code=\"d\">ILC</subfield> <subfield code=\"d\">RNL</subfield> <subfield code=\"d\">SKYRV</subfield> </datafield> <datafield tag=\"050\" ind1=\" \" ind2=\"4\"> <subfield code=\"a\">PS3614.A66</subfield> <subfield code=\"b\">H45 2023b</subfield> </datafield> <datafield tag=\"092\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">LT/FIC NAPOLITANO, A.</subfield> </datafield> <datafield tag=\"100\" ind1=\"1\" ind2=\" \"> <subfield code=\"a\">Napolitano, Ann,</subfield> <subfield code=\"e\">author.</subfield> <subfield code=\"9\">91836</subfield> </datafield> <datafield tag=\"245\" ind1=\"1\" ind2=\"0\"> <subfield code=\"a\">Hello beautiful :</subfield> <subfield code=\"b\">a novel</subfield> <subfield code=\"h\">[large print] /</subfield> <subfield code=\"c\">Ann Napolitano.</subfield> </datafield> <datafield tag=\"250\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">First large print edition.</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"1\"> <subfield code=\"a\">New York :</subfield> <subfield code=\"b\">Random House Large Print,</subfield> <subfield code=\"c\">[2023]</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"4\"> <subfield code=\"c\">\x{a9}2023</subfield> </datafield> <datafield tag=\"300\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">580 pages ;</subfield> <subfield code=\"c\">24 cm</subfield> </datafield> <datafield tag=\"500\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">\"Oprah's book club 2023\"--Jacket.</subfield> </datafield> <datafield tag=\"520\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it's a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family's artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia's new boyfriend into their loving, chaotic household. But then darkness from William's past surfaces, jeopardizing not only Julia's carefully orchestrated plans for their future, but the sisters' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Marriage</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Sisters</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Families</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Italian American families</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Mental health</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"651\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Chicago (Ill.)</subfield> <subfield code=\"v\">Fiction. </subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Domestic fiction.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Large type books.</subfield> </datafield> <datafield tag=\"942\" ind1=\" \" ind2=\" \"> <subfield code=\"2\">ddc</subfield> <subfield code=\"c\">BOOK</subfield> </datafield> <datafield tag=\"999\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">447507</subfield> <subfield code=\"d\">447507</subfield> </datafield> </record> ", 'schema' => 'MARC21', 'id' => 312754, 'timestamp' => '2023-07-13 12:51:31', 'biblionumber' => 447507 }, '_in_storage' => 1, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'sip_media_type' => '001', 'hideinopac' => 0, 'volumedesc' => undef, 'author' => 'Napolitano, Ann,', 'illus' => undef, 'volumedate' => undef, 'normalized_oclc' => '', 'cn_class' => undef, 'copyrightdate' => undef, 'itemtype' => 'BOOK', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780593682937 : | 0593682939 :', 'lccn' => 'bl2023007196', 'totalissues' => undef, 'number' => undef, 'processfee' => '0.000000', 'timestamp' => '2023-07-13 12:51:31', 'datecreated' => '2023-06-22', 'subtitle' => 'a novel', 'checkinmsg' => '', 'size' => '24 cm', 'cn_item' => undef, 'url' => undef, 'place' => undef, 'pages' => '580 pages ;', 'artreqpossible' => '', 'summary' => '', 'normalized_isbn' => '0593682939', 'frameworkcode' => '', 'collectionvolume' => undef, 'biblioitemnumber' => 447507, 'title' => 'Hello beautiful :', 'seriestitle' => undef, 'rentalcharge_hourly_calendar' => 1, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'searchcategory' => '', 'cn_sort' => '', 'issn' => undef, 'bnotes' => undef }, { 'itemtype' => 'BOOK', 'cn_class' => undef, 'copyrightdate' => undef, 'volumedate' => undef, 'normalized_oclc' => '', 'totalissues' => undef, 'number' => undef, 'lccn' => ' 2022036069', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780593243732 | 0593243730 :', 'timestamp' => '2023-04-24 12:23:05', 'processfee' => '0.000000', 'subtitle' => 'a novel /', 'checkinmsg' => '', 'size' => '25 cm', 'cn_item' => undef, 'datecreated' => '2022-12-22', 'frameworkcode' => '', 'summary' => '', 'normalized_isbn' => '0593243730', 'pages' => '387 pages ;', 'artreqpossible' => '', 'url' => undef, 'place' => undef, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'rentalcharge_hourly_calendar' => 1, 'title' => 'Hello beautiful :', 'biblioitemnumber' => 444229, 'seriestitle' => undef, 'collectionvolume' => undef, 'issn' => undef, 'searchcategory' => '', 'cn_sort' => '', 'bnotes' => undef, 'normalized_upc' => '', 'abstract' => '"William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it\'s a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family\'s artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia\'s new boyfriend into their loving, chaotic household. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?"--', 'description' => 'Adult Book', 'biblionumber' => 444229, 'unititle' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=444229" class="title">Hello beautiful : a novel / <span class="title_resp_stmt">Ann Napolitano. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22">Napolitano, Ann<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">The Dial Press,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (5)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC NAPOLITANO, A., ..</span></span>. </span></span></span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> ', 'publicationyear' => undef, 'parent_type' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'part_number' => undef, 'editionresponsibility' => undef, 'collectionissn' => undef, 'part_name' => undef, 'normalized_ean' => '', 'serial' => undef, 'editionstatement' => 'First edition.', 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Hello%20beautiful%20%3A%20a%20novel%20%2F&rft.isbn=9780593243732&rft.au=Napolitano%2C%20Ann%2C', 'ean' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'cn_suffix' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'attrs' => { 'cascade_copy' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'bind' => [], 'where' => { 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.biblionumber' => 444229, 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ] } }, '_result_inflator' => { 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_hri' => 0 }, 'pager' => undef, 'all_cache_position' => 0, 'cursor' => bless( { '_results' => [ 542466, 444229, 444229, '31971100070049', 0, '2023-06-12', undef, 'MONTEREY', '15.40', '15.40', undef, '2024-09-05', '2024-09-11 10:33:59', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC NAPOLITANO, A.', undef, 13, 5, 35, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_NAPOLITANO_A', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ], 'sth' => undef, 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'args' => [ [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items', '-alias' => 'me' } ], [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'attrs'}{'where'}, { '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'is_depends_on' => 0, 'from' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[0], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cascade_copy' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'attrs'}{'bind'}, 'join_type' => 'LEFT', 'alias' => 'me', '_last_sqlmaker_alias_map' => undef, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'attrs'}{'where'}, 'select' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[1], 'accessor' => 'multi', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ] } ], 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, '_result_class' => 'Koha::Schema::Result::Item', '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3] }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => undef, 'notes' => undef, 'bi_notforloan' => 0, 'notforloan' => 0, 'medium' => undef, 'automatic_checkin' => 0, 'shelves' => bless( { '_resultset' => bless( { 'cond' => { '-and' => [ 'virtualshelfcontents.biblionumber', 444229, { 'public' => 1 } ] }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'attrs' => { 'bind' => [], 'distinct' => 'shelfnumber', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'shelves'}{'_resultset'}{'cond'}, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ], 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' } }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Virtualshelve' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'cn_source' => undef, 'volume' => undef, 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'illus' => undef, 'hideinopac' => 0, 'volumedesc' => undef, 'sip_media_type' => '001', 'author' => 'Napolitano, Ann,', 'biblio_object' => bless( { '_result' => bless( { '_in_storage' => 1, '_column_data' => { 'notes' => undef, 'frameworkcode' => '', 'abstract' => '"William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it\'s a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family\'s artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia\'s new boyfriend into their loving, chaotic household. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?"--', 'biblionumber' => 444229, 'copyrightdate' => undef, 'unititle' => undef, 'part_number' => undef, 'medium' => undef, 'title' => 'Hello beautiful :', 'seriestitle' => undef, 'serial' => undef, 'timestamp' => '2023-04-24 12:23:05', 'part_name' => undef, 'author' => 'Napolitano, Ann,', 'datecreated' => '2022-12-22', 'subtitle' => 'a novel /' }, 'related_resultsets' => { 'items' => bless( { 'attrs' => { 'cascade_copy' => 0, 'join_type' => 'LEFT', 'accessor' => 'multi', 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'ITEM_RESULTS'}{'_resultset'}{'attrs'}{'bind'}, 'where' => { 'me.biblionumber' => 444229 }, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0 }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Item', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'cond' => { 'me.biblionumber' => 444229 }, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'pager' => undef, 'attrs' => { 'accessor' => 'single', 'cascade_copy' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[3]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'} } }, 'DBIx::Class::ResultSet' ) }, '_relationship_data' => { 'metadata' => bless( { '_in_storage' => 1, '_column_data' => { 'format' => 'marcxml', 'record_source_id' => undef, 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>02303pam a2200373 i 4500</leader> <controlfield tag="001">BRD2022036069</controlfield> <controlfield tag="003">DLC</controlfield> <controlfield tag="005">20230424122305.0</controlfield> <controlfield tag="008">220812s2023 nyu 000 1 eng </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a"> 2022036069</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780593243732</subfield> <subfield code="q">(hardcover) :</subfield> <subfield code="c">$28.00</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">0593243730 :</subfield> <subfield code="c">$28.00</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="b">eng</subfield> <subfield code="e">rda</subfield> <subfield code="c">DLC</subfield> <subfield code="d">DLC</subfield> </datafield> <datafield tag="042" ind1=" " ind2=" "> <subfield code="a">pcc</subfield> </datafield> <datafield tag="050" ind1="0" ind2="0"> <subfield code="a">PS3614.A66</subfield> <subfield code="b">H45 2023</subfield> </datafield> <datafield tag="082" ind1="0" ind2="0"> <subfield code="a">813/.6</subfield> <subfield code="2">23</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">FIC</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Napolitano, Ann,</subfield> <subfield code="e">author.</subfield> <subfield code="9">91836</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Hello beautiful :</subfield> <subfield code="b">a novel /</subfield> <subfield code="c">Ann Napolitano.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">First edition.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">New York :</subfield> <subfield code="b">The Dial Press,</subfield> <subfield code="c">[2023]</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">387 pages ;</subfield> <subfield code="c">25 cm</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">text</subfield> <subfield code="b">txt</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">unmediated</subfield> <subfield code="b">n</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">volume</subfield> <subfield code="b">nc</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">"William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him. So it\'s a relief when his skill on the basketball court earns him a scholarship to college, far away from his childhood home. He soon meets Julia Padavano, a spirited and ambitious young woman who surprises William with her appreciation of his quiet steadiness. With Julia comes her family; she is inseparable from her three younger sisters: Sylvie, the dreamer, is happiest with her nose in a book and imagines a future different from the expected path of wife and mother; Cecelia, the family\'s artist; and Emeline, who patiently takes care of all of them. Happily, the Padavanos fold Julia\'s new boyfriend into their loving, chaotic household. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable loyalty to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?"--</subfield> <subfield code="c">Provided by publisher.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Marriage</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Sisters</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Families</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Novels.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Domestic fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="776" ind1="0" ind2="8"> <subfield code="i">Online version:</subfield> <subfield code="a">Napolitano, Ann.</subfield> <subfield code="t">Hello beautiful</subfield> <subfield code="d">New York : The Dial Press, 2023</subfield> <subfield code="z">9780593243749</subfield> <subfield code="w">(DLC) 2022036070</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="c">BOOK</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">444229</subfield> <subfield code="d">444229</subfield> </datafield> </record> ', 'id' => 309476, 'schema' => 'MARC21', 'timestamp' => '2023-04-24 12:23:05', 'biblionumber' => 444229 }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_inflated_column' => {} }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ) }, { 'bnotes' => undef, 'cn_sort' => '', 'searchcategory' => undef, 'issn' => undef, 'collectionvolume' => undef, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_unmount.png', 'rentalcharge_hourly_calendar' => 1, 'seriestitle' => undef, 'biblioitemnumber' => 448491, 'title' => 'Hello beautiful:', 'pages' => '12 audio discs (15 hr.) :', 'artreqpossible' => '', 'url' => undef, 'place' => undef, 'frameworkcode' => '', 'normalized_isbn' => '0593862392', 'summary' => '', 'datecreated' => '2023-08-01', 'cn_item' => undef, 'size' => '4 3/4 in.', 'checkinmsg' => '', 'subtitle' => 'a novel ', 'processfee' => undef, 'timestamp' => '2023-12-15 12:04:38', 'lccn' => undef, 'isbn' => '9780593862391', 'rentalcharge_hourly' => undef, 'number' => undef, 'totalissues' => undef, 'normalized_oclc' => '1388675173', 'volumedate' => undef, 'itemtype' => 'CD', 'copyrightdate' => undef, 'cn_class' => undef, 'author' => 'Napolitano, Ann,', 'hideinopac' => 0, 'sip_media_type' => '006', 'volumedesc' => undef, 'biblio_object' => bless( { '_result' => bless( { '_column_data' => { 'abstract' => 'William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him, so when he meets the spirited and ambitious Julia Padavano in his freshman year of college, it\'s as if the world has lit up around him. With Julia comes her family, as she and her three sisters are inseparable: Sylvie, the family\'s dreamer, is happiest with her nose in a book; Cecelia is a free-spirited artist; and Emeline patiently takes care of them all. With the Padavanos, William experiences a newfound contentment; every moment in their house is filled with loving chaos. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable devotion to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?', 'frameworkcode' => '', 'biblionumber' => 448491, 'copyrightdate' => undef, 'unititle' => undef, 'notes' => '"Oprah\'s book club 2023"--Container. | Title from container.', 'title' => 'Hello beautiful:', 'medium' => '[sound recording] /', 'seriestitle' => undef, 'part_number' => undef, 'timestamp' => '2023-12-18 11:25:02', 'part_name' => undef, 'serial' => undef, 'subtitle' => 'a novel ', 'author' => 'Napolitano, Ann,', 'datecreated' => '2023-08-01' }, '_in_storage' => 1, 'related_resultsets' => { 'items' => bless( { 'cond' => { 'me.biblionumber' => 448491 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'pager' => undef, 'attrs' => { 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'bind' => [], 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0 }, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { 'attrs' => { 'accessor' => 'single', 'bind' => [], 'where' => { 'me.biblionumber' => 448491 }, 'cascade_copy' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0 }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'DBIx::Class::ResultSet' ) }, '_relationship_data' => { 'metadata' => bless( { '_column_data' => { 'format' => 'marcxml', 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>03108cim a2200649 a 4500</leader> <controlfield tag="001">on1388675173</controlfield> <controlfield tag="003">OCoLC</controlfield> <controlfield tag="005">20231218112502.0</controlfield> <controlfield tag="007">sd fsngnnmmned</controlfield> <controlfield tag="008">230703s2023 nyunnnne f n eng d</controlfield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780593862391</subfield> </datafield> <datafield tag="024" ind1="1" ind2=" "> <subfield code="a">9780593862391</subfield> </datafield> <datafield tag="028" ind1="0" ind2="2"> <subfield code="a">PRHA 13154</subfield> <subfield code="b">Random House Audio</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">15977273</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">(OCoLC)1388675173</subfield> <subfield code="z">(OCoLC)1391645598</subfield> <subfield code="z">(OCoLC)1395916543</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="b">Midwest Tape</subfield> <subfield code="n">http://www.midwesttapes.com</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="a">60gomi</subfield> <subfield code="b">Blackstone Publishing</subfield> </datafield> <datafield tag="037" ind1=" " ind2=" "> <subfield code="a">40gomi</subfield> <subfield code="b">Blackstone Publishing</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">TEFMT</subfield> <subfield code="b">eng</subfield> <subfield code="c">TEFMT</subfield> <subfield code="d">TEF</subfield> <subfield code="d">BLACP</subfield> <subfield code="d">IK2</subfield> <subfield code="d">CQC</subfield> <subfield code="d">NZAUC</subfield> <subfield code="d">GL4</subfield> <subfield code="d">NZKAP</subfield> <subfield code="d">OCLCF</subfield> <subfield code="d">CLE</subfield> <subfield code="d">OCLCO</subfield> </datafield> <datafield tag="043" ind1=" " ind2=" "> <subfield code="a">n-us-il</subfield> </datafield> <datafield tag="049" ind1=" " ind2=" "> <subfield code="a">MAIN</subfield> </datafield> <datafield tag="050" ind1=" " ind2="4"> <subfield code="a">PS3614.A66</subfield> <subfield code="b">H45 2023ab</subfield> </datafield> <datafield tag="082" ind1="0" ind2="4"> <subfield code="a">813/.6</subfield> <subfield code="2">23/eng/20230705</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">CD/FIC/NAPOLITANO, A</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Napolitano, Ann,</subfield> <subfield code="e">author.</subfield> <subfield code="9">91836</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Hello beautiful:</subfield> <subfield code="b">a novel </subfield> <subfield code="h">[sound recording] /</subfield> <subfield code="c">Ann Napolitano.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">Unabridged.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">[New York] :</subfield> <subfield code="b">Random House Audio,</subfield> <subfield code="c">[2023]</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">12 audio discs (15 hr.) :</subfield> <subfield code="b">CD audio, digital ;</subfield> <subfield code="c">4 3/4 in.</subfield> </datafield> <datafield tag="306" ind1=" " ind2=" "> <subfield code="a">150000</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">spoken word</subfield> <subfield code="b">spw</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">audio</subfield> <subfield code="b">s</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">audio disc</subfield> <subfield code="b">sd</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="a">digital</subfield> <subfield code="2">rdatr</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="b">optical</subfield> <subfield code="2">rdarm</subfield> </datafield> <datafield tag="344" ind1=" " ind2=" "> <subfield code="c">1.4 m/s</subfield> </datafield> <datafield tag="347" ind1=" " ind2=" "> <subfield code="a">audio file</subfield> <subfield code="2">rdaft</subfield> </datafield> <datafield tag="347" ind1=" " ind2=" "> <subfield code="b">CD audio</subfield> </datafield> <datafield tag="500" ind1=" " ind2=" "> <subfield code="a">"Oprah\'s book club 2023"--Container.</subfield> </datafield> <datafield tag="500" ind1=" " ind2=" "> <subfield code="a">Title from container.</subfield> </datafield> <datafield tag="511" ind1="0" ind2=" "> <subfield code="a">Read by Maura Tierney.</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him, so when he meets the spirited and ambitious Julia Padavano in his freshman year of college, it\'s as if the world has lit up around him. With Julia comes her family, as she and her three sisters are inseparable: Sylvie, the family\'s dreamer, is happiest with her nose in a book; Cecelia is a free-spirited artist; and Emeline patiently takes care of them all. With the Padavanos, William experiences a newfound contentment; every moment in their house is filled with loving chaos. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable devotion to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Marriage</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Sisters</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Italian American families</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">College students</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Basketball players</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Man-woman relationships</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Dysfunctional families</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Mental health</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="651" ind1=" " ind2="0"> <subfield code="a">Chicago (Ill.)</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Audiobooks.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Domestic fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Historical fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="700" ind1="1" ind2=" "> <subfield code="a">Tierney, Maura,</subfield> <subfield code="d">1965-</subfield> <subfield code="e">narrator.</subfield> <subfield code="9">96493</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="2">ddc</subfield> <subfield code="c">CD</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">448491</subfield> <subfield code="d">448491</subfield> </datafield> </record> ', 'record_source_id' => undef, 'biblionumber' => 448491, 'timestamp' => '2023-12-18 11:25:02', 'schema' => 'MARC21', 'id' => 313738 }, '_in_storage' => 1, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'} }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'illus' => 'CD audio, digital ;', 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'shelves' => bless( { '_resultset' => bless( { 'cond' => { '-and' => [ 'virtualshelfcontents.biblionumber', 448491, { 'public' => 1 } ] }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'pager' => undef, 'attrs' => { 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ], 'distinct' => 'shelfnumber', 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'shelves'}{'_resultset'}{'cond'}, 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' } }, '_result_class' => 'Koha::Schema::Result::Virtualshelve' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'cn_source' => 'ddc', 'volume' => undef, 'automatic_checkin' => 0, 'notforloan' => 0, 'medium' => '[sound recording] /', 'bi_notforloan' => 0, 'notes' => '"Oprah\'s book club 2023"--Container. | Title from container.', 'ITEM_RESULTS' => bless( { '_resultset' => bless( { '_result_class' => 'Koha::Schema::Result::Item', '_attrs' => { 'join_type' => 'LEFT', 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'bind'}, 'from' => [ { '-alias' => 'me', 'me' => 'items', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cascade_copy' => 0, 'is_depends_on' => 0, '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'accessor' => 'multi', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], '_last_sqlmaker_alias_map' => undef, 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], 'where' => { 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 448491, 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ] }, 'alias' => 'me' }, 'all_cache_position' => 0, '_result_inflator' => { 'is_hri' => 0, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_core_row' => 1 }, 'pager' => undef, 'attrs' => { 'join_type' => 'LEFT', 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'bind'}, 'cascade_copy' => 0, 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cursor' => bless( { 'sth' => undef, '_results' => [ 548740, 448491, 448491, '31971006568518', 0, '2023-12-13', undef, 'MONTEREY', '44.99', '44.99', undef, '2024-11-08', '2024-11-08 11:17:37', undef, 0, 0, undef, 0, undef, 0, undef, 'CD/FIC/NAPOLITANO, A', undef, 7, 5, 8, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-11-08 11:17:37', undef, 'ADULTAUDIO', 'ADULTAUDIO', '2024-11-30', 'ddc', 'CD_FIC_NAPOLITANO_A', undef, 'CHECK FOR 12 DISCS', undef, 'CD', undef, undef, undef, undef, undef, undef ], 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[4]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => undef, 'checkinmsgtype' => 'message', 'rentalcharge_daily' => undef, 'cn_suffix' => undef, 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&rft.type=audioRecording&rft.title=Hello%20beautiful%3A%20a%20novel%20&rft.isbn=9780593862391&rft.au=Napolitano%2C%20Ann%2C&rft.au=Tierney%2C%20Maura%2C', 'defaultreplacecost' => undef, 'ean' => undef, 'serial' => undef, 'normalized_ean' => '', 'editionstatement' => 'Unabridged.', 'part_name' => undef, 'part_number' => undef, 'editionresponsibility' => undef, 'collectionissn' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448491" class="title">Hello beautiful: a novel <span class="title_medium">[sound recording] / </span><span class="title_resp_stmt">Ann Napolitano. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22">Napolitano, Ann<span class="relatorcode"> [author.]</span></a></li> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Tierney%2C%20Maura%2C%22">Tierney, Maura<span class="authordates">, 1965-</span><span class="relatorcode"> [narrator.]</span></a></li> </ul><div class="results_summary edition"> <span class="label">Edition: </span>Unabridged.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/MU.png" alt="Sound" class="materialtype mt_icon_MU"> Sound</span><span class="results_literaryform"><span class="label">; Literary form: </span> fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><div class="results_summary publisher_number "> <span class="label">Publisher number: </span><ul class="resource_list"><li>PRHA 13154 Random House Audio</li></ul> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">[New York] :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Audio,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">BCD/NAPOLITANO, A.</span></span>. </span></span></span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span><span class="ItemSummary unavailable"></span></span> </div> ', 'publicationyear' => undef, 'parent_type' => undef, 'description' => 'Adult CD', 'abstract' => 'William Waters grew up in a house silenced by tragedy, where his parents could hardly bear to look at him, much less love him, so when he meets the spirited and ambitious Julia Padavano in his freshman year of college, it\'s as if the world has lit up around him. With Julia comes her family, as she and her three sisters are inseparable: Sylvie, the family\'s dreamer, is happiest with her nose in a book; Cecelia is a free-spirited artist; and Emeline patiently takes care of them all. With the Padavanos, William experiences a newfound contentment; every moment in their house is filled with loving chaos. But then darkness from William\'s past surfaces, jeopardizing not only Julia\'s carefully orchestrated plans for their future, but the sisters\' unshakeable devotion to one another. The result is a catastrophic family rift that changes their lives for generations. Will the loyalty that once rooted them be strong enough to draw them back together when it matters most?', 'normalized_upc' => '9780593862391', 'unititle' => undef, 'biblionumber' => 448491 }, { 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'rentalcharge_hourly_calendar' => 1, 'title' => 'Land of milk and honey /', 'biblioitemnumber' => 449403, 'seriestitle' => undef, 'collectionvolume' => undef, 'frameworkcode' => '', 'summary' => '', 'normalized_isbn' => '0593538242', 'artreqpossible' => '', 'pages' => '240 p. ; 24 cm', 'url' => undef, 'place' => undef, 'bnotes' => undef, 'issn' => undef, 'searchcategory' => '', 'cn_sort' => '', 'totalissues' => undef, 'number' => undef, 'lccn' => '2022045590', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780593538241 | 0593538242', 'itemtype' => 'BOOK', 'cn_class' => undef, 'copyrightdate' => undef, 'volumedate' => undef, 'normalized_oclc' => '', 'subtitle' => undef, 'checkinmsg' => '', 'size' => '', 'cn_item' => undef, 'datecreated' => '2023-09-05', 'timestamp' => '2023-09-27 09:40:09', 'processfee' => '0.000000', 'notforloan' => 0, 'medium' => undef, 'automatic_checkin' => 0, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { '_result_class' => 'Koha::Schema::Result::Item', '_attrs' => { 'alias' => 'me', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi', 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], 'where' => { 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 449403 }, '_last_sqlmaker_alias_map' => undef, 'cascade_copy' => 0, 'from' => [ { '-alias' => 'me', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items' } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'is_depends_on' => 0, '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'join_type' => 'LEFT', 'bind' => [] }, 'all_cache_position' => 0, 'attrs' => { 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'}, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, '_result_inflator' => { 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_core_row' => 1, 'is_hri' => 0 }, 'pager' => undef, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'cursor' => bless( { 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}, 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} ], 'sth' => undef, '_results' => [ 546341, 449403, 449403, '37487003284250', 0, '2023-09-25', '207', 'PACIFIC', '16.80', '28.00', '2023-09-25', '2024-08-02', '2024-08-20 11:24:33', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC ZHANG, C.', undef, 9, 1, 22, undef, undef, undef, undef, 'PACIFIC', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_ZHANG_C', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ] }, 'DBIx::Class::Storage::DBI::Cursor' ) }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => undef, 'notes' => undef, 'bi_notforloan' => 0, 'illus' => undef, 'volumedesc' => undef, 'hideinopac' => 0, 'sip_media_type' => '001', 'author' => 'Zhang, C Pam,', 'biblio_object' => bless( { '_result' => bless( { '_relationship_data' => { 'metadata' => bless( { '_column_data' => { 'biblionumber' => 449403, 'timestamp' => '2023-09-27 09:40:09', 'id' => 314650, 'schema' => 'MARC21', 'format' => 'marcxml', 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>01170nam a22003258i 4500</leader> <controlfield tag="001">sky308034086</controlfield> <controlfield tag="003">SKY</controlfield> <controlfield tag="005">20230927094009.0</controlfield> <controlfield tag="008">220930s2023 nyu 000 1 eng </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a">2022045590</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780593538241</subfield> <subfield code="q">(hardcover)</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">0593538242</subfield> <subfield code="q">(hardcover)</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="b">eng</subfield> <subfield code="c">DLC</subfield> <subfield code="d">SKYRV</subfield> </datafield> <datafield tag="042" ind1=" " ind2=" "> <subfield code="a">pcc</subfield> </datafield> <datafield tag="050" ind1="0" ind2="0"> <subfield code="a">PS3626.H35</subfield> <subfield code="b">L36 2023</subfield> </datafield> <datafield tag="082" ind1="0" ind2="0"> <subfield code="a">813/.6</subfield> <subfield code="2">23</subfield> </datafield> <datafield tag="092" ind1=" " ind2=" "> <subfield code="a">FIC ZHANG, C.</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Zhang, C Pam,</subfield> <subfield code="e">author.</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Land of milk and honey /</subfield> <subfield code="c">C Pam Zhang.</subfield> </datafield> <datafield tag="263" ind1=" " ind2=" "> <subfield code="a">2309</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">New York :</subfield> <subfield code="b">Riverhead Books,</subfield> <subfield code="c">2023.</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">240 p. ; 24 cm</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">"about a Chinese American chef who, lured to a decadent, enigmatic colony of the superrich in a near future in which food is disappearing, discovers the meaning of pleasure and the ethics of who gets to enjoy it, altering her life and, indirectly, the world"--</subfield> <subfield code="c">Provided by publisher.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Women cooks</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Chinese Americans</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Food supply</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Social classes</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="7"> <subfield code="a">Dystopias</subfield> <subfield code="v">Fiction.</subfield> <subfield code="2">sears</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="2">ddc</subfield> <subfield code="c">BOOK</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">449403</subfield> <subfield code="d">449403</subfield> </datafield> </record> ', 'record_source_id' => undef }, '_in_storage' => 1, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_column_data' => { 'medium' => undef, 'title' => 'Land of milk and honey /', 'seriestitle' => undef, 'part_number' => undef, 'biblionumber' => 449403, 'copyrightdate' => undef, 'unititle' => undef, 'frameworkcode' => '', 'abstract' => '"about a Chinese American chef who, lured to a decadent, enigmatic colony of the superrich in a near future in which food is disappearing, discovers the meaning of pleasure and the ethics of who gets to enjoy it, altering her life and, indirectly, the world"--', 'notes' => undef, 'subtitle' => undef, 'datecreated' => '2023-09-05', 'author' => 'Zhang, C Pam,', 'timestamp' => '2023-09-27 09:40:09', 'part_name' => undef, 'serial' => undef }, '_in_storage' => 1, 'related_resultsets' => { 'metadata' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'cond' => { 'me.biblionumber' => 449403 }, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'pager' => undef, 'attrs' => { 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'}, 'accessor' => 'single', 'is_depends_on' => 0, 'alias' => 'me', 'cascade_update' => 1, 'cascade_delete' => 0, 'cascade_copy' => 0 } }, 'DBIx::Class::ResultSet' ), 'items' => bless( { 'cond' => { 'me.biblionumber' => 449403 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'}, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'} }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'collectiontitle' => undef, 'shelves' => bless( { '_resultset' => bless( { 'cond' => { '-and' => [ 'virtualshelfcontents.biblionumber', 449403, { 'public' => 1 } ] }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'pager' => undef, 'attrs' => { 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ], 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'distinct' => 'shelfnumber', 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[5]{'shelves'}{'_resultset'}{'cond'} }, '_result_class' => 'Koha::Schema::Result::Virtualshelve' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'cn_source' => 'ddc', 'volume' => undef, 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'part_number' => undef, 'editionresponsibility' => undef, 'collectionissn' => undef, 'normalized_upc' => '', 'abstract' => '"about a Chinese American chef who, lured to a decadent, enigmatic colony of the superrich in a near future in which food is disappearing, discovers the meaning of pleasure and the ethics of who gets to enjoy it, altering her life and, indirectly, the world"--', 'description' => 'Adult Book', 'biblionumber' => 449403, 'unititle' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=449403" class="title">Land of milk and honey / <span class="title_resp_stmt">C Pam Zhang. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Zhang%2C%20C%20Pam%2C%22">Zhang, C Pam<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Riverhead Books,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC ZHANG, C.</span></span>. </span></span></span> </div> ', 'publicationyear' => undef, 'parent_type' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Land%20of%20milk%20and%20honey%20%2F&rft.isbn=9780593538241&rft.au=Zhang%2C%20C%20Pam%2C', 'ean' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'cn_suffix' => undef, 'part_name' => undef, 'normalized_ean' => '', 'serial' => undef, 'editionstatement' => undef }, { 'place' => undef, 'url' => undef, 'artreqpossible' => '', 'pages' => '281 pages ;', 'summary' => '', 'normalized_isbn' => '052551208X', 'frameworkcode' => '', 'collectionvolume' => undef, 'title' => 'Lone women :', 'biblioitemnumber' => 444691, 'seriestitle' => undef, 'rentalcharge_hourly_calendar' => 1, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'searchcategory' => '', 'cn_sort' => '', 'issn' => undef, 'bnotes' => undef, 'volumedate' => undef, 'normalized_oclc' => '', 'cn_class' => undef, 'copyrightdate' => undef, 'itemtype' => 'BOOK', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780525512080 | 052551208X :', 'lccn' => ' 2022035155', 'totalissues' => undef, 'number' => undef, 'processfee' => '0.000000', 'timestamp' => '2023-11-16 14:10:14', 'datecreated' => '2023-01-17', 'checkinmsg' => '', 'size' => '25 cm', 'subtitle' => 'a novel /', 'cn_item' => undef, 'notes' => undef, 'bi_notforloan' => 0, 'publishercode' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'cursor' => bless( { 'sth' => undef, '_results' => [ 541227, 444691, 444691, '37487003275712', 0, '2023-05-09', '207', 'PACIFIC', '16.20', '27.00', '2023-05-09', '2024-07-22', '2024-09-13 16:46:03', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC LAVALLE, V.', undef, 9, 9, 32, undef, undef, undef, undef, 'PACIFIC', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_LAVALLE_V', undef, undef, undef, 'BOOK', '<?xml version="1.0" encoding="UTF-8"?> <collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <record> <leader> a </leader> <datafield tag="999" ind1=" " ind2=" "> <subfield code="x"></subfield> </datafield> </record> </collection>', undef, undef, undef, undef, undef ], 'args' => [ [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items', '-alias' => 'me' } ], [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], { 'me.biblionumber' => 444691, 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ] }, { 'select' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[1], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], '_last_sqlmaker_alias_map' => undef, 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi', 'alias' => 'me', 'bind' => [], 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0, '_simple_passthrough_construction' => 1, 'cascade_copy' => 0, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'from' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[0] } ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'pager' => undef, '_result_inflator' => { 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_core_row' => 1, 'is_hri' => 0 }, 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'} }, 'all_cache_position' => 0, '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3], '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'automatic_checkin' => 0, 'medium' => undef, 'notforloan' => 0, 'agerestriction' => undef, 'allow_onshelf_holds' => '1', 'volume' => undef, 'cn_source' => 'ddc', 'shelves' => bless( { '_resultset' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'cond' => { '-and' => [ 'virtualshelfcontents.biblionumber', 444691, { 'public' => 1 } ] }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'attrs' => { 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ], 'order_by' => { '-asc' => 'shelfname' }, 'alias' => 'me', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'shelves'}{'_resultset'}{'cond'}, 'distinct' => 'shelfnumber', 'bind' => [] }, 'pager' => undef }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'biblio_object' => bless( { '_result' => bless( { '_in_storage' => 1, '_column_data' => { 'notes' => undef, 'frameworkcode' => '', 'abstract' => '"Adelaide Henry carries an enormous steamer trunk with her wherever she goes. It\'s locked at all times. Because when the trunk is opened, people around her start to disappear... The year is 1914, and Adelaide is in trouble. Her secret sin killed her parents, and forced her to flee her hometown of Redondo, California, in a hellfire rush, ready to make her way to Montana as a homesteader. Dragging the trunk with her at every stop, she will be one of the "lone women" taking advantage of the government\'s offer of free land for those who can cultivate it-except that Adelaide isn\'t alone. And the secret she\'s tried so desperately to lock away might be the only thing keeping her alive"--', 'copyrightdate' => undef, 'unititle' => undef, 'biblionumber' => 444691, 'part_number' => undef, 'seriestitle' => undef, 'medium' => undef, 'title' => 'Lone women :', 'serial' => undef, 'part_name' => undef, 'timestamp' => '2023-05-02 08:39:35', 'author' => 'LaValle, Victor,', 'datecreated' => '2023-01-17', 'subtitle' => 'a novel /' }, 'related_resultsets' => { 'metadata' => bless( { 'attrs' => { 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_copy' => 0, 'where' => { 'me.biblionumber' => 444691 }, 'bind' => [], 'accessor' => 'single' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'DBIx::Class::ResultSet' ), 'items' => bless( { 'cond' => { 'me.biblionumber' => 444691 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'attrs' => { 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[6]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'}, 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'accessor' => 'multi' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, '_relationship_data' => { 'metadata' => bless( { '_in_storage' => 1, '_column_data' => { 'schema' => 'MARC21', 'id' => 309938, 'biblionumber' => 444691, 'timestamp' => '2023-11-16 14:10:14', 'record_source_id' => undef, 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>01941pam a2200385 i 4500</leader> <controlfield tag="001">BRD2022035155</controlfield> <controlfield tag="003">DLC</controlfield> <controlfield tag="005">20231116141014.0</controlfield> <controlfield tag="008">220721s2023 nyu 000 1 eng </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a"> 2022035155</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780525512080</subfield> <subfield code="q">(hardback ;</subfield> <subfield code="q">acid-free paper) :</subfield> <subfield code="c">$27.00</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">052551208X :</subfield> <subfield code="c">$27.00</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="b">eng</subfield> <subfield code="e">rda</subfield> <subfield code="c">DLC</subfield> </datafield> <datafield tag="042" ind1=" " ind2=" "> <subfield code="a">pcc</subfield> </datafield> <datafield tag="043" ind1=" " ind2=" "> <subfield code="a">n-usp--</subfield> </datafield> <datafield tag="050" ind1="0" ind2="0"> <subfield code="a">PS3562.A8458</subfield> <subfield code="b">L66 2023</subfield> </datafield> <datafield tag="082" ind1="0" ind2="0"> <subfield code="a">813/.54</subfield> <subfield code="2">23</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">FIC</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">LaValle, Victor,</subfield> <subfield code="d">1972-</subfield> <subfield code="e">author.</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Lone women :</subfield> <subfield code="b">a novel /</subfield> <subfield code="c">Victor LaValle.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">First edition.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">New York :</subfield> <subfield code="b">One World,</subfield> <subfield code="c">[2023]</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">281 pages ;</subfield> <subfield code="c">25 cm</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">text</subfield> <subfield code="b">txt</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">unmediated</subfield> <subfield code="b">n</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">volume</subfield> <subfield code="b">nc</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">"Adelaide Henry carries an enormous steamer trunk with her wherever she goes. It\'s locked at all times. Because when the trunk is opened, people around her start to disappear... The year is 1914, and Adelaide is in trouble. Her secret sin killed her parents, and forced her to flee her hometown of Redondo, California, in a hellfire rush, ready to make her way to Montana as a homesteader. Dragging the trunk with her at every stop, she will be one of the "lone women" taking advantage of the government\'s offer of free land for those who can cultivate it-except that Adelaide isn\'t alone. And the secret she\'s tried so desperately to lock away might be the only thing keeping her alive"--</subfield> <subfield code="c">Provided by publisher.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Young women</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="651" ind1=" " ind2="0"> <subfield code="a">West (U.S.)</subfield> <subfield code="x">History</subfield> <subfield code="y">1890-1945</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Horror fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Fantasy fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Historical fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="776" ind1="0" ind2="8"> <subfield code="i">Online version:</subfield> <subfield code="a">LaValle, Victor, 1972-</subfield> <subfield code="t">Lone women.</subfield> <subfield code="b">First edition</subfield> <subfield code="d">New York : One World, [2023]</subfield> <subfield code="z">9780525512097</subfield> <subfield code="w">(DLC) 2022035156</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="c">BOOK</subfield> <subfield code="2">ddc</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">444691</subfield> <subfield code="d">444691</subfield> </datafield> </record> ', 'format' => 'marcxml' }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_inflated_column' => {} }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'hideinopac' => 0, 'volumedesc' => undef, 'sip_media_type' => '001', 'author' => 'LaValle, Victor,', 'illus' => undef, 'parent_type' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=444691" class="title">Lone women : a novel / <span class="title_resp_stmt">Victor LaValle. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22LaValle%2C%20Victor%2C%22">LaValle, Victor<span class="authordates">, 1972-</span><span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">One World,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC LAVALLE, V.</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC LAVALLE, V.</span></span>. </span></span></span> </div> ', 'publicationyear' => undef, 'biblionumber' => 444691, 'unititle' => undef, 'normalized_upc' => '', 'description' => 'Adult Book', 'abstract' => '"Adelaide Henry carries an enormous steamer trunk with her wherever she goes. It\'s locked at all times. Because when the trunk is opened, people around her start to disappear... The year is 1914, and Adelaide is in trouble. Her secret sin killed her parents, and forced her to flee her hometown of Redondo, California, in a hellfire rush, ready to make her way to Montana as a homesteader. Dragging the trunk with her at every stop, she will be one of the "lone women" taking advantage of the government\'s offer of free land for those who can cultivate it-except that Adelaide isn\'t alone. And the secret she\'s tried so desperately to lock away might be the only thing keeping her alive"--', 'collectionissn' => undef, 'part_number' => undef, 'editionresponsibility' => undef, 'rentalcharge_daily_calendar' => 1, 'rentalcharge' => '0.000000', 'editionstatement' => 'First edition.', 'normalized_ean' => '', 'serial' => undef, 'part_name' => undef, 'cn_suffix' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'ean' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Lone%20women%20%3A%20a%20novel%20%2F&rft.isbn=9780525512080&rft.au=LaValle%2C%20Victor%2C' }, { 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'collectiontitle' => undef, 'shelves' => bless( { '_resultset' => bless( { 'attrs' => { 'distinct' => 'shelfnumber', 'bind' => [], 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 446570, { 'public' => 1 } ] }, 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'shelves'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'cn_source' => undef, 'volume' => undef, 'author' => 'Jackson, Jenny', 'hideinopac' => 0, 'sip_media_type' => '001', 'volumedesc' => undef, 'biblio_object' => bless( { '_result' => bless( { '_relationship_data' => { 'metadata' => bless( { '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, '_column_data' => { 'id' => 311817, 'schema' => 'MARC21', 'timestamp' => '2023-06-21 19:14:20', 'biblionumber' => 446570, 'format' => 'marcxml', 'metadata' => "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <record xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\" xmlns=\"http://www.loc.gov/MARC21/slim\"> <leader>02377nam a2200349 i 4500</leader> <controlfield tag=\"001\">BRDBD23076011</controlfield> <controlfield tag=\"003\">PWmBRO</controlfield> <controlfield tag=\"005\">20230621191420.0</controlfield> <controlfield tag=\"008\">230317s2023 nyu d 000 1 eng d</controlfield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">9780593676714 (large print) :</subfield> <subfield code=\"c\">\$30.00</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">0593676718 (large print) :</subfield> <subfield code=\"c\">\$30.00</subfield> </datafield> <datafield tag=\"040\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">PABRO</subfield> <subfield code=\"b\">eng</subfield> <subfield code=\"e\">rda</subfield> <subfield code=\"c\">PABRO</subfield> </datafield> <datafield tag=\"043\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">n-us-ny</subfield> </datafield> <datafield tag=\"050\" ind1=\" \" ind2=\"4\"> <subfield code=\"a\">PS3610.A3519</subfield> <subfield code=\"b\">P56 2023</subfield> </datafield> <datafield tag=\"082\" ind1=\"0\" ind2=\"4\"> <subfield code=\"a\">813/.6</subfield> <subfield code=\"2\">23</subfield> </datafield> <datafield tag=\"099\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">FIC</subfield> </datafield> <datafield tag=\"100\" ind1=\"1\" ind2=\" \"> <subfield code=\"a\">Jackson, Jenny</subfield> <subfield code=\"c\">(Editor),</subfield> <subfield code=\"e\">author.</subfield> </datafield> <datafield tag=\"245\" ind1=\"1\" ind2=\"0\"> <subfield code=\"a\">Pineapple Street</subfield> <subfield code=\"h\">[large print] :</subfield> <subfield code=\"b\">a novel /</subfield> <subfield code=\"c\">Jenny Jackson.</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"1\"> <subfield code=\"a\">New York :</subfield> <subfield code=\"b\">Random House Large Print,</subfield> <subfield code=\"c\">[2023]</subfield> </datafield> <datafield tag=\"300\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">381 pages (large print) ;</subfield> <subfield code=\"c\">24 cm</subfield> </datafield> <datafield tag=\"336\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">text</subfield> <subfield code=\"b\">txt</subfield> <subfield code=\"2\">rdacontent</subfield> </datafield> <datafield tag=\"337\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">unmediated</subfield> <subfield code=\"b\">n</subfield> <subfield code=\"2\">rdamedia</subfield> </datafield> <datafield tag=\"338\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">volume</subfield> <subfield code=\"b\">nc</subfield> <subfield code=\"2\">rdacarrier</subfield> </datafield> <datafield tag=\"520\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">A New York Times bestseller | A Good Morning America Book Club Pick The season s first beach read, a delicious romp of a debut featuring family crises galore. The\x{a0}New York Times A\x{a0}delicious new Gilded Age family drama a guilty pleasure that also feels like a sociological text. Vogue A deliciously funny, sharply observed debut of family, love, and class, this zeitgeisty novel follows three women in one wealthy Brooklyn clan Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process;\x{a0}Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can t have, and must decide what kind of person she wants to be.\x{a0} Rife with the indulgent pleasures of life among New York s one-percenters, Pineapple Street is a smart, escapist novel that sparkles with wit. Full of recognizable, loveable if fallible characters, it s about the peculiar unknowability of someone else s family, the miles between the haves and have-nots, and the insanity of first love all wrapped in a story that is a sheer delight.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Rich people</subfield> <subfield code=\"z\">New York (State)</subfield> <subfield code=\"z\">New York</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Family secrets</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Man-woman relationships</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Domestic fiction.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Novels.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Large type books.</subfield> </datafield> <datafield tag=\"942\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">BOOK</subfield> </datafield> <datafield tag=\"999\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">446570</subfield> <subfield code=\"d\">446570</subfield> </datafield> </record> ", 'record_source_id' => undef }, '_in_storage' => 1 }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_column_data' => { 'serial' => undef, 'timestamp' => '2023-06-21 19:14:21', 'part_name' => undef, 'author' => 'Jackson, Jenny', 'datecreated' => '2023-04-25', 'subtitle' => 'a novel /', 'notes' => undef, 'frameworkcode' => '', 'abstract' => "A New York Times bestseller | A Good Morning America Book Club Pick The season s first beach read, a delicious romp of a debut featuring family crises galore. The\x{a0}New York Times A\x{a0}delicious new Gilded Age family drama a guilty pleasure that also feels like a sociological text. Vogue A deliciously funny, sharply observed debut of family, love, and class, this zeitgeisty novel follows three women in one wealthy Brooklyn clan Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process;\x{a0}Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can t have, and must decide what kind of person she wants to be.\x{a0} Rife with the indulgent pleasures of life among New York s one-percenters, Pineapple Street is a smart, escapist novel that sparkles with wit. Full of recognizable, loveable if fallible characters, it s about the peculiar unknowability of someone else s family, the miles between the haves and have-nots, and the insanity of first love all wrapped in a story that is a sheer delight.", 'biblionumber' => 446570, 'copyrightdate' => undef, 'unititle' => undef, 'part_number' => undef, 'medium' => '[large print] :', 'title' => 'Pineapple Street', 'seriestitle' => undef }, '_in_storage' => 1, 'related_resultsets' => { 'metadata' => bless( { 'cond' => { 'me.biblionumber' => 446570 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'attrs' => { 'accessor' => 'single', 'cascade_copy' => 0, 'cascade_delete' => 0, 'cascade_update' => 1, 'is_depends_on' => 0, 'alias' => 'me', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'}, 'bind' => [] }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::BiblioMetadata' }, 'DBIx::Class::ResultSet' ), 'items' => bless( { 'cond' => { 'me.biblionumber' => 446570 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'pager' => undef, 'attrs' => { 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT' }, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'illus' => undef, 'bi_notforloan' => 0, 'notes' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { '_result_class' => 'Koha::Schema::Result::Item', '_attrs' => { 'is_depends_on' => 0, 'cascade_delete' => 0, '_simple_passthrough_construction' => 1, 'cascade_copy' => 0, 'from' => [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items', '-alias' => 'me' } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'bind'}, 'join_type' => 'LEFT', 'alias' => 'me', 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], 'where' => { 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 446570, 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ] }, '_last_sqlmaker_alias_map' => undef, 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi' }, '_result_inflator' => { 'is_hri' => 0, 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'} }, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_copy' => 0, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'attrs'}{'bind'}, 'accessor' => 'multi', 'join_type' => 'LEFT' }, 'pager' => undef, 'all_cache_position' => 0, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'cursor' => bless( { 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[7]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}, '_results' => [ 541772, 446570, 446570, '31971100070262', 0, '2023-06-30', '347', 'MONTEREY', '18.00', '18.00', undef, '2024-11-12', '2024-11-12 14:52:11', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC/LPE JACKSON, J.', undef, 14, 5, 26, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-11-12 14:52:11', undef, 'ADULTLP', 'ADULTLP', '2024-12-03', 'ddc', 'FIC_LPE_JACKSON_J', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ], 'sth' => undef }, 'DBIx::Class::Storage::DBI::Cursor' ), 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => undef, 'automatic_checkin' => 0, 'notforloan' => 0, 'medium' => '[large print] :', 'serial' => undef, 'normalized_ean' => '', 'editionstatement' => undef, 'part_name' => undef, 'checkinmsgtype' => 'message', 'rentalcharge_daily' => '0.000000', 'cn_suffix' => undef, 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Pineapple%20Street%20a%20novel%20%2F&rft.isbn=9780593676714%20%28large%20print%29%20%3A&rft.au=Jackson%2C%20Jenny', 'defaultreplacecost' => '0.000000', 'ean' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=446570" class="title">Pineapple Street <span class="title_medium">[large print] : </span>a novel / <span class="title_resp_stmt">Jenny Jackson. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Jackson%2C%20Jenny%22">Jackson, Jenny (Editor)<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> large print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Large Print,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span></span> </div> ', 'publicationyear' => undef, 'parent_type' => undef, 'abstract' => "A New York Times bestseller | A Good Morning America Book Club Pick The season s first beach read, a delicious romp of a debut featuring family crises galore. The\x{a0}New York Times A\x{a0}delicious new Gilded Age family drama a guilty pleasure that also feels like a sociological text. Vogue A deliciously funny, sharply observed debut of family, love, and class, this zeitgeisty novel follows three women in one wealthy Brooklyn clan Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process;\x{a0}Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can t have, and must decide what kind of person she wants to be.\x{a0} Rife with the indulgent pleasures of life among New York s one-percenters, Pineapple Street is a smart, escapist novel that sparkles with wit. Full of recognizable, loveable if fallible characters, it s about the peculiar unknowability of someone else s family, the miles between the haves and have-nots, and the insanity of first love all wrapped in a story that is a sheer delight.", 'description' => 'Adult Book', 'normalized_upc' => '', 'unititle' => undef, 'biblionumber' => 446570, 'editionresponsibility' => undef, 'part_number' => undef, 'collectionissn' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'cn_sort' => '', 'searchcategory' => '', 'issn' => undef, 'bnotes' => undef, 'pages' => '381 pages (large print) ;', 'artreqpossible' => '', 'url' => undef, 'place' => undef, 'frameworkcode' => '', 'normalized_isbn' => '0593676718', 'summary' => '', 'collectionvolume' => undef, 'rentalcharge_hourly_calendar' => 1, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'seriestitle' => undef, 'biblioitemnumber' => 446570, 'title' => 'Pineapple Street', 'processfee' => '0.000000', 'timestamp' => '2023-06-21 19:14:21', 'datecreated' => '2023-04-25', 'cn_item' => undef, 'checkinmsg' => '', 'size' => '24 cm', 'subtitle' => 'a novel /', 'normalized_oclc' => '', 'volumedate' => undef, 'itemtype' => 'BOOK', 'copyrightdate' => undef, 'cn_class' => undef, 'lccn' => undef, 'isbn' => '9780593676714 (large print) : | 0593676718 (large print) :', 'rentalcharge_hourly' => '0.000000', 'number' => undef, 'totalissues' => undef }, { 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'rentalcharge_hourly_calendar' => 1, 'title' => 'Pineapple Street :', 'biblioitemnumber' => 445766, 'seriestitle' => undef, 'collectionvolume' => undef, 'frameworkcode' => '', 'summary' => '', 'normalized_isbn' => '059349069X', 'artreqpossible' => '', 'pages' => '304 pages ;', 'url' => undef, 'place' => '[New York] :', 'bnotes' => undef, 'issn' => undef, 'searchcategory' => '', 'cn_sort' => '', 'totalissues' => undef, 'number' => undef, 'lccn' => '2022018944', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780593490693 | 059349069X', 'itemtype' => 'BOOK', 'cn_class' => undef, 'copyrightdate' => 2023, 'volumedate' => undef, 'normalized_oclc' => '', 'subtitle' => 'a novel /', 'checkinmsg' => '', 'size' => '24 cm', 'cn_item' => undef, 'datecreated' => '2023-03-02', 'timestamp' => '2023-04-04 09:22:53', 'processfee' => '0.000000', 'notforloan' => 0, 'medium' => undef, 'automatic_checkin' => 0, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'cond' => { 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.biblionumber' => 445766, 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ] }, 'cursor' => bless( { 'attrs' => { 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cond'}, '_last_sqlmaker_alias_map' => undef, 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi', 'alias' => 'me', 'bind' => [], 'join_type' => 'LEFT', 'is_depends_on' => 0, 'cascade_delete' => 0, '_simple_passthrough_construction' => 1, 'cascade_copy' => 0, 'from' => [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items', '-alias' => 'me' } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'} }, 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cond'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'} ], 'sth' => undef, '_results' => [ 542469, 445766, 445766, '31971100070148', 0, '2023-06-12', undef, 'MONTEREY', '15.40', '15.40', undef, '2024-02-20', '2024-04-19 10:34:27', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC JACKSON, J.', undef, 10, 6, 14, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_JACKSON_J', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, '_result_inflator' => { 'is_hri' => 0, 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'} }, 'attrs' => { 'accessor' => 'multi', 'cascade_copy' => 0, 'join_type' => 'LEFT', 'alias' => 'me', 'is_depends_on' => 0, 'cascade_delete' => 0, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'bind'}, 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cond'} }, 'pager' => undef, 'all_cache_position' => 0, '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'publishercode' => 'Pamela Dorman Books/Viking,', 'notes' => undef, 'bi_notforloan' => 0, 'illus' => undef, 'hideinopac' => 0, 'volumedesc' => undef, 'sip_media_type' => '001', 'author' => 'Jackson, Jenny', 'biblio_object' => bless( { '_result' => bless( { '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_inflated_column' => {}, '_relationship_data' => { 'metadata' => bless( { '_in_storage' => 1, '_column_data' => { 'format' => 'marcxml', 'record_source_id' => undef, 'metadata' => "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <record xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\" xmlns=\"http://www.loc.gov/MARC21/slim\"> <leader>01624cam a22003731i 4500</leader> <controlfield tag=\"001\">sky307452158</controlfield> <controlfield tag=\"003\">SKY</controlfield> <controlfield tag=\"005\">20230404092253.0</controlfield> <controlfield tag=\"008\">220419s2023 onc e 000 1 eng </controlfield> <datafield tag=\"010\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">2022018944</subfield> </datafield> <datafield tag=\"015\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">20220222800</subfield> <subfield code=\"2\">can</subfield> </datafield> <datafield tag=\"019\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">sky308194308</subfield> <subfield code=\"a\">sky308196474</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">9780593490693</subfield> </datafield> <datafield tag=\"020\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">059349069X</subfield> </datafield> <datafield tag=\"040\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">NLC</subfield> <subfield code=\"b\">eng</subfield> <subfield code=\"c\">NLC</subfield> <subfield code=\"d\">NLC</subfield> <subfield code=\"d\">DLC</subfield> <subfield code=\"d\">OCLCO</subfield> <subfield code=\"d\">OCLCF</subfield> <subfield code=\"d\">NLC</subfield> <subfield code=\"d\">YDX</subfield> <subfield code=\"d\">JVK</subfield> <subfield code=\"d\">OMN</subfield> <subfield code=\"d\">SKYRV</subfield> </datafield> <datafield tag=\"042\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">lac</subfield> </datafield> <datafield tag=\"043\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">n-us-ny</subfield> </datafield> <datafield tag=\"050\" ind1=\"0\" ind2=\"0\"> <subfield code=\"a\">PS3610.A3519</subfield> <subfield code=\"b\">P56 2023</subfield> </datafield> <datafield tag=\"082\" ind1=\"0\" ind2=\" \"> <subfield code=\"a\">813/.6</subfield> <subfield code=\"2\">23</subfield> </datafield> <datafield tag=\"092\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">FIC JACKSON, J.</subfield> </datafield> <datafield tag=\"100\" ind1=\"1\" ind2=\" \"> <subfield code=\"a\">Jackson, Jenny</subfield> <subfield code=\"c\">(Editor),</subfield> <subfield code=\"e\">author.</subfield> </datafield> <datafield tag=\"245\" ind1=\"1\" ind2=\"0\"> <subfield code=\"a\">Pineapple Street :</subfield> <subfield code=\"b\">a novel /</subfield> <subfield code=\"c\">Jenny Jackson.</subfield> </datafield> <datafield tag=\"260\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">[New York] :</subfield> <subfield code=\"b\">Pamela Dorman Books/Viking,</subfield> <subfield code=\"c\">2023.</subfield> </datafield> <datafield tag=\"264\" ind1=\" \" ind2=\"1\"> <subfield code=\"a\">Toronto :</subfield> <subfield code=\"b\">Viking Canada,</subfield> <subfield code=\"c\">2023.</subfield> </datafield> <datafield tag=\"300\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">304 pages ;</subfield> <subfield code=\"c\">24 cm</subfield> </datafield> <datafield tag=\"520\" ind1=\" \" ind2=\" \"> <subfield code=\"a\">\"Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process; Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can\x{2019}t have, and must decide what kind of person she wants to be.\" --publisher's website.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Rich people</subfield> <subfield code=\"z\">New York (State)</subfield> <subfield code=\"z\">New York</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Wealth</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Upper class families</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"650\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">Marriage</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"651\" ind1=\" \" ind2=\"0\"> <subfield code=\"a\">New York (N.Y)</subfield> <subfield code=\"v\">Fiction.</subfield> </datafield> <datafield tag=\"655\" ind1=\" \" ind2=\"7\"> <subfield code=\"a\">Domestic fiction.</subfield> <subfield code=\"2\">lcgft</subfield> </datafield> <datafield tag=\"942\" ind1=\" \" ind2=\" \"> <subfield code=\"2\">ddc</subfield> <subfield code=\"c\">BOOK</subfield> </datafield> <datafield tag=\"999\" ind1=\" \" ind2=\" \"> <subfield code=\"c\">445766</subfield> <subfield code=\"d\">445766</subfield> </datafield> </record> ", 'id' => 311013, 'schema' => 'MARC21', 'timestamp' => '2023-04-04 09:22:53', 'biblionumber' => 445766 }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, 'related_resultsets' => { 'items' => bless( { 'cond' => { 'me.biblionumber' => 445766 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'attrs' => { 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'attrs'}{'bind'}, 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0 }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { 'cond' => { 'me.biblionumber' => 445766 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'attrs' => { 'is_depends_on' => 0, 'alias' => 'me', 'cascade_update' => 1, 'cascade_delete' => 0, 'cascade_copy' => 0, 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'}, 'accessor' => 'single' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::BiblioMetadata' }, 'DBIx::Class::ResultSet' ) }, '_in_storage' => 1, '_column_data' => { 'medium' => undef, 'title' => 'Pineapple Street :', 'seriestitle' => undef, 'part_number' => undef, 'biblionumber' => 445766, 'copyrightdate' => 2023, 'unititle' => undef, 'frameworkcode' => '', 'abstract' => "\"Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process; Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can\x{2019}t have, and must decide what kind of person she wants to be.\" --publisher's website.", 'notes' => undef, 'subtitle' => 'a novel /', 'datecreated' => '2023-03-02', 'author' => 'Jackson, Jenny', 'timestamp' => '2023-04-04 09:22:53', 'part_name' => undef, 'serial' => undef } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'shelves' => bless( { '_resultset' => bless( { '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'pager' => undef, 'attrs' => { 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'distinct' => 'shelfnumber', 'bind' => [], 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 445766, { 'public' => 1 } ] }, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}, 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[8]{'shelves'}{'_resultset'}{'attrs'}{'where'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'cn_source' => 'ddc', 'volume' => undef, 'allow_onshelf_holds' => '1', 'agerestriction' => undef, 'rentalcharge' => '0.000000', 'rentalcharge_daily_calendar' => 1, 'part_number' => undef, 'editionresponsibility' => undef, 'collectionissn' => undef, 'normalized_upc' => '', 'abstract' => "\"Darley, the eldest daughter in the well-connected old money Stockton family, followed her heart, trading her job and her inheritance for motherhood but giving up far too much in the process; Sasha, a middle-class New England girl, has married into the Brooklyn Heights family, and finds herself cast as the arriviste outsider; and Georgiana, the baby of the family, has fallen in love with someone she can\x{2019}t have, and must decide what kind of person she wants to be.\" --publisher's website.", 'description' => 'Adult Book', 'biblionumber' => 445766, 'unititle' => undef, 'publicationyear' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=445766" class="title">Pineapple Street : a novel / <span class="title_resp_stmt">Jenny Jackson. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Jackson%2C%20Jenny%22">Jackson, Jenny (Editor)<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">Toronto :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Viking Canada,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (2)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC JACKSON, J., ..</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC JACKSON, J.</span></span>. </span></span></span> </div> ', 'parent_type' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Pineapple%20Street%20%3A%20a%20novel%20%2F&rft.isbn=9780593490693&rft.au=Jackson%2C%20Jenny&rft.pub=Pamela%20Dorman%20Books%2FViking%2C&rft.date=2023.', 'ean' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'cn_suffix' => undef, 'part_name' => undef, 'normalized_ean' => '', 'serial' => undef, 'editionstatement' => undef }, { 'volumedate' => undef, 'normalized_oclc' => '', 'cn_class' => undef, 'copyrightdate' => undef, 'itemtype' => 'BOOK', 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780525558965 | 0525558969 :', 'lccn' => ' 2023022290', 'totalissues' => undef, 'number' => undef, 'processfee' => '0.000000', 'timestamp' => '2023-10-19 09:44:46', 'datecreated' => '2023-08-15', 'checkinmsg' => '', 'size' => '25 cm', 'subtitle' => undef, 'cn_item' => undef, 'place' => undef, 'url' => undef, 'artreqpossible' => '', 'pages' => '454 pages ;', 'summary' => '', 'normalized_isbn' => '0525558969', 'frameworkcode' => '', 'collectionvolume' => undef, 'biblioitemnumber' => 448892, 'title' => 'The fraud /', 'seriestitle' => undef, 'rentalcharge_hourly_calendar' => 1, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'searchcategory' => '', 'cn_sort' => '', 'issn' => undef, 'bnotes' => undef, 'parent_type' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448892" class="title">The fraud / <span class="title_resp_stmt">Zadie Smith. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Smith%2C%20Zadie%2C%22">Smith, Zadie<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Penguin Press,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> ', 'publicationyear' => undef, 'biblionumber' => 448892, 'unititle' => undef, 'normalized_upc' => '', 'abstract' => '"It is 1873. Mrs. Eliza Touchet is the Scottish housekeeper-and cousin by marriage-of a once-famous novelist, now in decline, William Ainsworth, with whom she has lived for thirty years. Mrs. Touchet is a woman of many interests: literature, justice, abolitionism, class, her cousin, his wives, this life and the next. But she is also sceptical. She suspects her cousin of having no talent; his successful friend, Mr. Charles Dickens, of being a bully and a moralist; and England of being a land of facades, in which nothing is quite what it seems. Andrew Bogle, meanwhile, grew up enslaved on the Hope Plantation, Jamaica. He knows every lump of sugar comes at a human cost. That the rich deceive the poor. And that people are more easily manipulated than they realize. When Bogle finds himself in London, star witness in a celebrated case of imposture, he knows his future depends on telling the right story. The "Tichborne Trial"-wherein a lower-class butcher from Australia claimed he was in fact the rightful heir of a sizable estate and title-captivates Mrs. Touchet and all of England. Is Sir Roger Tichborne really who he says he is? Or is he a fraud? Mrs. Touchet is a woman of the world. Mr. Bogle is no fool. But in a world of hypocrisy and self-deception, deciding what is real proves a complicated task.""--', 'description' => 'Adult Book', 'collectionissn' => undef, 'editionresponsibility' => undef, 'part_number' => undef, 'rentalcharge_daily_calendar' => 1, 'rentalcharge' => '0.000000', 'editionstatement' => undef, 'normalized_ean' => '', 'serial' => undef, 'part_name' => undef, 'cn_suffix' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'ean' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=The%20fraud%20%2F&rft.isbn=9780525558965&rft.au=Smith%2C%20Zadie%2C', 'notes' => undef, 'bi_notforloan' => 0, 'publishercode' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { 'cursor' => bless( { 'sth' => undef, '_results' => [ 545748, 448892, 448892, '37487003283690', 0, '2023-09-07', '207', 'PACIFIC', '17.40', '29.00', '2023-09-07', '2024-11-07', '2024-11-07 15:20:28', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC SMITH, Z. ', undef, 15, 3, 20, undef, undef, undef, undef, 'MONTEREY', '2024-11-07 15:20:28', undef, 'ADFIC', 'ADFIC', '2024-12-02', 'ddc', 'FIC_SMITH_Z', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ], 'args' => [ [ { 'me' => 'items', '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, '-alias' => 'me' } ], [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], { 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.biblionumber' => 448892, 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ] }, { 'alias' => 'me', '_last_sqlmaker_alias_map' => undef, 'select' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[1], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'accessor' => 'multi', 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'is_depends_on' => 0, '_simple_passthrough_construction' => 1, 'cascade_delete' => 0, 'from' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[0], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cascade_copy' => 0, 'bind' => [], 'join_type' => 'LEFT' } ], 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'attrs' => { 'join_type' => 'LEFT', 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[2], 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'}, 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me' }, '_result_inflator' => { 'is_core_row' => 1, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_hri' => 0 }, 'pager' => undef, 'all_cache_position' => 0, '_attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3], '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'automatic_checkin' => 0, 'medium' => undef, 'notforloan' => 0, 'agerestriction' => undef, 'allow_onshelf_holds' => '1', 'volume' => undef, 'cn_source' => undef, 'shelves' => bless( { '_resultset' => bless( { 'pager' => undef, 'attrs' => { 'order_by' => { '-asc' => 'shelfname' }, 'alias' => 'me', 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 448892, { 'public' => 1 } ] }, 'distinct' => 'shelfnumber', 'bind' => [], 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] }, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'shelves'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'biblio_object' => bless( { '_result' => bless( { '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_relationship_data' => { 'metadata' => bless( { '_in_storage' => 1, '_column_data' => { 'timestamp' => '2023-10-19 09:44:46', 'biblionumber' => 448892, 'id' => 314139, 'schema' => 'MARC21', 'record_source_id' => undef, 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>02377nam a2200349 i 4500</leader> <controlfield tag="001">BRD2023022290</controlfield> <controlfield tag="003">DLC</controlfield> <controlfield tag="005">20231019094446.0</controlfield> <controlfield tag="008">230519s2023 nyu 000 1 eng </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a"> 2023022290</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780525558965</subfield> <subfield code="q">(hardcover) :</subfield> <subfield code="c">$29.00</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">0525558969 :</subfield> <subfield code="c">$29.00</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="b">eng</subfield> <subfield code="e">rda</subfield> <subfield code="c">DLC</subfield> </datafield> <datafield tag="042" ind1=" " ind2=" "> <subfield code="a">pcc</subfield> </datafield> <datafield tag="050" ind1="0" ind2="0"> <subfield code="a">PR6069.M59</subfield> <subfield code="b">F73 2023</subfield> </datafield> <datafield tag="082" ind1="0" ind2="0"> <subfield code="a">823/.914</subfield> <subfield code="2">23</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">FIC</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Smith, Zadie,</subfield> <subfield code="e">author.</subfield> <subfield code="9">34060</subfield> </datafield> <datafield tag="245" ind1="1" ind2="4"> <subfield code="a">The fraud /</subfield> <subfield code="c">Zadie Smith.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">New York :</subfield> <subfield code="b">Penguin Press,</subfield> <subfield code="c">2023.</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">454 pages ;</subfield> <subfield code="c">25 cm</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">text</subfield> <subfield code="b">txt</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">unmediated</subfield> <subfield code="b">n</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">volume</subfield> <subfield code="b">nc</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">"It is 1873. Mrs. Eliza Touchet is the Scottish housekeeper-and cousin by marriage-of a once-famous novelist, now in decline, William Ainsworth, with whom she has lived for thirty years. Mrs. Touchet is a woman of many interests: literature, justice, abolitionism, class, her cousin, his wives, this life and the next. But she is also sceptical. She suspects her cousin of having no talent; his successful friend, Mr. Charles Dickens, of being a bully and a moralist; and England of being a land of facades, in which nothing is quite what it seems. Andrew Bogle, meanwhile, grew up enslaved on the Hope Plantation, Jamaica. He knows every lump of sugar comes at a human cost. That the rich deceive the poor. And that people are more easily manipulated than they realize. When Bogle finds himself in London, star witness in a celebrated case of imposture, he knows his future depends on telling the right story. The "Tichborne Trial"-wherein a lower-class butcher from Australia claimed he was in fact the rightful heir of a sizable estate and title-captivates Mrs. Touchet and all of England. Is Sir Roger Tichborne really who he says he is? Or is he a fraud? Mrs. Touchet is a woman of the world. Mr. Bogle is no fool. But in a world of hypocrisy and self-deception, deciding what is real proves a complicated task.""--</subfield> <subfield code="c">Provided by publisher.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Fraud</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Housekeepers</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Novels.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Historical fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="776" ind1="0" ind2="8"> <subfield code="i">Online version:</subfield> <subfield code="a">Smith, Zadie.</subfield> <subfield code="t">Fraud</subfield> <subfield code="d">New York : Penguin Press, 2023</subfield> <subfield code="z">9780525558972</subfield> <subfield code="w">(DLC) 2023022291</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="c">BOOK</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">448892</subfield> <subfield code="d">448892</subfield> </datafield> </record> ', 'format' => 'marcxml' }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, 'related_resultsets' => { 'metadata' => bless( { 'cond' => { 'me.biblionumber' => 448892 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'}, 'pager' => undef, 'attrs' => { 'cascade_copy' => 0, 'accessor' => 'single', 'bind' => [], 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'cond'}, 'alias' => 'me', 'is_depends_on' => 0, 'cascade_update' => 1, 'cascade_delete' => 0 }, '_result_class' => 'Koha::Schema::Result::BiblioMetadata' }, 'DBIx::Class::ResultSet' ), 'items' => bless( { 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cond' => { 'me.biblionumber' => 448892 }, '_result_class' => 'Koha::Schema::Result::Item', 'attrs' => { 'accessor' => 'multi', 'join_type' => 'LEFT', 'cascade_copy' => 0, 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[9]{'ITEM_RESULTS'}{'_resultset'}{'cursor'}{'args'}[3]{'bind'} }, 'pager' => undef }, 'DBIx::Class::ResultSet' ) }, '_column_data' => { 'datecreated' => '2023-08-15', 'author' => 'Smith, Zadie,', 'subtitle' => undef, 'serial' => undef, 'timestamp' => '2023-10-19 09:44:46', 'part_name' => undef, 'part_number' => undef, 'medium' => undef, 'title' => 'The fraud /', 'seriestitle' => undef, 'notes' => undef, 'biblionumber' => 448892, 'copyrightdate' => undef, 'unititle' => undef, 'abstract' => '"It is 1873. Mrs. Eliza Touchet is the Scottish housekeeper-and cousin by marriage-of a once-famous novelist, now in decline, William Ainsworth, with whom she has lived for thirty years. Mrs. Touchet is a woman of many interests: literature, justice, abolitionism, class, her cousin, his wives, this life and the next. But she is also sceptical. She suspects her cousin of having no talent; his successful friend, Mr. Charles Dickens, of being a bully and a moralist; and England of being a land of facades, in which nothing is quite what it seems. Andrew Bogle, meanwhile, grew up enslaved on the Hope Plantation, Jamaica. He knows every lump of sugar comes at a human cost. That the rich deceive the poor. And that people are more easily manipulated than they realize. When Bogle finds himself in London, star witness in a celebrated case of imposture, he knows his future depends on telling the right story. The "Tichborne Trial"-wherein a lower-class butcher from Australia claimed he was in fact the rightful heir of a sizable estate and title-captivates Mrs. Touchet and all of England. Is Sir Roger Tichborne really who he says he is? Or is he a fraud? Mrs. Touchet is a woman of the world. Mr. Bogle is no fool. But in a world of hypocrisy and self-deception, deciding what is real proves a complicated task.""--', 'frameworkcode' => '' }, '_in_storage' => 1 }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'hideinopac' => 0, 'volumedesc' => undef, 'sip_media_type' => '001', 'author' => 'Smith, Zadie,', 'illus' => undef }, { 'medium' => undef, 'notforloan' => 0, 'automatic_checkin' => 0, 'publishercode' => undef, 'ITEM_RESULTS' => bless( { '_resultset' => bless( { '_attrs' => { 'bind' => [], 'join_type' => 'LEFT', 'cascade_delete' => 0, '_simple_passthrough_construction' => 1, 'is_depends_on' => 0, 'cascade_copy' => 0, 'from' => [ { '-rsrc' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'me' => 'items', '-alias' => 'me' } ], 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'where' => { 'me.barcode' => [ { '-not_in' => [ 'pass1234567', 'pass1234568' ] }, undef ], 'me.itype' => [ { '-not_in' => [ 'BKMCORE' ] }, undef ], 'me.notforloan' => [ { '-not_in' => [ 2, 5 ] }, undef ], 'me.biblionumber' => 443608 }, 'select' => [ 'me.itemnumber', 'me.biblionumber', 'me.biblioitemnumber', 'me.barcode', 'me.bookable', 'me.dateaccessioned', 'me.booksellerid', 'me.homebranch', 'me.price', 'me.replacementprice', 'me.replacementpricedate', 'me.datelastborrowed', 'me.datelastseen', 'me.stack', 'me.notforloan', 'me.damaged', 'me.damaged_on', 'me.itemlost', 'me.itemlost_on', 'me.withdrawn', 'me.withdrawn_on', 'me.itemcallnumber', 'me.coded_location_qualifier', 'me.issues', 'me.renewals', 'me.localuse', 'me.reserves', 'me.restricted', 'me.itemnotes', 'me.itemnotes_nonpublic', 'me.holdingbranch', 'me.timestamp', 'me.deleted_on', 'me.location', 'me.permanent_location', 'me.onloan', 'me.cn_source', 'me.cn_sort', 'me.ccode', 'me.materials', 'me.uri', 'me.itype', 'me.more_subfields_xml', 'me.enumchron', 'me.copynumber', 'me.stocknumber', 'me.new_status', 'me.exclude_from_local_holds_priority' ], '_last_sqlmaker_alias_map' => undef, 'as' => [ 'itemnumber', 'biblionumber', 'biblioitemnumber', 'barcode', 'bookable', 'dateaccessioned', 'booksellerid', 'homebranch', 'price', 'replacementprice', 'replacementpricedate', 'datelastborrowed', 'datelastseen', 'stack', 'notforloan', 'damaged', 'damaged_on', 'itemlost', 'itemlost_on', 'withdrawn', 'withdrawn_on', 'itemcallnumber', 'coded_location_qualifier', 'issues', 'renewals', 'localuse', 'reserves', 'restricted', 'itemnotes', 'itemnotes_nonpublic', 'holdingbranch', 'timestamp', 'deleted_on', 'location', 'permanent_location', 'onloan', 'cn_source', 'cn_sort', 'ccode', 'materials', 'uri', 'itype', 'more_subfields_xml', 'enumchron', 'copynumber', 'stocknumber', 'new_status', 'exclude_from_local_holds_priority' ], 'accessor' => 'multi', 'alias' => 'me' }, '_result_class' => 'Koha::Schema::Result::Item', 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'cursor' => bless( { 'sth' => undef, '_results' => [ 539777, 443608, 443608, '31971100059844', 0, '2023-03-26', undef, 'MONTEREY', '16.50', '16.50', undef, '2024-05-28', '2024-06-26 11:38:25', undef, 0, 0, undef, 0, undef, 0, undef, 'FIC RUSHDIE, S.', undef, 10, 8, 10, undef, undef, undef, 'Received via EDIFACT', 'MONTEREY', '2024-10-03 15:35:58', undef, 'ADFIC', 'ADFIC', undef, 'ddc', 'FIC_RUSHDIE_S', undef, undef, undef, 'BOOK', undef, undef, undef, undef, undef, undef ], 'attrs' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}, 'storage' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'storage'}, 'args' => [ $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'from'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'select'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'} ] }, 'DBIx::Class::Storage::DBI::Cursor' ), 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'all_cache_position' => 0, 'pager' => undef, '_result_inflator' => { 'is_hri' => 0, 'cref' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[0]{'ITEM_RESULTS'}{'_resultset'}{'_result_inflator'}{'cref'}, 'is_core_row' => 1 }, 'attrs' => { 'join_type' => 'LEFT', 'accessor' => 'multi', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'where'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'}, 'cascade_copy' => 0, 'cascade_delete' => 0, 'alias' => 'me', 'is_depends_on' => 0 } }, 'DBIx::Class::ResultSet' ) }, 'Koha::Items' ), 'notes' => undef, 'bi_notforloan' => 0, 'illus' => undef, 'biblio_object' => bless( { '_result' => bless( { '_relationship_data' => { 'metadata' => bless( { '_in_storage' => 1, '_column_data' => { 'format' => 'marcxml', 'record_source_id' => undef, 'metadata' => '<?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>02406pam a2200373 i 4500</leader> <controlfield tag="001">BRD2022022929</controlfield> <controlfield tag="003">DLC</controlfield> <controlfield tag="005">20230331142749.0</controlfield> <controlfield tag="008">220513s2023 nyu 000 1 eng </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a"> 2022022929</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9780593243398</subfield> <subfield code="q">(hardcover) :</subfield> <subfield code="c">$30.00</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">0593243390 :</subfield> <subfield code="c">$30.00</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="b">eng</subfield> <subfield code="e">rda</subfield> <subfield code="c">DLC</subfield> <subfield code="d">DLC</subfield> </datafield> <datafield tag="042" ind1=" " ind2=" "> <subfield code="a">pcc</subfield> </datafield> <datafield tag="050" ind1="0" ind2="0"> <subfield code="a">PR6068.U757</subfield> <subfield code="b">V53 2023</subfield> </datafield> <datafield tag="082" ind1="0" ind2="0"> <subfield code="a">823/.914</subfield> <subfield code="2">23</subfield> </datafield> <datafield tag="099" ind1=" " ind2=" "> <subfield code="a">FIC</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Rushdie, Salman,</subfield> <subfield code="e">author.</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Victory city :</subfield> <subfield code="b">a novel /</subfield> <subfield code="c">Salman Rushdie.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">First Edition.</subfield> </datafield> <datafield tag="264" ind1=" " ind2="1"> <subfield code="a">New York :</subfield> <subfield code="b">Random House,</subfield> <subfield code="c">[2023]</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">336 pages ;</subfield> <subfield code="c">25 cm</subfield> </datafield> <datafield tag="336" ind1=" " ind2=" "> <subfield code="a">text</subfield> <subfield code="b">txt</subfield> <subfield code="2">rdacontent</subfield> </datafield> <datafield tag="337" ind1=" " ind2=" "> <subfield code="a">unmediated</subfield> <subfield code="b">n</subfield> <subfield code="2">rdamedia</subfield> </datafield> <datafield tag="338" ind1=" " ind2=" "> <subfield code="a">volume</subfield> <subfield code="b">nc</subfield> <subfield code="2">rdacarrier</subfield> </datafield> <datafield tag="520" ind1=" " ind2=" "> <subfield code="a">"In the wake of an insignificant battle between two long-forgotten kingdoms in fourteenth-century southern India, a nine-year-old girl has a divine encounter that will change the course of history. After witnessing the death of her mother, the grief-stricken Pampa Kampana becomes a vessel for the goddess Parvati, who begins to speak out of the girl\'s mouth. Granting her powers beyond Pampa Kampana\'s comprehension, the goddess tells her that she will be instrumental in the rise of a great city called Bisnaga--literally "victory city"--the wonder of the world. Over the next two hundred and fifty years, Pampa Kampana\'s life becomes deeply interwoven with Bisnaga\'s, from its literal sowing out of a bag of magic seeds to its tragic ruination in the most human of ways: the hubris of those in power. Whispering Bisnaga and its citizens into existence, Pampa Kampana attempts to make good on the task that Parvati set for her: to give women equal agency in a patriarchal world. But all stories have a way of getting away from their creator, and Bisnaga is no exception. As years pass, rulers come and go, battles are won and lost, and allegiances shift, the very fabric of Bisnaga becomes an ever more complex tapestry--with Pampa Kampana at its center"--</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Imaginary places</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Orphans</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="650" ind1=" " ind2="0"> <subfield code="a">Indian Goddesses</subfield> <subfield code="v">Fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="0"> <subfield code="a">Fantasy fiction.</subfield> </datafield> <datafield tag="655" ind1=" " ind2="7"> <subfield code="a">Historical fiction.</subfield> <subfield code="2">lcgft</subfield> </datafield> <datafield tag="776" ind1="0" ind2="8"> <subfield code="i">Online version:</subfield> <subfield code="a">Rushdie, Salman.</subfield> <subfield code="t">Victory city</subfield> <subfield code="d">New York : Random House, 2023</subfield> <subfield code="z">9780593243404</subfield> <subfield code="w">(DLC) 2022022930</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="c">BOOK</subfield> <subfield code="2">ddc</subfield> </datafield> <datafield tag="999" ind1=" " ind2=" "> <subfield code="c">443608</subfield> <subfield code="d">443608</subfield> </datafield> </record> ', 'timestamp' => '2023-03-31 14:27:49', 'biblionumber' => 443608, 'schema' => 'MARC21', 'id' => 308855 }, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'Koha::Schema::Result::BiblioMetadata' ) }, '_inflated_column' => {}, '_result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Biblio'}, '_column_data' => { 'biblionumber' => 443608, 'copyrightdate' => undef, 'unititle' => undef, 'frameworkcode' => '', 'abstract' => '"In the wake of an insignificant battle between two long-forgotten kingdoms in fourteenth-century southern India, a nine-year-old girl has a divine encounter that will change the course of history. After witnessing the death of her mother, the grief-stricken Pampa Kampana becomes a vessel for the goddess Parvati, who begins to speak out of the girl\'s mouth. Granting her powers beyond Pampa Kampana\'s comprehension, the goddess tells her that she will be instrumental in the rise of a great city called Bisnaga--literally "victory city"--the wonder of the world. Over the next two hundred and fifty years, Pampa Kampana\'s life becomes deeply interwoven with Bisnaga\'s, from its literal sowing out of a bag of magic seeds to its tragic ruination in the most human of ways: the hubris of those in power. Whispering Bisnaga and its citizens into existence, Pampa Kampana attempts to make good on the task that Parvati set for her: to give women equal agency in a patriarchal world. But all stories have a way of getting away from their creator, and Bisnaga is no exception. As years pass, rulers come and go, battles are won and lost, and allegiances shift, the very fabric of Bisnaga becomes an ever more complex tapestry--with Pampa Kampana at its center"--', 'notes' => undef, 'title' => 'Victory city :', 'medium' => undef, 'seriestitle' => undef, 'part_number' => undef, 'timestamp' => '2023-03-31 09:03:39', 'part_name' => undef, 'serial' => undef, 'subtitle' => 'a novel /', 'datecreated' => '2022-11-16', 'author' => 'Rushdie, Salman,' }, '_in_storage' => 1, 'related_resultsets' => { 'items' => bless( { 'cond' => { 'me.biblionumber' => 443608 }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'Item'}, 'pager' => undef, 'attrs' => { 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'biblio_object'}{'_result'}{'related_resultsets'}{'items'}{'cond'}, 'bind' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'ITEM_RESULTS'}{'_resultset'}{'_attrs'}{'bind'}, 'join_type' => 'LEFT', 'accessor' => 'multi', 'cascade_delete' => 0, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_copy' => 0 }, '_result_class' => 'Koha::Schema::Result::Item' }, 'DBIx::Class::ResultSet' ), 'metadata' => bless( { 'attrs' => { 'bind' => [], 'where' => { 'me.biblionumber' => 443608 }, 'is_depends_on' => 0, 'alias' => 'me', 'cascade_delete' => 0, 'cascade_update' => 1, 'cascade_copy' => 0, 'accessor' => 'single' }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::BiblioMetadata', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'biblio_object'}{'_result'}{'related_resultsets'}{'metadata'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'BiblioMetadata'} }, 'DBIx::Class::ResultSet' ) } }, 'Koha::Schema::Result::Biblio' ) }, 'Koha::Biblio' ), 'sip_media_type' => '001', 'hideinopac' => 0, 'volumedesc' => undef, 'author' => 'Rushdie, Salman,', 'volume' => undef, 'shelves' => bless( { '_resultset' => bless( { 'attrs' => { 'distinct' => 'shelfnumber', 'bind' => [], 'where' => { '-and' => [ 'virtualshelfcontents.biblionumber', 443608, { 'public' => 1 } ] }, 'alias' => 'me', 'order_by' => { '-asc' => 'shelfname' }, 'join' => [ 'virtualshelfcontents', 'virtualshelfshares' ] }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::Virtualshelve', 'cond' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}[10]{'shelves'}{'_resultset'}{'attrs'}{'where'}, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'} }, 'DBIx::Class::ResultSet' ) }, 'Koha::Virtualshelves' ), 'collectiontitle' => undef, 'cn_source' => 'ddc', 'agerestriction' => undef, 'allow_onshelf_holds' => '1', 'rentalcharge_daily_calendar' => 1, 'rentalcharge' => '0.000000', 'collectionissn' => undef, 'part_number' => undef, 'editionresponsibility' => undef, 'biblionumber' => 443608, 'unititle' => undef, 'normalized_upc' => '', 'abstract' => '"In the wake of an insignificant battle between two long-forgotten kingdoms in fourteenth-century southern India, a nine-year-old girl has a divine encounter that will change the course of history. After witnessing the death of her mother, the grief-stricken Pampa Kampana becomes a vessel for the goddess Parvati, who begins to speak out of the girl\'s mouth. Granting her powers beyond Pampa Kampana\'s comprehension, the goddess tells her that she will be instrumental in the rise of a great city called Bisnaga--literally "victory city"--the wonder of the world. Over the next two hundred and fifty years, Pampa Kampana\'s life becomes deeply interwoven with Bisnaga\'s, from its literal sowing out of a bag of magic seeds to its tragic ruination in the most human of ways: the hubris of those in power. Whispering Bisnaga and its citizens into existence, Pampa Kampana attempts to make good on the task that Parvati set for her: to give women equal agency in a patriarchal world. But all stories have a way of getting away from their creator, and Bisnaga is no exception. As years pass, rulers come and go, battles are won and lost, and allegiances shift, the very fabric of Bisnaga becomes an ever more complex tapestry--with Pampa Kampana at its center"--', 'description' => 'Adult Book', 'parent_type' => undef, 'publicationyear' => undef, 'XSLTBloc' => ' <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=443608" class="title">Victory city : a novel / <span class="title_resp_stmt">Salman Rushdie. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Rushdie%2C%20Salman%2C%22">Rushdie, Salman<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First Edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC RUSHDIE, S.</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC RUSHDIE, S.</span></span>. </span></span></span> </div> ', 'ean' => undef, 'defaultreplacecost' => '0.000000', 'coins' => 'ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Victory%20city%20%3A%20a%20novel%20%2F&rft.isbn=9780593243398&rft.au=Rushdie%2C%20Salman%2C', 'cn_suffix' => undef, 'rentalcharge_daily' => '0.000000', 'checkinmsgtype' => 'message', 'part_name' => undef, 'editionstatement' => 'First Edition.', 'normalized_ean' => '', 'serial' => undef, 'title' => 'Victory city :', 'biblioitemnumber' => 443608, 'seriestitle' => undef, 'rentalcharge_hourly_calendar' => 1, 'imageurl' => '/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png', 'collectionvolume' => undef, 'summary' => '', 'normalized_isbn' => '0593243390', 'frameworkcode' => '', 'url' => undef, 'place' => undef, 'pages' => '336 pages ;', 'artreqpossible' => '', 'bnotes' => undef, 'issn' => undef, 'searchcategory' => '', 'cn_sort' => '', 'totalissues' => undef, 'number' => undef, 'rentalcharge_hourly' => '0.000000', 'isbn' => '9780593243398 | 0593243390 :', 'lccn' => ' 2022022929', 'cn_class' => undef, 'copyrightdate' => undef, 'itemtype' => 'BOOK', 'volumedate' => undef, 'normalized_oclc' => '', 'checkinmsg' => '', 'size' => '25 cm', 'subtitle' => 'a novel /', 'cn_item' => undef, 'datecreated' => '2022-11-16', 'timestamp' => '2023-03-31 14:27:49', 'processfee' => '0.000000' } ], 'opac_name' => '', 'singleBranchMode' => '', 'csv_profiles' => bless( { '_resultset' => bless( { 'cond' => { 'type' => 'marc', 'staff_only' => 0, 'used_for' => 'export_records' }, 'result_source' => $VAR1->{'some_public_shelves'}{'_resultset'}{'result_source'}{'schema'}{'source_registrations'}{'ExportFormat'}, 'attrs' => { 'alias' => 'me', 'where' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'csv_profiles'}{'_resultset'}{'cond'} }, 'pager' => undef, '_result_class' => 'Koha::Schema::Result::ExportFormat' }, 'DBIx::Class::ResultSet' ) }, 'Koha::CsvProfiles' ), 'LoginSurname' => 'Inconnu', 'BakerTaylorImageURL' => 'https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=', 'SyndeticsClientCode' => 'montp', 'noItemTypeImages' => '0', 'can_manage_shelf' => 0, 'can_remove_biblios' => 0, 'OpacHighlightedWords' => '1', 'Asset' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'} }, 'Koha::Template::Plugin::Asset' ), 'marcflavour' => 'MARC21', 'KohaDates' => bless( { '_ARGS' => [], '_CONFIG' => {}, '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'}, '_DYNAMIC' => 1 }, 'Koha::Template::Plugin::KohaDates' ), 'OpacPublic' => '1', 'SyndeticsTOC' => '1', 'direction' => 'asc', 'PatronSelfRegistration' => '1', 'template' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2], 'PatronSelfRegistrationDefaultCategory' => 'SELF', 'Dumper' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'} }, 'Template::Plugin::Dumper' ), 'suggestion' => undef, 'dateformat' => 'us', 'themelang' => '/opac-tmpl/bootstrap/en', 'hidelostitems' => '0', 'Koha' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'} }, 'Koha::Template::Plugin::Koha' ), 'LibraryNameTitle' => 'Library', 'mylibraryfirst' => '', 'op' => 'view', 'OPACPrivacy' => '1', 'OpacAuthorities' => '0', 'opaclanguagesdisplay' => '0', 'inc' => sub { "DUMMY" }, 'OpacAdditionalStylesheet' => '', 'staffuser' => undef, 'LoginFirstname' => 'Bel', 'can_delete_shelf' => 0, 'OpenLibrarySearch' => '0', 'bidi' => undef, 'LibrarySearchGroups' => undef, 'SyndeticsReviews' => '1', 'print' => 0, 'hide_marc' => '0', '_DEBUG' => 0, 'OpacPasswordChange' => '1', 'some_public_shelves' => $VAR1->{'some_public_shelves'}, 'OpacBrowser' => '0', 'messages' => undef, 'OPACURLOpenInNewWindow' => '1', 'opacuserlogin' => '1', 'loggedinusernumber' => undef, '_PARENT' => bless( { 'SyndeticsAwards' => '1', 'listsview' => 1, 'OPACFRBRizeEditions' => '1', 'ShowReviewerPhoto' => '0', 'OPACFinesTab' => '1', 'OPACShelfBrowser' => '1', 'opaclayoutstylesheet' => 'opac.css', 'patronimages' => '0', 'global' => $VAR1->{'global'}, 'Version' => '24.0505000', 'dec' => sub { "DUMMY" }, 'lang' => 'en', 'opac_css_override' => 'mpl.css', 'permitteduser' => undef, 'shelf' => $VAR1->{'shelf'}, 'opacbookbag' => '1', 'useDischarge' => '0', 'AdditionalContents' => $VAR1->{'AdditionalContents'}, 'component' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2], 'OpacKohaUrl' => '1', 'OPACPatronDetails' => '0', 'OPACAmazonCoverImages' => '0', 'TagsEnabled' => '0', 'public' => 1, 'GoogleJackets' => '0', 'KohaAdminEmailAddress' => 'mplpgpl@gmail.com', 'referer' => 'view', 'opac_search_limit' => undef, 'SyndeticsEnabled' => '0', 'OpacNavBottom' => '', 'OpacFavicon' => '', 'SyndeticsSummary' => '1', 'SyndeticsExcerpt' => '1', 'LibraryName' => 'Library', 'interface' => '/opac-tmpl', 'loggedinusername' => undef, 'virtualshelves' => '1', 'logged_in_user' => undef, 'OPACLocalCoverImages' => '0', '_PARENT' => bless( { 'dec' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'_PARENT'}{'dec'}, 'inc' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'inc'}, '_DEBUG' => 0, '_PARENT' => undef, 'global' => $VAR1->{'global'}, '_STRICT' => undef }, 'Template::Stash::XS' ), 'loggedinusernumber' => undef, 'opacuserlogin' => '1', 'ShowReviewer' => 'firstandinitial', 'AnonSuggestions' => '', 'SyndeticsSeries' => '1', 'pagination_bar' => '', 'TagsShowEnabled' => '', 'sortfield' => 'title', 'emailaddress' => undef, 'minPasswordLength' => 3, 'OpacPasswordChange' => '1', '_DEBUG' => 0, 'hide_marc' => '0', 'some_public_shelves' => $VAR1->{'some_public_shelves'}, 'OPACURLOpenInNewWindow' => '1', 'messages' => undef, 'OpacBrowser' => '0', 'OpacAdditionalStylesheet' => '', 'inc' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'inc'}, 'staffuser' => undef, 'can_delete_shelf' => 0, 'OpenLibrarySearch' => '0', 'LoginFirstname' => 'Bel', 'print' => 0, 'SyndeticsReviews' => '1', 'LibrarySearchGroups' => undef, 'bidi' => undef, 'op' => 'view', 'OPACPrivacy' => '1', 'opaclanguagesdisplay' => '0', 'OpacAuthorities' => '0', 'dateformat' => 'us', 'themelang' => '/opac-tmpl/bootstrap/en', 'suggestion' => undef, 'mylibraryfirst' => '', 'hidelostitems' => '0', 'Koha' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'} }, 'Koha::Template::Plugin::Koha' ), 'LibraryNameTitle' => 'Library', 'OpacPublic' => '1', 'SyndeticsTOC' => '1', 'KohaDates' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'KohaDates'}, 'marcflavour' => 'MARC21', 'PatronSelfRegistration' => '1', 'direction' => 'asc', 'template' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2], 'PatronSelfRegistrationDefaultCategory' => 'SELF', 'Asset' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'Asset'}, 'OpacHighlightedWords' => '1', 'can_remove_biblios' => 0, 'csv_profiles' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'csv_profiles'}, 'singleBranchMode' => '', 'opac_name' => '', 'LoginSurname' => 'Inconnu', 'BakerTaylorImageURL' => 'https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=', 'SyndeticsClientCode' => 'montp', 'can_manage_shelf' => 0, 'noItemTypeImages' => '0', 'TagsInputEnabled' => '', 'SyndeticsAuthorNotes' => '1', 'auth_forwarded_hash' => undef, 'SyndeticsCoverImages' => '0', '_STRICT' => undef, 'itemsloop' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}, 'test' => 'value', 'sessionID' => '66e5bf1e3fb9e0fb768bd462746f343d', 'BakerTaylorLinkURL' => 'contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=MPLCA22541&Password=CC654225&ItemKey=', 'can_add_biblios' => 0, 'theme' => 'bootstrap', 'OPACSerialIssueDisplayCount' => '3', 'item_level_itypes' => '1', 'opacreadinghistory' => '1', 'OpacCloud' => '0', 'SyndeticsEditions' => '1', 'OpacTopissue' => '0', 'opac_limit_override' => undef, 'EnhancedMessagingPreferences' => '1', 'raw' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'}, '_CONFIG' => {}, '_DYNAMIC' => 1, '_ARGS' => [] }, 'Koha::Template::Plugin::raw' ), 'OpacNav' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'OpacNav'}, 'SyndeticsCoverImageSize' => 'MC', 'OpenLibraryCovers' => '0', 'OPACBaseURL' => 'https://www.montereylibrary.org' }, 'Template::Stash::XS' ), 'SyndeticsSeries' => '1', 'AnonSuggestions' => '', 'ShowReviewer' => 'firstandinitial', 'pagination_bar' => '', 'minPasswordLength' => 3, 'emailaddress' => undef, 'sortfield' => 'title', 'TagsShowEnabled' => '', 'LibraryName' => 'Library', 'SyndeticsExcerpt' => '1', 'SyndeticsSummary' => '1', 'OpacNavBottom' => '', 'OpacFavicon' => '', 'interface' => '/opac-tmpl', 'loggedinusername' => undef, 'OPACLocalCoverImages' => '0', 'logged_in_user' => undef, 'virtualshelves' => '1', 'OpacKohaUrl' => '1', 'GoogleJackets' => '0', 'TagsEnabled' => '0', 'public' => 1, 'OPACAmazonCoverImages' => '0', 'OPACPatronDetails' => '0', 'referer' => 'view', 'KohaAdminEmailAddress' => 'mplpgpl@gmail.com', 'SyndeticsEnabled' => '0', 'opac_search_limit' => undef, 'opacbookbag' => '1', 'shelf' => $VAR1->{'shelf'}, 'useDischarge' => '0', 'component' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[2], 'AdditionalContents' => $VAR1->{'AdditionalContents'}, 'Stash' => bless( { '_CONTEXT' => $VAR1->{'raw'}{'_CONTEXT'} }, 'Template::Plugin::Stash' ), 'Version' => '24.0505000', 'global' => $VAR1->{'global'}, 'lang' => 'en', 'dec' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'_PARENT'}{'dec'}, 'opac_css_override' => 'mpl.css', 'permitteduser' => undef, 'OPACFRBRizeEditions' => '1', 'listsview' => 1, 'SyndeticsAwards' => '1', 'OPACShelfBrowser' => '1', 'ShowReviewerPhoto' => '0', 'OPACFinesTab' => '1', 'patronimages' => '0', 'opaclayoutstylesheet' => 'opac.css' }, 'Template::Stash::XS' ), 'LOAD_PLUGINS' => [ bless( { 'FACTORY' => { 'KohaDates' => 'Koha::Template::Plugin::KohaDates', 'raw' => 'Koha::Template::Plugin::raw', 'Asset' => 'Koha::Template::Plugin::Asset', 'Koha' => 'Koha::Template::Plugin::Koha', 'AdditionalContents' => 'Koha::Template::Plugin::AdditionalContents', 'Stash' => 'Template::Plugin::Stash', 'Dumper' => 'Template::Plugin::Dumper' }, 'PLUGINS' => { 'dumper' => 'Template::Plugin::Dumper', 'dbi' => 'Template::Plugin::DBI', 'directory' => 'Template::Plugin::Directory', 'assert' => 'Template::Plugin::Assert', 'cgi' => 'Template::Plugin::CGI', 'iterator' => 'Template::Plugin::Iterator', 'datafile' => 'Template::Plugin::Datafile', 'xmlstyle' => 'Template::Plugin::XML::Style', 'table' => 'Template::Plugin::Table', 'file' => 'Template::Plugin::File', 'latex' => 'Template::Plugin::Latex', 'scalar' => 'Template::Plugin::Scalar', 'xml' => 'Template::Plugin::XML', 'date' => 'Template::Plugin::Date', 'format' => 'Template::Plugin::Format', 'debug' => 'Template::Plugin::Debug', 'wrap' => 'Template::Plugin::Wrap', 'view' => 'Template::Plugin::View', 'url' => 'Template::Plugin::URL', 'html' => 'Template::Plugin::HTML', 'pod' => 'Template::Plugin::Pod', 'image' => 'Template::Plugin::Image' }, 'PLUGIN_BASE' => [ 'Koha::Template::Plugin', 'Template::Plugin' ], 'DEBUG' => 0, 'LOAD_PERL' => 0, '_ERROR' => '', 'TOLERANT' => 0 }, 'Template::Plugins' ) ], '_ERROR' => '', 'EVAL_PERL' => 1, 'BLOCKS' => { 'cssinclude' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2]{'_DEFBLOCKS'}{'cssinclude'}, 'jsinclude' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2]{'_DEFBLOCKS'}{'jsinclude'}, 'list_permissions' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2]{'_DEFBLOCKS'}{'list_permissions'}, 'delete_shelf' => $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2]{'_DEFBLOCKS'}{'delete_shelf'} }, 'FILTER_CACHE' => {}, 'DEBUG_FORMAT' => undef, 'DEBUG' => 0, 'BLKSTACK' => [ $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[2]{'_DEFBLOCKS'}, $VAR1->{'raw'}{'_CONTEXT'}{'LOAD_TEMPLATES'}[0]{'HEAD'}[4][2]{'_DEFBLOCKS'} ], 'TRIM' => 0, 'INIT_BLOCKS' => {}, 'LOAD_FILTERS' => [ bless( { 'DEBUG' => 0, 'TOLERANT' => 0, '_ERROR' => '', 'FILTERS' => $VAR1->{'raw'}{'_CONTEXT'}{'CONFIG'}{'FILTERS'} }, 'Template::Filters' ) ], 'DEBUG_DIRS' => 0 }, 'Template::Context' ), '_CONFIG' => {}, '_DYNAMIC' => 1 }, 'Koha::Template::Plugin::raw' ), 'opac_limit_override' => undef, 'EnhancedMessagingPreferences' => '1', 'OpacTopissue' => '0', 'SyndeticsEditions' => '1', 'OPACBaseURL' => 'https://www.montereylibrary.org', 'OpenLibraryCovers' => '0', 'SyndeticsCoverImageSize' => 'MC', 'OpacNav' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'OpacNav'}, 'test' => 'value', 'opacreadinghistory' => '1', 'item_level_itypes' => '1', 'OpacCloud' => '0', 'OPACSerialIssueDisplayCount' => '3', 'theme' => 'bootstrap', 'BakerTaylorLinkURL' => 'contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=MPLCA22541&Password=CC654225&ItemKey=', 'can_add_biblios' => 0, 'sessionID' => '66e5bf1e3fb9e0fb768bd462746f343d', 'SyndeticsAuthorNotes' => '1', 'TagsInputEnabled' => '', 'itemsloop' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'itemsloop'}, 'SyndeticsCoverImages' => '0', 'auth_forwarded_hash' => undef, 'LoginSurname' => 'Inconnu', 'singleBranchMode' => '', 'opac_name' => '', 'csv_profiles' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'csv_profiles'}, 'noItemTypeImages' => '0', 'can_manage_shelf' => 0, 'BakerTaylorImageURL' => 'https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=', 'SyndeticsClientCode' => 'montp', 'OpacHighlightedWords' => '1', 'can_remove_biblios' => 0, 'Asset' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'Asset'}, 'direction' => 'asc', 'PatronSelfRegistration' => '1', 'marcflavour' => 'MARC21', 'SyndeticsTOC' => '1', 'OpacPublic' => '1', 'KohaDates' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'KohaDates'}, 'PatronSelfRegistrationDefaultCategory' => 'SELF', 'suggestion' => undef, 'dateformat' => 'us', 'themelang' => '/opac-tmpl/bootstrap/en', 'hidelostitems' => '0', 'Koha' => $VAR1->{'raw'}{'_CONTEXT'}{'STASH'}{'Koha'}, 'LibraryNameTitle' => 'Library', 'mylibraryfirst' => '', 'OPACPrivacy' => '1', 'op' => 'view', 'opaclanguagesdisplay' => '0', 'OpacAuthorities' => '0' }; --> <html lang="en" class="no-js"> <head> <title>Contents of NYT Best Books of 2023 › Library catalog</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Koha" /> <!-- leave this for stats --> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="csrf-token" content="2c205f1886b8423f40b401388ad3c8ef96e81949,7537ab60773ff88e6da88ec1b18b97b4b38fe6b1,1732383175"> <link type="text/css" rel="stylesheet" href="/opac-tmpl/bootstrap/lib/jquery/responsive.dataTables.min_24.0505000.css"> <link rel="shortcut icon" href="/opac-tmpl/bootstrap/images/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="/opac-tmpl/bootstrap/images/favicon.ico" type="image/x-icon" /> <link type="text/css" rel="stylesheet" href="/opac-tmpl/bootstrap/css/opac_24.0505000.css"> <link rel="stylesheet" type="text/css" href="/opac-tmpl/bootstrap/css/mpl.css" /> <link type="text/css" rel="stylesheet" href="/opac-tmpl/bootstrap/css/print_24.0505000.css" media="print"> <style>/*#opac-account .pay-online {display: none;}*/ #pgpl_nav select { width: 100%; } #pgpl_nav p { margin-bottom: 0; margin-top: 1em; } #pgpl_nav ul { padding-left: 0; } .hours ul { padding-left: 0; } .mplOpacIA {background-image: url(https://secure254.inmotionhosting.com/~monter10/koha/images/opac-ia.png);display:in-line;border:0px solid green;} /* bib displays */ .mplbibdata {margin-left:50px;line-height:17px;} .availableRef {color:#864C03;} #accordion div{} .accordion-toggle {cursor: pointer;} .accordion-content {display: none;padding: 1em;} .accordion-content.default {display: block;} .accordion-toggle .view{ } .bibMore {margin-bottom:10px;padding:5px;} .bibLess {margin-bottom:0px;padding:5px;} /*header background*/ #mpl_header {background-color: #EAEAE6;} #mpl_header2 { background-color: #FFF; margin-top: 5px; border-radius:7px; padding-left:10px; } @media only screen and (max-width:616px) { #mpl_header {background-color: #C7C7C1;} #mpl_header2 {margin-top: 2px;border-radius:0px;} } /* Ebooks */ a.ebook { background: url("http://media.bywatersolutions.com/Model/opac-results-download-ebook.png") no-repeat scroll 5px 5px transparent; border: 1px solid #8BC45C; border-radius: 5px 5px 5px 5px; font-size: 14px; font-weight: bold; line-height: 175%; padding: 4px 4px 4px 25px; text-decoration: none; } .ebook2 a { border: 1px solid #8BC45C; border-radius: 5px 5px 5px 5px; font-size: 14px; /*font-size:135%;*/ font-weight: bold; line-height: 175%; padding: 4px; text-decoration: none; } .ebook3 a { border: 1px solid #8BC45C; border-radius: 5px 5px 5px 5px; font-size:135%; font-weight: bold; line-height: 175%; padding: 4px; text-decoration: none; } .availability { font-size:14px; } .availability .label { font-size:14px; } .required { color:#CC0000; } /*Overrides opac.css to allow entire "Pacific Grove Public Library" text to display in menu. OKed for MPL by IL 8/1/2014. DH*/ #opac-main-search select { max-width: 15em; } /*Restores original width on tablets so form doesn't wrap*/ @media (min-width: 608px) and (max-width: 1040px) { #opac-main-search select { max-width: 12em; } } /* Moves the bookmobile note over the note box. */ #holdbookmobile { margin-left: 140px; } /* Make the number of renewals bold */ /* td.renew span.renewals {font-weight:bold;} */ /* mpl nav menu */ #OpacNav #mpl_nav li a { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #eee none repeat scroll 0 0; border-color: #d8d8d8 #d8d8d8 #999; border-image: none; border-radius: 5px 0 0 5px; border-style: solid; border-width: 1px; display: block; font-weight: normal; margin: 0.4em -1px 0.4em 0; padding: 0.4em 0.6em; text-decoration: none; } #OpacNav #mpl_nav ul { /*font-size: 13px;*/ font-size:94%; margin: 0; padding: 1em 0; list-style-type:none; } #OpacNav #mpl_nav { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color #d8d8d8 -moz-use-text-color -moz-use-text-color; border-image: none; border-radius: 0; border-style: none solid none none; border-width: 0 1px 0 0; font-size: 94%; } /* add space after 'Forgot you password?' link */ #forgotpassword-modal {margin-bottom: 10px;} #forgotpassword {margin: 10px 0;} /*modify look of news items on OPAC */ .newscontainer {border: 1px solid #f8AD3C;} #news .newsfooter {color:#ffffff;padding:0px 8px;} /*header for combined catalog */ #joint_header {background-color: #EAEAE6;display:none;} /*remove "[" from beginning of call number */ .ItemSummary .LabelCallNumber::before {content:""} /* Styles for MPL catalog enhancement */ .coverimages { left: 0; float: left; padding-right: 50px; padding-bottom: 40px; top: 0; } .coverimages img { height: 175px; width: 125px; } #search-facets a { text-decoration: none; } #search-facets .fa { padding-right: 3px; } .selected { font-weight: 700 !important; } .check_facet::before { font-family: "Font Awesome 6 Free"; /*content: '\f054';*/ content: '\f046'; font-weight: 100; font-size: 10px; padding-right: 3px; } .check_facet_selected::before { /*content: '\f078';*/ content: '\f096'; } .facet-label, .facet-label a { color: #000; } .facet-label a::before { font-family: "Font Awesome 6 Free"; content: '\f096'; color:#ccc; background-color:#fff; padding-right: 3px; font-weight: 100; } .facet-label a:hover::before { opacity: .5; content: '\f14a'; color: #85ca11; } .selected .facet-label::before { color: #85ca11; font-family: "Font Awesome 6 Free"; content: '\f14a'; padding-right: 3px; } .selected .facet-label:hover::before { content: '\f146'; color: red; opacity: .5; } #results .actions .btn { color: #fff; letter-spacing: 1px; background: #008700 !important; border-radius: 0; text-shadow: none; transition: background .3s !important; } #results .actions .btn:hover, #results .actions .btn:active { background: #2f76a0 !important; } #results .actions .fa { color: #fff; } #results .addtocart { padding-right: 1em !important; } /* #cartmenulink, .cart-actions, option[value="addtocart"] { display: none; } */ </style> <link rel="search" type="application/opensearchdescription+xml" href="https://www.montereylibrary.org/cgi-bin/koha/opac-search.pl?format=opensearchdescription" title="Search Library"> <link rel="unapi-server" type="application/xml" title="unAPI" href="https://www.montereylibrary.org/cgi-bin/koha/unapi" /> <script> var Koha = {}; function _(s) { return s } // dummy function for gettext const is_logged_in = false </script> <script src="/opac-tmpl/bootstrap/js/Gettext_24.0505000.js"></script> <script src="/opac-tmpl/bootstrap/js/i18n_24.0505000.js"></script> <link href="/opac-tmpl/lib/fontawesome/css/fontawesome.min_24.0505000.css" rel="stylesheet" type="text/css"> <link href="/opac-tmpl/lib/fontawesome/css/brands.min_24.0505000.css" rel="stylesheet" type="text/css"> <link href="/opac-tmpl/lib/fontawesome/css/solid.min_24.0505000.css" type="text/css" rel="stylesheet"> <link id='flipster-css' href='/api/v1/contrib/coverflow/static/jquery-flipster/jquery.flipster.min.css' type='text/css' rel='stylesheet' /> <style> /* CSS for Koha CoverFlow Plugin This CSS was added automatically by installing the CoverFlow plugin Please do not modify */ .coverflow { height:160px; margin-left:25px; width:850px; } .coverflow img,.coverflow .item { -moz-border-radius:10px; -moz-box-shadow:0 5px 5px #777; -o-border-radius:10px; -webkit-border-radius:10px; -webkit-box-shadow:0 5px 5px #777; border-radius:10px; box-shadow:0 5px 5px #777; height:100%; width:100%; } .itemTitle { padding-top:30px; } .coverflow .selectedItem { -moz-box-shadow:0 4px 10px #0071BC; -webkit-box-shadow:0 4px 10px #0071BC; border:1px solid #0071BC; box-shadow:0 4px 10px #0071BC; } /* End of CSS for Koha CoverFlow Plugin */ </style> </head> <body ID="opac-lists" class="branch-default scrollto" > <button id="scrolltocontent">Skip to main content</button> <div id="wrapper"> <div id="header-region" class="noprint"> <nav class="navbar navbar-expand"> <div id="logo"> <a class="navbar-brand" href="/cgi-bin/koha/opac-main.pl"> Library </a> </div> <div id="cartDetails" class="cart-message">Your cart is empty.</div> <ul id="cart-list-nav" class="navbar-nav"> <li class="nav-item js-show"> <a href="#" class="nav-link" title="Collect items you are interested in" id="cartmenulink" role="button" aria-label="Cart"> <i id="carticon" class="fa fa-shopping-cart fa-icon-black" aria-hidden="true"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span> </a> </li> <li class="divider-vertical"></li> <li class="nav-item dropdown"> <a href="/cgi-bin/koha/opac-shelves.pl" title="Show lists" class="nav-link dropdown-toggle" id="listsmenu" data-toggle="dropdown" role="button" aria-label="Lists" aria-haspopup="true" aria-expanded="false" ><i class="fa fa-list fa-icon-black" aria-hidden="true"></i> <span class="listslabel">Lists</span> </a> <div aria-labelledby="listsmenu" role="menu" class="dropdown-menu"> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1" tabindex="-1" role="menuitem"><strong>Public lists</strong></a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=1069&sortfield=title" tabindex="-1" role="menuitem">NYT Best Sellers: Non Fiction</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=1068&sortfield=title" tabindex="-1" role="menuitem">NYT Best Sellers: Fiction</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=4020&sortfield=dateadded" tabindex="-1" role="menuitem">PGPL VOX books</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=4025&sortfield=itemcallnumber" tabindex="-1" role="menuitem">WORLD LANGUAGES</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3996&sortfield=itemcallnumber" tabindex="-1" role="menuitem">Golden Globe Nominated 2024</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2902&sortfield=title" tabindex="-1" role="menuitem">Oscar Nominated Movies 2023</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201&sortfield=title" tabindex="-1" role="menuitem">NYT Best Books of 2023</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2710&sortfield=author" tabindex="-1" role="menuitem">Publisher's Weekly Best Books 2023</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2709&sortfield=author" tabindex="-1" role="menuitem">Amazon 20 Best Children's Books 2023</a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3255&sortfield=title" tabindex="-1" role="menuitem">TOP YA FIC YASLA 2023</a> <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1" tabindex="-1" role="menuitem">View all</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=list&public=0" tabindex="-1" role="menuitem"><strong>Your lists</strong></a> <a class="dropdown-item" href="/cgi-bin/koha/opac-shelves.pl?op=add_form" tabindex="-1" role="menuitem">Log in to create your own lists</a> </div> <!-- / .dropdown-menu --> </li> <!-- / .nav-item.dropdown --> </ul> <!-- / .navbar-nav --> <ul id="members" class="navbar-nav"> <li class="nav-item dropdown"> <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger" aria-label="Log in to your account"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a> </li> <!-- Cookie consent button for non logged-in users --> <li style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li> <li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true"> <a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button"> <i class="fa fa-cookie-bite" aria-hidden="true"></i> <span class="cookieconsentlabel">Your cookies</span> </a> </li> </ul> </nav> <!-- /navbar --> <div class="container-fluid"> <div class="row"> <div class="col"> <div id="opacheader"> <div class="default_item"> <div class="default_body"><link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet" /><!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-4372540-18"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4372540-18'); </script> <!-- Monterey Public Library --> <div id="mpl_header"> <div id="mpl_header2"> <div style="display: flex; justify-content: space-between;"> <div><a href="https://www.montereylibrary.org/cgi-bin/koha/opac-main.pl"> <!--<img src="http://media.bywatersolutions.com/Pals/MPL-Logo-6A.png" alt="Monterey Public Library"> --><!--<img style="padding-top: 15px;" src="https://secure254.inmotionhosting.com/~monter10/koha/mpl_logo6b2.png" alt="Monterey Public Library" />--><img src="/cgi-bin/koha/opac-retrieve-file.pl?id=d98f8402bcadcdd6a7ea23222da778c1" alt="Monterey Public Library" style="padding-top: 15px;" /></a></div> <div style="text-align: right; padding-right: 10px; font-size: 16px; line-height: 19px;"><b>Library Hours:</b><br />Mon 2pm-6pm<br />Tue-Sat 10am-6pm<br />Sun Closed<br /><br /><b>Call Us:</b><br />(831) 646-3933</div> </div> </div> </div> <!-- Pacific Grove Public Library --> <div id="pgpl_header"> <div id="pgbanner"><a href="https://www.pacificgrovelibrary.org/"> <img id="pgpl_logo" src="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/pals/pacificGroveLogo.png" width="400" /> </a></div> <div class="hours"> <h4>LIBRARY HOURS <i class="fa fa-clock-o" aria-hidden="true"></i></h4> <ul> <li class="day1">Monday <span>2pm-6pm</span></li> <li class="day2">Tuesday <span>10am-6pm</span></li> <li class="day3">Wednesday <span>10am-6pm</span></li> <li class="day4">Thursday <span>10am-6pm </span></li> <li class="day5">Friday <span>10am-5pm</span></li> <li class="day6">Saturday <span>10am-5pm</span></li> <li class="day0">Sunday <span>Closed</span></li> </ul> </div> </div> <!--Combined header for pals.bywatersolutions.com --> <div id="joint_header"> <div style="text-align: center;"><a href="https://www.montereylibrary.org/cgi-bin/koha/opac-main.pl"> <img src="https://secure254.inmotionhosting.com/~monter10/koha/images/MPL-Logo.png" alt="Monterey Public Library" /> </a> <a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-main.pl"> <img src="https://secure254.inmotionhosting.com/~monter10/koha/images/PGPL-Logo.png" alt="Pacific Grove Public Library" /> </a></div> </div></div> </div> </div> </div> </div> </div> </div> <!-- / header-region --> <div class="container-fluid"> <div class="row"> <div class="col"> <div id="opac-main-search" class="mastheadsearch"> <form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform"> <div class="form-row align-items-center"> <div class="col-sm-auto order-2 order-sm-2"> <select name="idx" id="masthead_search" class="form-control"> <option value="">Library catalog</option> <option value="ti">Title</option> <option value="au">Author</option> <option value="su">Subject</option> <option value="nb">ISBN</option> <option value="ns">ISSN</option> <option value="se">Series</option> <option value="callnum">Call number</option> </select> </div> <!-- /.col-sm-auto --> <div class="col order-4 order-sm-3"> <input type="text" class="transl1 form-control" id="translControl1" name="q" value="" /><span id="translControl"></span> </div> <!-- /.col --> <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4"> <select name="limit" id="select_library" class="form-control"> <option value="">All libraries</option> <option value="branch:BOOKMOBILE">Bookmobile</option> <option value="branch:MONTEREY">Monterey Public Library</option> <option value="branch:CHR">MPL California History Room</option> <option value="branch:MUSEUM">Museums & Cultural Arts</option> <option value="branch:PACIFIC">Pacific Grove Public Library</option> </select> <!-- /#select_library --> </div> <!-- /.col-sm-auto --> <div class="order-5 col-sm-auto"> <button type="submit" id="searchsubmit" class="btn btn-primary" title="Search" aria-label="Search"> <i class="fa fa-search" aria-hidden="true"></i> </button> </div> </div> <!-- /.form-row --> <input type="hidden" name="weight_search" value="1"> </form> </div><!-- /#opac-main-search --> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row"> <ul class="nav" id="moresearches"> <li class="nav-item"> <a href="/cgi-bin/koha/opac-search.pl">Advanced search</a> </li> <li class="nav-item"> <a id="library_page" href="/cgi-bin/koha/opac-library.pl"> <span>Libraries</span> </a> </li> </ul> <!-- /.nav#moresearches --> </div> <!-- /.row --> </div> <!-- /.container-fluid --> <!-- Login form hidden by default, used for modal window --> <div id="loginModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="modalLoginLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h2 class="modal-title" id="modalLoginLabel">Log in to your account</h2> <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="modalAuth"> <input type="hidden" name="csrf_token" value="2c205f1886b8423f40b401388ad3c8ef96e81949,7537ab60773ff88e6da88ec1b18b97b4b38fe6b1,1732383175" /> <input type="hidden" name="has-search-query" id="has-search-query" value="" /> <div class="modal-body"> <input type="hidden" name="koha_login_context" value="opac" /> <fieldset class="brief"> <div class="local-login"> <label for="muserid">Login:</label><input type="text" id="muserid" name="login_userid" autocomplete="off" /> <label for="mpassword">Password:</label><input type="password" id="mpassword" name="login_password" autocomplete="off" /> <fieldset class="action"> <input type="hidden" name="op" value="cud-login" /> <input type="submit" class="btn btn-primary" value="Log in" /> </fieldset> </div> <div id="nologininstructions-modal" class="nologininstructions"> <div id="OpacLoginInstructions"> <div class="default_item"> <div class="default_body"> </div> </div> </div> </div> <div id="forgotpassword-modal" class="forgotpassword"> <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> </div> <div id="patronregistration-modal" class="patronregistration"> <p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p> </div> </fieldset> </div> </form> <!-- /#auth --> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /#modalAuth --> <div class="main"> <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="/cgi-bin/koha/opac-main.pl" title="Home">Home</a> </li> <li class="breadcrumb-item"> <a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> </li> <li class="breadcrumb-item"> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1">Public lists</a> </li> <li class="breadcrumb-item active"> <a href="#" aria-current="page"> <span>Contents of <em>NYT Best Books of 2023</em></span> </a> </li> </ol> </nav> <div class="container-fluid"> <div class="row"> <div class="col col-lg-2 order-2 order-lg-1"> <div id="navigation"> <div id="OpacNav"> <div class="default_item"> <div class="default_body"><div id="mpl_nav"><!--<div style="padding: 1em 0;">--> <ul> <li><a href="https://monterey.org/library" target="_blank" rel="noopener">Library Web Site</a></li> <li><a href="https://cms7.revize.com/revize/cityofmontereyca/library/about_us/contact_us.php" target="_blank" rel="noopener">Contact Us</a></li> <li><a href="https://pacificgrovelibrary.org/obituary/index.php" target="_blank" rel="noopener">Monterey Herald/Obituary Index</a></li> <li><a href="https://cms7.revize.com/revize/cityofmontereyca/library/services/research/history_room/historical_newspapers.php" target="_blank" rel="noopener">Historical Monterey Newspapers</a></li> <li><a href="/cgi-bin/koha/opac-memberentry.pl?logout.x=1">Apply for a library card here</a></li> </ul> <div style="font-size: 94%; margin: 0 0 0 9px;">Ebooks:</div> <ul> <li><a href="http://ncdl.lib.overdrive.com/27269EBA-187F-4B75-B98E-15DD6BFB7356/10/369/en/BANGAuthenticate.DLL?Action=AuthCheck&URL=MyAccount.htm" target="_blank" rel="noopener">Northern California Digital Library</a></li> <li><a href="https://ebook.yourcloudlibrary.com/library/Monterey/Featured" target="_blank" rel="noopener">CloudLibrary</a></li> </ul> <ul> <li><a href="https://cms7.revize.com/revize/cityofmontereyca/library/services/discovergo.php" target="_blank" rel="noopener"><img src="https://secure254.inmotionhosting.com/~monter10/koha/images/Discover-and-Go-Logo2.png" style="height: 40px;" /></a></li> </ul> <!--</div>--></div> <div id="pgpl_nav"> <ul> <ul><!--<li><p><a href="http://pals.bywatersolutions.com"><strong>Search Monterey and Pacific Grove Library Catalogs</strong></a> </p></li>--> <li> <p><a href="/cgi-bin/koha/opac-memberentry.pl"><strong>Apply for a library card here</strong></a></p> </li> </ul> </ul> <style> <!-- #recent_tablet a{ white-space: nowrap; } @media (min-width:768px) and (max-width:1040px) {#recent_full_and_phone {display:none;} #oo_full_and_phone {display:none;}} @media (min-width:1041px) {#recent_tablet {display:none;} #oo_tablet {display:none;}} @media (max-width:767px) {#recent_tablet {display:none;} #oo_tablet {display:none;}} --> </style> <ul><!-- [if lt IE 9]> <style> #recent_tablet { display: none; } </style> <![endif]--> <li> <p><strong>Just Arrived</strong></p> <div id="recent_full_and_phone"><form method="get" action="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl"><input name="idx" value="kw" type="hidden" /> <input name="sort_by" value="acqdate_dsc" type="hidden" /> <input name="do" value="OK" type="hidden" /><select name="limit" onchange="this.form.submit()"> <option>-- Please choose --</option> <option value="mc-loc:ADNEWBK">New Books</option> <option value="mc-loc:ADNEWAUD">New Audiobooks</option> <option value="mc-loc:ADNEWLP">New Large Print Books</option> <option value="mc-loc:TEENNEWBK">New Teen Books</option> <option value="mc-loc:YNEWBOOK">New Books for Children</option> <option value="mc-itype:DVD">New DVDs</option> </select></form></div> <div id="recent_tablet"><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-loc%3AADNEWBK">Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-loc%3AADNEWAUD">Audiobooks</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-loc%3AADNEWLP">Large Print</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-loc%3ATEENNEWBK">Teen Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-loc%3AYNEWBOOK">Kids' Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=mc-itype:DVD">DVDs</a> <br /> </div> </li> <li> <p><strong>On Order</strong></p> <div id="oo_full_and_phone"><form method="get" action="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl"><input name="idx" value="kw" type="hidden" /> <input name="sort_by" value="acqdate_dsc" type="hidden" /> <input name="do" value="OK" type="hidden" /> <input name="limit" value="notforloan:-1 or notforloan:-2" type="hidden" /><select name="limit" onchange="this.form.submit()"> <option>-- Please choose --</option> <option value="mc-itype:BOOK">On Order Books</option> <option value="mc-itype:CD">On Order Audio</option> <option value="kw:large print">On Order Large Print Books</option> <option value="mc-itype:TEENBK">On Order Teen Books</option> <option value="mc-itype:YOUTHBOOK">On Order Books for Children</option> <option value="mc-itype:DVD">On Order DVDs</option> </select></form></div> <div id="oo_tablet"><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=mc-itype:BOOK">Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=mc-itype:CD">Audio</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=kw:large print">Large Print</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=mc-itype:TEENBK">Teen Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=mc-itype:YOUTHBOOK">Kids' Books</a><br /><a href="https://catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-search.pl?idx=kw&sort_by=acqdate_dsc&do=OK&limit=notforloan:-1 or notforloan:-2&limit=mc-itype:DVD">DVDs</a></div> </li> </ul> </div></div> </div> </div> <div id="usermenu"> </div> </div> </div> <div class="col-md-12 col-lg-10 order-1"> <div id="usershelves" class="maincontent"> <h1> NYT Best Books of 2023 <a href="https://www.montereylibrary.org/cgi-bin/koha/opac-shelves.pl?rss=1&op=view&shelfnumber=3201" class="rss-list-link noprint" aria-label="Subscribe to this list"> <i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i> </a> </h1> <p>This list contains 11 titles</p> <div id="floating"> <div id="toolbar" class="toolbar clearfix"> <div class="list-actions"> <a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-fw fa-plus" aria-hidden="true"></i> New list</a> <span class="sep">|</span> <div id="download-list" class="btn-group dropdown"> <a id="format" class="btn btn-link dropdown-toggle" aria-haspopup="menu" aria-label="Select format and download list" data-toggle="dropdown" href="/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=3201"><i class="fa fa-fw fa-download" aria-hidden="true"></i> Download <b class="caret"></b></a> <div class="dropdown-menu pull-left" role="menu" aria-labelledby="format"> <a role="menuitem" class="dropdown-item download-list" data-format="bibtex" href="#">BibTeX</a> <a role="menuitem" class="dropdown-item download-list" data-format="isbd" href="#">ISBD</a> <a role="menuitem" class="dropdown-item download-list" data-format="iso2709" href="#">MARC</a> <a role="menuitem" class="dropdown-item download-list" data-format="ris" href="#">RIS (Zotero, EndNote, others)</a> </div> </div> <span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=3201" class="btn btn-link send"><i class="fa fa-fw fa-envelope" aria-hidden="true"></i> Send list</a></span> <a class="btn btn-link print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201&sortfield=title&direction=asc&print=1"><i class="fa fa-fw fa-print" aria-hidden="true"></i> Print list</a> </div> <!-- /.list-actions --> <form method="get" action="/cgi-bin/koha/opac-shelves.pl" id="sorting-form" class="d-inline sort_by pull-right"> <input type="hidden" name="op" value="view" /> <input type="hidden" name="shelfnumber" value="3201" /> <label for="sortfield">Sort by: </label> <select name="sortfield" id="sortfield" class="resort"> <option value="">Default sorting</option> <optgroup label="Author"> <option value="author" data-direction="asc">Author (A-Z)</option> <option value="author" data-direction="desc">Author (Z-A)</option> </optgroup> <optgroup label="Title"> <option value="title" data-direction="asc" selected="selected">Title (A-Z)</option> <option value="title" data-direction="desc">Title (Z-A)</option> </optgroup> <optgroup label="Call number"> <option value="itemcallnumber" data-direction="asc">Call number (A-Z)</option> <option value="itemcallnumber" data-direction="desc">Call number (Z-A)</option> </optgroup> <optgroup label="Copyright date"> <option value="copyrightdate" data-direction="desc">Copyright date (newest to oldest)</option> <option value="copyrightdate" data-direction="asc">Copyright date (oldest to newest)</option> </optgroup> <optgroup label="Date added"> <option value="dateadded" data-direction="desc">Date added (newest to oldest)</option> <option value="dateadded" data-direction="asc">Date added (oldest to newest)</option> </optgroup> </select> <input type="submit" class="btn btn-primary btn-sm" id="sort-submit" value="Resort list" /> </form> <!-- /#sorting-form --> </div> <!-- / #toolbar --> <div class="selections-toolbar toolbar noprint"> <div class="check_control"> <span class="checkall"> <a id="CheckAll" class="btn btn-link btn-sm" href="#">Select all</a> </span> <span class="clearall"> <a id="CheckNone" class="btn btn-link btn-sm" href="#">Clear all</a> </span> </div> <div class="links"> <span class="selections">Select titles to: </span> <span id="placehold"> <a href="#" class="btn btn-link hold tag_hides disabled"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a> </span> <a href="#" class="btn btn-link listaddtocart disabled"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a href="#" class="btn btn-link addtolist disabled"><i class="fa fa-list" aria-hidden="true"></i> Add to list</a> </div> <!-- / .links --> </div> <!-- / .selections-toolbar --> </div> <!-- /#floating --> <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="myform" name="bookbag_form"> <input type="hidden" name="csrf_token" value="2c205f1886b8423f40b401388ad3c8ef96e81949,7537ab60773ff88e6da88ec1b18b97b4b38fe6b1,1732383175" /> <div class="searchresults"> <table id="listcontents" class="table"> <tbody> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="448005" data-title="Crook manifesto" aria-label="Crook manifesto"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=448005"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D9780593455579"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=9780593455579" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448005" class="title">Crook manifesto <span class="title_medium">[sound recording] : </span>a novel / <span class="title_resp_stmt">Colson Whitehead. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Whitehead%2C%20Colson%2C%22">Whitehead, Colson<span class="authordates">, 1969-</span><span class="relatorcode"> [author.]</span></a></li> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Graham%2C%20Dion%2C%22">Graham, Dion<span class="relatorcode"> [narrator.]</span></a></li> </ul><span class="results_summary series"><span class="label">Series: </span><a href="/cgi-bin/koha/opac-search.pl?q=se,phr:%22Ray%20Carney%20%3B%22">Ray Carney</a> ; 2</span><div class="results_summary edition"> <span class="label">Edition: </span>Unabridged.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/MU.png" alt="Sound" class="materialtype mt_icon_MU"> Sound</span><span class="results_literaryform"><span class="label">; Literary form: </span> fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><div class="results_summary publisher_number "> <span class="label">Publisher number: </span><ul class="resource_list"><li>15483424</li></ul> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">[New York] :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Audio,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">CD/FIC/WHITEHEAD, C</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Crook manifesto" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=448005"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Crook manifesto to the cart" data-biblionumber="448005" class="btn btn-link btn-sm addtocart cart cart448005" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="448005" class="btn btn-link btn-sm remove cartRemove cartR448005" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rft.type=audioRecording&amp;rft.title=Crook%20manifesto%20a%20novel%20%2F&amp;rft.isbn=9780593455579&amp;rft.au=Whitehead%2C%20Colson%2C&amp;rft.au=Graham%2C%20Dion%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="447592" data-title="Crook manifesto :" aria-label="Crook manifesto :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=447592"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0385545150"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0385545150" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=447592" class="title">Crook manifesto : a novel / <span class="title_resp_stmt">Colson Whitehead. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Whitehead%2C%20Colson%2C%22">Whitehead, Colson<span class="authordates">, 1969-</span><span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Doubleday,</span></span> <span property="date" class="rda264_date">2023</span></span><span class="results_summary rda264"><span class="label">Copyright date: </span><span property="date" class="rda264_date">漏2022</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (2)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC WHITEHEAD, C., ..</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC WHITEHEAD, C.</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Crook manifesto :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=447592"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Crook manifesto : to the cart" data-biblionumber="447592" class="btn btn-link btn-sm addtocart cart cart447592" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="447592" class="btn btn-link btn-sm remove cartRemove cartR447592" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Crook%20manifesto%20%3A%20a%20novel%20%2F&amp;rft.isbn=9780385545150&amp;rft.au=Whitehead%2C%20Colson%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="447507" data-title="Hello beautiful :" aria-label="Hello beautiful :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=447507"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0593682939"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0593682939" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=447507" class="title">Hello beautiful : a novel <span class="title_medium">[large print] / </span><span class="title_resp_stmt">Ann Napolitano. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22">Napolitano, Ann<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First large print edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> large print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Large Print,</span></span> <span property="date" class="rda264_date">[2023]</span></span><span class="results_summary rda264"><span class="label">Copyright date: </span><span property="date" class="rda264_date">漏2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC/LPE NAPOLITANO, A.</span></span>. </span></span></span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2708">Amazon Books Top 20 of 2023</a>, </li> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Hello beautiful :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=447507"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Hello beautiful : to the cart" data-biblionumber="447507" class="btn btn-link btn-sm addtocart cart cart447507" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="447507" class="btn btn-link btn-sm remove cartRemove cartR447507" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Hello%20beautiful%20%3A%20a%20novel&amp;rft.isbn=9780593682937%20%3A&amp;rft.au=Napolitano%2C%20Ann%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="444229" data-title="Hello beautiful :" aria-label="Hello beautiful :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=444229"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0593243730"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0593243730" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=444229" class="title">Hello beautiful : a novel / <span class="title_resp_stmt">Ann Napolitano. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22">Napolitano, Ann<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">The Dial Press,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (5)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC NAPOLITANO, A., ..</span></span>. </span></span></span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2708">Amazon Books Top 20 of 2023</a>, </li> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Hello beautiful :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=444229"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Hello beautiful : to the cart" data-biblionumber="444229" class="btn btn-link btn-sm addtocart cart cart444229" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="444229" class="btn btn-link btn-sm remove cartRemove cartR444229" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Hello%20beautiful%20%3A%20a%20novel%20%2F&amp;rft.isbn=9780593243732&amp;rft.au=Napolitano%2C%20Ann%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="448491" data-title="Hello beautiful:" aria-label="Hello beautiful:"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=448491"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D9780593862391"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=9780593862391" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448491" class="title">Hello beautiful: a novel <span class="title_medium">[sound recording] / </span><span class="title_resp_stmt">Ann Napolitano. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Napolitano%2C%20Ann%2C%22">Napolitano, Ann<span class="relatorcode"> [author.]</span></a></li> <li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Tierney%2C%20Maura%2C%22">Tierney, Maura<span class="authordates">, 1965-</span><span class="relatorcode"> [narrator.]</span></a></li> </ul><div class="results_summary edition"> <span class="label">Edition: </span>Unabridged.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/MU.png" alt="Sound" class="materialtype mt_icon_MU"> Sound</span><span class="results_literaryform"><span class="label">; Literary form: </span> fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><div class="results_summary publisher_number "> <span class="label">Publisher number: </span><ul class="resource_list"><li>PRHA 13154 Random House Audio</li></ul> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">[New York] :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Audio,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">BCD/NAPOLITANO, A.</span></span>. </span></span></span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span><span class="ItemSummary unavailable"></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=2708">Amazon Books Top 20 of 2023</a>, </li> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Hello beautiful:" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=448491"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Hello beautiful: to the cart" data-biblionumber="448491" class="btn btn-link btn-sm addtocart cart cart448491" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="448491" class="btn btn-link btn-sm remove cartRemove cartR448491" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rft.type=audioRecording&amp;rft.title=Hello%20beautiful%3A%20a%20novel%20&amp;rft.isbn=9780593862391&amp;rft.au=Napolitano%2C%20Ann%2C&amp;rft.au=Tierney%2C%20Maura%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="449403" data-title="Land of milk and honey /" aria-label="Land of milk and honey /"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=449403"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0593538242"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0593538242" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=449403" class="title">Land of milk and honey / <span class="title_resp_stmt">C Pam Zhang. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Zhang%2C%20C%20Pam%2C%22">Zhang, C Pam<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Riverhead Books,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC ZHANG, C.</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Land of milk and honey /" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=449403"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Land of milk and honey / to the cart" data-biblionumber="449403" class="btn btn-link btn-sm addtocart cart cart449403" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="449403" class="btn btn-link btn-sm remove cartRemove cartR449403" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Land%20of%20milk%20and%20honey%20%2F&amp;rft.isbn=9780593538241&amp;rft.au=Zhang%2C%20C%20Pam%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="444691" data-title="Lone women :" aria-label="Lone women :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=444691"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D052551208X"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=052551208X" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=444691" class="title">Lone women : a novel / <span class="title_resp_stmt">Victor LaValle. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22LaValle%2C%20Victor%2C%22">LaValle, Victor<span class="authordates">, 1972-</span><span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">One World,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC LAVALLE, V.</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC LAVALLE, V.</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Lone women :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=444691"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Lone women : to the cart" data-biblionumber="444691" class="btn btn-link btn-sm addtocart cart cart444691" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="444691" class="btn btn-link btn-sm remove cartRemove cartR444691" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Lone%20women%20%3A%20a%20novel%20%2F&amp;rft.isbn=9780525512080&amp;rft.au=LaValle%2C%20Victor%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="446570" data-title="Pineapple Street" aria-label="Pineapple Street"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=446570"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0593676718"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0593676718" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=446570" class="title">Pineapple Street <span class="title_medium">[large print] : </span>a novel / <span class="title_resp_stmt">Jenny Jackson. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Jackson%2C%20Jenny%22">Jackson, Jenny (Editor)<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> large print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House Large Print,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Pineapple Street" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=446570"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Pineapple Street to the cart" data-biblionumber="446570" class="btn btn-link btn-sm addtocart cart cart446570" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="446570" class="btn btn-link btn-sm remove cartRemove cartR446570" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Pineapple%20Street%20a%20novel%20%2F&amp;rft.isbn=9780593676714%20%28large%20print%29%20%3A&amp;rft.au=Jackson%2C%20Jenny"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="445766" data-title="Pineapple Street :" aria-label="Pineapple Street :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=445766"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D059349069X"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=059349069X" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=445766" class="title">Pineapple Street : a novel / <span class="title_resp_stmt">Jenny Jackson. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Jackson%2C%20Jenny%22">Jackson, Jenny (Editor)<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span><span class="results_audience"><span class="label">; Audience: </span> Adult; </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">Toronto :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Viking Canada,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (2)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC JACKSON, J., ..</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC JACKSON, J.</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Pineapple Street :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=445766"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Pineapple Street : to the cart" data-biblionumber="445766" class="btn btn-link btn-sm addtocart cart cart445766" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="445766" class="btn btn-link btn-sm remove cartRemove cartR445766" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Pineapple%20Street%20%3A%20a%20novel%20%2F&amp;rft.isbn=9780593490693&amp;rft.au=Jackson%2C%20Jenny&amp;rft.pub=Pamela%20Dorman%20Books%2FViking%2C&amp;rft.date=2023."></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="448892" data-title="The fraud /" aria-label="The fraud /"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=448892"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0525558969"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0525558969" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=448892" class="title">The fraud / <span class="title_resp_stmt">Zadie Smith. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Smith%2C%20Zadie%2C%22">Smith, Zadie<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Penguin Press,</span></span> <span property="date" class="rda264_date">2023</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="unavailable"><span class="AvailabilityLabel"><strong>Not available: </strong></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Monterey Public Library: Checked out</span> (1). </span></span><span class="ItemSummary unavailable"><span class="unavailable_Checked out"><span class="ItemBranch">Pacific Grove Public Library: Checked out</span> (1). </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on The fraud /" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=448892"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add The fraud / to the cart" data-biblionumber="448892" class="btn btn-link btn-sm addtocart cart cart448892" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="448892" class="btn btn-link btn-sm remove cartRemove cartR448892" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=The%20fraud%20%2F&amp;rft.isbn=9780525558965&amp;rft.au=Smith%2C%20Zadie%2C"></span> </td> </tr> <tr> <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="443608" data-title="Victory city :" aria-label="Victory city :"/></td> <td> <div class="coverimages"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=443608"> </a> <!-- / .p1 --> <a href="https://contentcafe2.btol.com%2FContentCafeClient%2FContentCafe.aspx%3FUserID%3DMPLCA22541%26Password%3DCC654225%26ItemKey%3D0593243390"> <img alt="See Baker & Taylor" src="https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=MPLCA22541&Password=CC654225&Options=Y&Return=T&Type=S&Value=0593243390" /> </a> </div> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=443608" class="title">Victory city : a novel / <span class="title_resp_stmt">Salman Rushdie. </span></a><span class="byAuthor">by</span> <ul class="author resource_list"><li><a href="/cgi-bin/koha/opac-search.pl?q=au:%22Rushdie%2C%20Salman%2C%22">Rushdie, Salman<span class="relatorcode"> [author.]</span></a></li></ul><div class="results_summary edition"> <span class="label">Edition: </span>First Edition.</div><div class="results_summary type"> <span class="results_material_type"><span class="label">Material type: </span><img src="/opac-tmpl/lib/famfamfam/BK.png" alt="Text" class="materialtype mt_icon_BK"> Text</span><span class="results_format"><span class="label">; Format: </span> print </span><span class="results_contents_literary"><span class="label">; Literary form: </span> Fiction </span> </div><span class="results_summary rda264"><span class="label">Publisher: </span><span class="rda264_place" property="location">New York :</span> <span property="rda264_name" typeof="Organization"><span property="name" class="rda264_name">Random House,</span></span> <span property="date" class="rda264_date">[2023]</span></span><div class="results_summary availability"> <span class="label">Availability: </span><span class="available reallyavailable"><span class="AvailabilityLabel"><strong>Items available for loan: </strong></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Monterey Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC RUSHDIE, S.</span></span>. </span></span><span class="ItemSummary"><span class="available"><span class="ItemBranch">Pacific Grove Public Library</span> (1)<span class="CallNumberAndLabel"><span class="LabelCallNumber">Call number: </span><span class="CallNumber">FIC RUSHDIE, S.</span></span>. </span></span></span> </div> <div class="results_summary shelves"> <span class="label">Lists:</span> <ul> <li> <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3201">NYT Best Books of 2023</a>.</li> </ul> </div> <div class="actions-menu noprint"> <span class="actions"><a class="btn btn-link btn-sm" aria-label="Place a hold on Victory city :" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=443608"><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a></span> <span class="actions cart-actions"><a aria-label="Add Victory city : to the cart" data-biblionumber="443608" class="btn btn-link btn-sm addtocart cart cart443608" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a> <a style="display:none;" data-biblionumber="443608" class="btn btn-link btn-sm remove cartRemove cartR443608" href="#">(remove)</a></span> </div> <!-- COinS / Openurl --> <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Victory%20city%20%3A%20a%20novel%20%2F&amp;rft.isbn=9780593243398&amp;rft.au=Rushdie%2C%20Salman%2C"></span> </td> </tr> </tbody> </table> <!-- / #listcontents --> </div><!-- / .searchresults --> </form> <!-- /myform --> <div class="alert alert-info"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form">Log in to create a new list</a></div> </div> <!-- / #usershelves --> </div> <!-- / .col-lg-10/12 --> </div> <!-- / .row --> </div> <!-- / .container-fluid --> </div> <!-- / .main --> <form method="post" id="download_list" action="/cgi-bin/koha/opac-downloadshelf.pl"> <input type="hidden" name="csrf_token" value="2c205f1886b8423f40b401388ad3c8ef96e81949,7537ab60773ff88e6da88ec1b18b97b4b38fe6b1,1732383175" /> <input type="hidden" name="shelfnumber" value="3201" /> <input type="hidden" name="format" id="download_format" value="" /> </form> </div> <!-- / #wrapper in masthead.inc --> <footer> <div class="container-fluid"> <div class="row"> <div class="col"> <div id="report-koha-url"> <div class="row justify-content-between"> <div class="col"> <div id="koha_url" class="clearfix noprint"> <p>Powered by <a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a> </p> </div> <!-- /#koha_url --> </div> <!-- /.col --> </div> <!-- /.row.justify-content-between --> </div> <!-- /#report-koha-url --> </div> <!-- /.col --> </div> <!-- /.row --> </div> <!-- /.container-fluid --> </footer> <!-- CookieConsentedJS code that may run --> <!-- JavaScript includes --> <script src="/opac-tmpl/lib/jquery/jquery-3.6.0.min_24.0505000.js"></script> <script src="/opac-tmpl/lib/jquery/jquery-migrate-3.3.2.min_24.0505000.js"></script> <script src="/opac-tmpl/lib/bootstrap/js/bootstrap.bundle.min_24.0505000.js"></script> <script src="/opac-tmpl/lib/fontfaceobserver/fontfaceobserver.min_24.0505000.js"></script> <script src="/opac-tmpl/lib/enquire/enquire.min_24.0505000.js"></script> <script> let logged_in_user_id = ""; </script> <script src="/opac-tmpl/bootstrap/js/global_24.0505000.js"></script> <script> $(".print-large").on("click",function(){ window.print(); return false; }); $(".addtoshelf").on("click",function(e){ e.preventDefault(); Dopop( this.href ); }); $("body").on("click", ".addtocart", function(e){ e.preventDefault(); var biblionumber = $(this).data("biblionumber"); addRecord( biblionumber ); }); $("body").on("click", ".cartRemove", function(e){ e.preventDefault(); var biblionumber = $(this).data("biblionumber"); delSingleRecord( biblionumber ); }); $(".clearsh").on("click", function(){ return confirmDelete( _("Are you sure you want to delete your search history?") ); }); </script> <script src="/opac-tmpl/bootstrap/js/basket_24.0505000.js"></script> <script src="/opac-tmpl/lib/js-cookie/js.cookie-3.0.1.min_24.0505000.js"></script> <script> $(document).ready(function() { if($('#searchsubmit').length) { $(document).on("click", '#searchsubmit', function(e) { Cookies.remove("form_serialized", { path: '/'}); Cookies.remove("form_serialized_limits", { path: '/'}); Cookies.remove("search_path_code", { path: '/'}); }); } }); </script> <script src="/opac-tmpl/lib/dayjs/dayjs.min_24.0505000.js"></script> <script src="/opac-tmpl/lib/dayjs/plugin/timezone_24.0505000.js"></script> <script src="/opac-tmpl/lib/dayjs/plugin/utc_24.0505000.js"></script> <script> dayjs.extend(window.dayjs_plugin_utc); dayjs.extend(window.dayjs_plugin_timezone); </script> <!-- js-date-format.inc --> <script> (function() { var def_date_format = 'us'; var def_time_format = '24hr'; var def_tz = 'America/Los_Angeles'; var get_date_pattern = function(format) { var date_pattern = 'YYYY-MM-DD'; if(format == 'us') date_pattern = 'MM/DD/YYYY'; if(format == 'metric') date_pattern = 'DD/MM/YYYY'; if(format == 'dmydot') date_pattern = 'DD.MM.YYYY'; return date_pattern; }; var get_time_pattern = function(format) { var time_pattern = 'HH:mm'; if(format == '12hr') time_pattern = 'hh:mm a'; return time_pattern; }; /* * A JS equivilent of the KohaDates TT Plugin. Passed an rfc3339 formatted date string, * or JS Date, the function will return a date string formatted as per the koha instance config. * Optionally accepts a dateformat parameter to allow override of the configured output format * as well as a 'withtime' boolean denoting whether to include time or not in the output string. */ window.$date = function(value, options) { if(!value) return ''; var tz = (options&&options.tz)||def_tz; var m = dayjs(value); if ( ! value.match(/^\d{4}-\d{2}-\d{2}$/ ) ) { m = m.tz(tz); } var dateformat = (options&&options.dateformat)||def_date_format; var withtime = (options&&options.withtime)||false; if(dateformat=='rfc3339' && withtime) return m.format(); var timeformat = (options&&options.timeformat)||def_time_format; var date_pattern = get_date_pattern(dateformat); var time_pattern = !withtime?'':' '+get_time_pattern(timeformat); return m.format(date_pattern+time_pattern); } window.$datetime = function(value, options) { options = options||{}; options.withtime = true; return $date(value, options); }; window.$time = function(value, options) { if(!value) return ''; var tz = (options&&options.tz)||def_tz; var m = dayjs(value); if(tz) m = m.tz(tz); var dateformat = (options&&options.dateformat); var timeformat = (dateformat=='rfc3339'&&'24hr')||(options&&options.timeformat)||def_time_format; return m.format(get_time_pattern(timeformat)+(dateformat=='rfc3339'?':ss'+(!m.isUTC()?'Z':''):''))+(dateformat=='rfc3339' && m.isUTC()?'Z':''); } })(); </script> <!-- / js-date-format.inc --> <script> (function() { /** * Format the biblio response from a Koha RESTful API request. * @param {Object} biblio The biblio json object as returned from the Koha RESTful API * @param {Object} config A configuration object * Valid keys are: `link` * @return {string} The formatted HTML string */ window.$biblio_to_html = function(biblio, config) { if (biblio === undefined) { return ''; // empty string for no biblio } var title = '<span class="biblio-title">'; if (biblio.title != null && biblio.title != '') { title += escape_str(biblio.title); } else { title += _("No title"); } title += '</span>'; // add subtitle if (biblio.subtitle != null && biblio.subtitle != '') { title += ' <span class="biblio-subtitle">' + escape_str(biblio.subtitle) + '</span>'; } // set title as link if (config && config.link) { if (config.link === 'marcdetail') { title = '<a href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=' + encodeURIComponent(biblio.biblio_id) + '" class="title">' + title + '</a>'; } else if (config.link === 'labeled_marc') { title = '<a href="/cgi-bin/koha/opac-labeledMARCdetail.pl?biblionumber=' + encodeURIComponent(biblio.biblio_id) + '" class="title">' + title + '</a>'; } else if (config.link === 'isbd') { title = '<a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=' + encodeURIComponent(biblio.biblio_id) + '" class="title">' + title + '</a>'; } else { title = '<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=' + encodeURIComponent(biblio.biblio_id) + '" class="title">' + title + '</a>'; } } // add medium if (biblio.medium != null && biblio.medium != '') { title += ' <span class="biblio-medium">' + escape_str(biblio.medium) + '</span>'; } // add part numbers/names let part_numbers = (typeof biblio.part_number === 'string') ? biblio.part_number.split("|") : []; let part_names = (typeof biblio.part_name === 'string') ? biblio.part_name.split("|") : []; let i = 0; while (part_numbers[i] || part_names[i]) { if (part_numbers[i]) { title += ' <span class="part-number">' + escape_str(part_numbers[i]) + '</span>'; } if (part_names[i]) { title += ' <span class="part-name">' + escape_str(part_names[i]) + '</span>'; } i++; } return title; }; })(); </script> <script src="/opac-tmpl/lib/hc-sticky/hc-sticky_24.0505000.js"></script> <script> function holdSelections() { var checkedBoxes = $("input:checkbox:checked"); if ($(checkedBoxes).size() == 0) { alert( _("No item was selected") ); } else { var bibs = ""; $(checkedBoxes).each(function(){ bibs += $(this).val() + "/"; }); document.location = "/cgi-bin/koha/opac-reserve.pl?biblionumbers="+bibs; } } function enableCheckboxActions(){ // Enable/disable controls if checkboxes are checked var checkedBoxes = $(".cb:checked"); if ($(checkedBoxes).size()) { $(".selections").html(_("With selected titles: ")); $(".selections-toolbar .links a").removeClass("disabled"); } else { $(".selections").html(_("Select titles to: ")); $(".selections-toolbar .links a").addClass("disabled"); } } $(function() { $(".addtocart,.cartRemove").removeClass("hidden"); $(".selections-toolbar a.hold").click(function(e){ e.preventDefault(); holdSelections(); }); $("a.print").show(); $("#CheckAll").on("click",function(e){ e.preventDefault(); $(".cb").prop("checked", true); enableCheckboxActions(); }); $("#CheckNone").on("click",function(e){ e.preventDefault(); $(".cb").prop("checked", false); enableCheckboxActions(); }); $(".cb").click(function(){ enableCheckboxActions(); }); enableCheckboxActions(); AdjustRemark(); Sticky = $("#floating"); Sticky.hcSticky({ stickTo: "#usershelves", stickyClass: "floating" }); sortMenu( $("#sorting-form") ); $("#sortfield").on("change", function(){ $('#sorting-form').submit(); }); $(".deleteshelf").on("click", function(e){ e.preventDefault(); var shelf_name = $(this).data("shelfname"); var shelf_number = $(this).data("shelfnumber"); var is_shared = $(this).data("shared"); var count = $(this).data("count"); var message = "<p><em>" + shelf_name + "</em></p>"; if( count ){ message += "<p>" + _("Items on this list:") + " <strong>" + count + "</strong></p>"; } if( is_shared ){ message += "<p>" + _("This list is shared. Other users will lose access to it.") + "</p>"; } confirmModal( message, _("Are you sure you want to delete this list?"), _("Yes, delete"), _("No, do not delete"), function( result ){ if( result ){ $("#deleteshelf" + shelf_number ).submit(); } } ); }); $(".remove_share").on("click", function(e){ e.preventDefault(); var shelf_name = $(this).data("shelfname"); var shelf_number = $(this).data("shelfnumber"); confirmModal( shelf_name, _("Are you sure you want to remove sharing? You will no longer have access to the list."), _("Yes, remove sharing"), _("No, do not remove sharing"), function( result ){ if( result ){ $("#unshare" + shelf_number ).submit(); } } ); }); $(".download-list").on("click", function(e){ e.preventDefault(); var format = $(this).data("format"); $("#download_format").val( format ); $("#download_list").submit(); }); $("#allow_changes_from, #public").on("change", function(){ AdjustRemark(); }); $(".send").on("click", function(e){ e.preventDefault(); let link = this.href; Dopop( link ); }); $(".listaddtocart").on("click", function(e){ e.preventDefault(); addMultiple(); }); $(".addtolist").on("click", function(e){ e.preventDefault(); cartList(); }); function cartList(){ alert(_("You must be logged in to create or add to lists")); return false; } }); // document.ready function sortMenu( sorting_form ){ var shelfnumber = sorting_form.find("input[name='shelfnumber']").val(); var sort_link = "/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=" + shelfnumber + "&sortfield="; var menu = "<div class=\"btn-group dropdown\"><button type=\"button\" class=\"btn btn-link dropdown-toggle\" data-toggle=\"dropdown\" id=\"sortmenu\" aria-haspopup=\"true\" aria-expanded=\"false\"><i class=\"fa fa-sort\" aria-hidden=\"true\"></i> " + _("Sort") + "</span></button><div class=\"dropdown-menu dropdown-menu-right\" aria-labelledby=\"sortmenu\">"; $("#sortfield").children().each(function(){ if( $(this)[0].tagName.toUpperCase() == "OPTION" ){ menu += "<a class=\"dropdown-item\" href=\"" + sort_link + $(this).val() + "\">" + $(this).text() + "</a>"; } else if( $(this)[0].tagName.toUpperCase() == "OPTGROUP" ){ menu += "<span class=\"dropdown-header\">" + $(this).attr("label") + "</span>"; $(this).children().each(function(){ if( $(this)[0].tagName.toUpperCase() == "OPTION" ){ menu += "<a class=\"dropdown-item\" href=\"" + sort_link + $(this).val() + "&direction=" + $(this).data('direction') + "\">" + $(this).text() + "</a>"; } }); } }); menu += "</div>"; $(".list-actions").append( menu ); sorting_form.remove(); } function AdjustRemark() { var public; if( $("#public").length > 0 ) { public = $("#public").val(); } else { public = "1"; } var perms = $("#allow_changes_from").val(); if( perms < 2 ) { $("#anyone_remark").hide(); $("#staff_remark").hide(); $("#permitted_staff_remark").hide(); } else if( public==0 ) { // If we move to Private (without shares), show Anyone remark // Note: the number of shares is not tested real-time if ( perms==2 ) { $("#anyone_remark").show(); $("#staff_remark").hide(); $("#permitted_staff_remark").hide(); } else if ( perms==3 ) { $("#anyone_remark").hide(); $("#staff_remark").show(); $("#permitted_staff_remark").hide(); } else if ( perms==4 ) { $("#anyone_remark").hide(); $("#staff_remark").hide(); $("#permitted_staff_remark").show(); } } else { // public==1 $("#anyone_remark").hide(); $("#staff_remark").hide(); $("#permitted_staff_remark").hide(); } } </script> <script> $(document).ready(function () { //Pacific Grove specfic JS if( window.location.href.indexOf("catalog.pacificgrovelibrary.org") > -1 || window.location.href.indexOf("pacificgrove.pals.bywatersolutions.com") > -1) { $('#opac-detail .addtocart').parent().hide(); $('.no-image').closest('.coverimages').hide(); /*home icon*/ var homeHtml = "<a href = '/cgi-bin/koha/opac-main.pl' title='Home'><span class='fa fa-home'></span></a>"; $("#logo").html(homeHtml); $("#logo").show(); $('.maincontent').addClass('col-lg-10').removeClass('col-lg-7'); $('label[for="masthead_search"]').text('What can we help you find today?'); $('#searchsubmit').text('SEARCH'); $('#translControl1').attr('placeholder' , 'Search Books, Videos, etc.'); $('.mastheadsearch').append( $('#moresearches') ); var d = new Date(); var n = d.getDay(); var dayselect = '.day' + n; $(dayselect).css('color' , '#ff854a'); /* search facets */ if ( $('#search-facets') ) { $('.check_facet ul').toggle(); $('a[title^="Remove facet"]').css('text-decoration','none').parent().addClass('selected'); $('.selected').each( function() { var this_facet = $(this).children('a').clone().text(''); var text = $(this).children('.facet-label').text(); $(this).html(`<span class="facet-label">${text}<span>`).wrap(this_facet); }); //Enhance OverDrive results setTimeout(function(){ $('#overdrive-results').css('padding-top','20px').wrap('<div id="overdrive-banner" style="padding-top: 20px;"><table width="100%" style="border: 1px solid black;"><tr><td style="background-color: lightyellow;"></td></tr></table></div>'); $('#overdrive-banner td').prepend('<img src="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/siskiyou/siski-overdrive.png" width="200" style="float: left; padding-right: 20px;">'); }, 1500); //End OverDrive } } // END Pacific Grove specfic JS $('.returntosearch a').attr('href' , '/cgi-bin/koha/opac-search.pl'); //MPL specfic JS if( window.location.href.indexOf("www.montereylibrary.org") > -1 ) { /* search facets */ if ( $('#search-facets') ) { $('.check_facet ul').toggle(); $('a[title^="Remove facet"]').css('text-decoration','none').parent().addClass('selected'); $('.selected').each( function() { var this_facet = $(this).children('a').clone().text(''); var text = $(this).children('.facet-label').text(); $(this).html(`<span class="facet-label">${text}<span>`).wrap(this_facet); }); //Enhance OverDrive results setTimeout(function(){ $('#overdrive-results').css('padding-top','20px').wrap('<div id="overdrive-banner" style="padding-top: 20px;"><table width="100%" style="border: 1px solid black;"><tr><td style="background-color: lightyellow;"></td></tr></table></div>'); $('#overdrive-banner td').prepend('<img src="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/siskiyou/siski-overdrive.png" width="200" style="float: left; padding-right: 20px;">'); }, 1500); //End OverDrive } } // END MPL specfic JS //remove google button from purchase suggestion form $('#add_suggestion_form input[value="Search Google Books"]').hide(); }); //flag for shelving maps var MPLLocMapFlag=0; $(document).ready(function(){ // bib display toggle $('#accordion').find('.accordion-toggle').click(function(){ $(this).next().slideToggle('fast'); if( $('#mplMoreButton').hasClass('bibMore')){ $('#mplMoreButton').removeClass('bibMore').addClass('bibLess'); $('#mplMoreButton').html('Fewer details <span><i class="fa fa-lg fa-angle-up"></i></span>'); $('#mplSummary').hide(); } else { $('#mplMoreButton').removeClass('bibLess').addClass('bibMore'); $('#mplMoreButton').html('Additional details <span><i class="fa fa-lg fa-angle-down"></i></span>'); $('#mplSummary').show(); } }); //var mplCombined1=$("#mpl_header").css("display"); //var mplCombined2=$("#pgpl_header").css("display"); //if(mplCombined1==mplCombined2) { // $("#mpl_header").css("display","none"); // $("#pgpl_header").css("display","none"); // $("#mpl_mainuserblock").css("display","none"); // $("#pgpl_mainuserblock").css("display","none"); // $("#mpl_nav").css("display","none"); // $("#pgpl_nav").css("display","none"); // $("#joint_header").css("display","block"); // } //add paypal guest instructions to payment screen if (window.location.href.indexOf("opac-account.pl") > -1) { $('label.radio').after('<p><small>Please note: to pay as a guest in PayPal using your credit card, you may need to turn off the switch labeled "Save info & create your PayPal account" on the payment screen.</small></p>'); } $("#rssnews-container").html(" "); //Change login to card # on signin screen $('label[for="muserid"]').text('Library card # or username'); $('label[for="userid"]').text('Library card # or username'); $('#mpatronregistration').html("<p>Don't have a card? <a href=/cgi-bin/koha/opac-memberentry.pl>Register here.</a></p>"); $('#registrationinstructions').html("<p>Don't have a card? <a href=/cgi-bin/koha/opac-memberentry.pl>Register here.</a></p>"); //Change login to card # on password recovery screen $('label[for="username"]').text('Library card # or username:'); $('#password-recovery p:contains("To reset your password, enter your login and email address.")').html(function() { var text = $(this).html(); $(this).html(text.replace('enter your login and email address.', 'enter your card # or username, and email address.<br><br>')); }); $('#password-recovery p:contains("An email has been sent to")').append('</p><p>Please note that your password reset message may take up to 20 minutes to arrive.'); //Hide login box $("#login").remove(); //hide serial available note $("h3:contains('At library: Monterey Public Library')").hide(); //hide branches on suggestion form if (window.location.href.indexOf("opac-suggestions.pl") > -1) { $('option[value="BOOKMOBILE"]').hide(); $('option[value="MUSEUM"]').hide(); $('option[value="CHR"]').hide(); $('option[value="MPLDisplay"]').hide(); $('option[value="MHO"]').hide(); $('option[value="BKMDisplay"]').hide(); } //add stop to bkm hold pickup if (window.location.href.indexOf("opac-reserve.pl") > -1) { $('.notesrow > textarea').each(function(){ var i=$('.notesrow > textarea').attr('id'); var n=$('.notesrow > textarea').attr('name'); var idn=i.replace(/\D/g,''); $('select#branch_'+idn).change(function(){ var i=this.id; if ($('select#branch_'+idn+' option:selected').text()=='Bookmobile') { $("label[for='holdnotes_"+idn+"']").show(); $('select#holdnotes_'+idn).show(); } else { $("label[for='holdnotes_"+idn+"']").hide(); $('select#holdnotes_'+idn).val(''); $('select#holdnotes_'+idn).hide(); } }); var s='<label for="'+i+'">Bookmobile stop:</label>'; s+='<select id="'+i+'" name="'+n+'"><option value="">Select your stop</option><option value="Hilltop">Hilltop Park</option><option value="Casanova">Casanova Oak Knoll</option><option value="La Mesa">La Mesa Village</option><option value="Montecito">Montecito Park</option><option value="Merrill Gardens">Merrill Gardens</option><option value="Park Lane">Park Lane</option></select>'; $('#notesrow_'+idn).html(s); $('li > div#notesrow_'+idn).insertAfter('select#branch_'+idn); $('li > div#notesrow_'+idn).css('clear','both'); $('div#hold-options-'+idn+' ul li:nth-child(3)').hide(); $('div#hold-options-'+idn+' ul li:nth-child(4)').css('padding-left','0'); $('div#hold-options-'+idn+' ul li:nth-child(4) label').css('padding-left','0'); if ($('select#branch_'+idn+' option:selected').text()=='Bookmobile') { $("label[for='holdnotes_"+idn+"']").show(); $('select#holdnotes_'+idn).show(); } else { $("label[for='holdnotes_"+idn+"']").hide(); $('select#holdnotes_'+idn).val(''); $('select#holdnotes_'+idn).hide(); } }); } //hide "On Display" in library selection lists if (window.location.href.indexOf("opac-reserve.pl") > -1) {$('option[value="MPLDISPLAY"]').hide();} if (window.location.href.indexOf("opac-suggestions.pl") > -1) {$('option[value="MPLDISPLAY"]').hide();} $('#select_library option[value="branch:MPLDISPLAY"]').hide(); if (window.location.href.indexOf("opac-reserve.pl") > -1) {$('option[value="BKMDISPLAY"]').hide();} if (window.location.href.indexOf("opac-suggestions.pl") > -1) {$('option[value="BKMDISPLAY"]').hide();} $('#select_library option[value="branch:BKMDISPLAY"]').hide(); //shelving maps MPLGetLocMap(); //hide phone notification if (window.location.href.indexOf("opac-messaging.pl") > -1) { $("<span>-</span>").insertAfter("input[id='phone2']"); $("#phone2").hide(); $("<span>-</span>").insertAfter("input[id='phone6']"); $("#phone6").hide(); $("<span>-</span>").insertAfter("input[id='phone4']"); $("#phone4").hide(); $("<span>-</span>").insertAfter("input[id='phone1']"); $("#phone1").hide(); $("<span>-</span>").insertAfter("input[id='phone5']"); $("#phone5").hide(); } //change SMS notification if (window.location.href.indexOf("opac-messaging.pl") > -1) { $("<strong>Enable SMS text messaging: </strong>").insertBefore("fieldset.rows"); $("input[id='sms6']").insertBefore("fieldset.rows"); $('<br /><span style="font-size:90%;">(sends a text message for holds, advance due items, and overdue items, in addition to standard notifications)</span><br />').insertAfter("input[id='sms6']"); $('label[for="SMSnumber"]').css("width","auto"); $('label[for="SMSnumber"]').text("SMS number (including area code):"); $("table#DataTables_Table_0 tr").find("td:eq(2),th:eq(2)").remove(); $("select#sms_provider_id").parent().hide(); } }); //style ebooks //ebook link change Follett/Miscellaneous $("#userresults").ready(function(){ $("#userresults table td").each(function(i){ td = $(this); var febks_link1 = td.find("a[href^='https://main.follettshelf.com/shelf/servlet/presentshelfform.do']"); var felinkc1 = febks_link1.parent(); var febks_link2 = febks_link1.attr("href"); if (!febks_link2) { febks_link1 = td.find("a[href^='http://go.galegroup.com/']"); felinkc1 = febks_link1.parent(); febks_link2 = febks_link1.attr("href"); }; if (!febks_link2) { febks_link1 = td.find("a[href^='https://archive.org/details/gov.ca.bsc.title24.2016.08']"); felinkc1 = febks_link1.parent(); febks_link2 = febks_link1.attr("href"); }; if(febks_link2){ $("td:eq("+i+") span.actions").hide(); $("td:eq("+i+") span.online_resources").hide(); $("td:eq("+i+") span.availability").html('<span class="ebook2">'+febks_link1.parent().html()+'</span>'); $("td:eq("+i+") span.availability span.label").hide(); } }); }); $("span.online_resources").ready(function(){ var febks_link1 = $("span.online_resources a[href^='https://main.follettshelf.com/shelf/servlet/presentshelfform.do']").attr("href"); if(febks_link1){ $("#holdings").html('<a href="'+febks_link1+'" target="_blank"><img alt="View this E-Book" src="https://secure254.inmotionhosting.com/~monter10/koha/images/opac-follett.png" /></a>'); } }); $("span.online_resources").ready(function(){ var gvbks_link1 = $("span.online_resources a[href^='http://go.galegroup.com/']").attr("href"); var gvbkstxt = $("span.online_resources a[href^='http://go.galegroup.com/']").text(); if (!gvbks_link1) { gvbks_link1 = $("span.online_resources a[href^='https://archive.org/details/gov.ca.bsc.title24.2016.08']").attr("href"); gvbkstxt = $("span.online_resources a[href^='https://archive.org/details/gov.ca.bsc.title24.2016.08']").text(); }; if(gvbks_link1){ $("span.online_resources").hide(); $("#holdings").html('<span class="ebook3"><a href="'+gvbks_link1+'" target="_blank">'+gvbkstxt+'</a></span>'); } }); //link change Internet Archive $("#userresults").ready(function(){ $("#userresults table td").each(function(i){ td = $(this); var iaebks_link1 = td.find("a[href^='https://archive.org/details/cpg']"); var iaelinkc1 = iaebks_link1.parent(); var iaebks_link2 = iaebks_link1.attr("href"); if(iaebks_link2){ $("td:eq("+i+") span.actions").hide(); $("td:eq("+i+") span.online_resources").hide(); $("td:eq("+i+") span.availability").html('<a class="ebook" href="'+iaebks_link2+'" target="_blank">Access at Internet Archive</a>'); } }); }); $("span.online_resources").ready(function(){ var iaebks_link1 = $("span.online_resources a[href^='https://archive.org/details/cpg']").attr("href"); if(iaebks_link1){ $("#holdings").html('<a href="'+iaebks_link1+'" target="_blank"><img alt="Access at Internet Archive" src="https://secure254.inmotionhosting.com/~monter10/koha/images/opac-ia.png" /></a>'); // $("#holdings").html('<a href="'+iaebks_link1+'" target="_blank"><div class="mplOpacIA">a</div></a>'); } }); // end ebook style change //Self Registration Form //Selfreg completed page //$("#patron-password-p").html('<span id="patron-password-label">Password: </span><span id="patron-password">(hidden)</span>'); //$("#patron-instructions").html(' '); $('#registration-complete').html(function () { var u=$('#patron-userid').text(); var s='<h1>Registration Complete!</h1><p>You have successfully registered your new account.</p><p>To log in, use the following credentials:</p>'; s+='<p id="patron-userid-p"><span id="patron-userid-label">Username: </span><span id="patron-userid">'+u+'</span></p>'; s+='<p id="patron-password-p"><span id="patron-password-label">Password: </span><span id="patron-password">(hidden)</span></p>'; s+='<div id="PatronSelfRegistrationAdditionalInstructions"><div id="mpl_header" style="background-color:#FFF;">'; s+='<p style="margin-top:20px;">Please pickup your card at the Library Help Desk within 14 days.</p>'; s+='<p>The Library is located at 625 Pacific Street, Monterey, CA 93940'; s+='<p>For more information, please call (831) 646-3933.</p></div>'; s+='<div id="pgpl_header"><p style="margin-top:20px;"><p>You can come into the library during regular business hours to pick up your new library card.</p>'; s+='<p>Pacific Grove Public Library is located at 550 Central Ave, between Fountain and Grand in Pacific Grove. <a href="http://www.pacificgrovelibrary.org/about-library/map-and-directions" target="_blank">Click here for a map and directions to the Library</a>.</p>'; s+='<p>For more information, please call the circulation desk at (831) 648-5760.</p></div>'; document.getElementById('registration-complete').innerHTML=s; }); function trim(str) {return str.replace(/^\s+|\s+$/g, '');} function capitalizeMe(obj) {var val = obj.value.toLowerCase();var newVal = '';val = val.split(' ');for(var c=0; c < val.length; c++) {newVal += val[c].substring(0,1).toUpperCase()+val[c].substring(1,val[c].length) + ' ';}obj.value = trim(newVal);} function normPhone (obj) { var str2 = obj.value; var str=str2.replace(/[^0-9]+?/g, ''); switch (str.length) { case 7:str = str.substr(0,3)+"-"+str.substr(3,4);break; case 10:str = str.substr(0,3)+"-"+str.substr(3,3)+"-"+str.substr(6,4);break; default:str=str2;break; } obj.value = str; } function enParSig() { var d=$('#borrower_dateofbirth').val(); var bd=new Date(d); var n=new Date(); age=((n.getTime() - bd.getTime()) / 31536000000).toFixed(0); if (age<14) { $('#ParSigBlock').show(); $('#borrower_contactfirstname').focus(); } else $('#ParSigBlock').hide(); } //Selfreg card application form if (window.location.href.indexOf("opac-memberentry.pl") > -1 && window.location.href.indexOf("https://pals.bywatersolutions.com/cgi-bin/koha/opac-memberentry.pl") == -1) { $('h1:contains("Your personal details")').hide(); $('#add-account').html(function () { var capdig=$('input[name="captcha_digest"]').val(); var csrf=$('input[name="csrf_token"]').val(); var vercode=$('.hint').children('strong').text(); var s=''; s+='<form method="post" action="/cgi-bin/koha/opac-memberentry.pl" id="memberentry-form" autocomplete="off">'; s+='<input type="hidden" name="csrf_token" value="'+csrf+'">'; s+='<div class="row">'; s+='<div class="col">'; s+='<div id="mpl_header" style="background-color:#FFF;"><table class="table table-bordered"><thead><tr><th>Can\'t Log In?</th></tr></thead><tbody><tr><td><p></p><p>If you currently have a library card but can\'t log in, please contact the library at (831) 646-3933 or <a href="mailto:refdesk@monterey.org">refdesk@monterey.org</a></strong></p><p>You do not need to use this form.</td></tr></tbody></table></div>'; s+='<fieldset class="rows" id="memberentry_library" style="display:none;">'; s+='<legend id="library_legend">Library</legend>'; s+='<ol><li><label>Expiration date:</label></li>'; s+='<li><label for="borrower_branchcode" class="">Home library:</label>'; s+='<select id="borrower_branchcode" name="borrower_branchcode" class="">'; if (window.location.href.indexOf("montereylibrary") > -1) {s+='<option value="MONTEREY">Monterey Public Library</option>';} else {s+='<option value="PACIFIC">Pacific Grove Public Library</option>';} s+='</select>'; s+='<div class="required_label ">Required</div>'; s+='</li></ol>'; s+='</fieldset>'; s+='</div></div>'; s+='<div class="row">'; s+='<div class="col">'; s+='<fieldset class="rows" id="memberentry_identity">'; s+='<table><tr><td colspan="3"><strong><span id="forName">Name</span>:</strong></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forNameFM">First Name and Middle Initial</span>: </td>'; s+='<td><input type="text" id="borrower_firstname" name="borrower_firstname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forNameL">Last Name</span>: </td>'; s+='<td><input type="text" id="borrower_surname" name="borrower_surname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr></table>'; s+='</div></div>'; s+='<br />'; s+='<input type="hidden" id="borrower_middle_name" name="borrower_middle_name" value="" class="" />'; s+='<div class="row">'; s+='<div class="col">'; s+='<table><tr><td colspan="2"><span id="forDoB"><strong>Date of birth</strong> (mm/dd/yyyy)</span>: </td>'; s+='<td><input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="" size="10" class="flatpickr pastdate" onchange="enParSig()" />'; s+='<span class="required"> Required</span>'; s+='</td></tr></table>'; s+='<div id="ParSigBlock" style="display:none;">'; if (window.location.href.indexOf("montereylibrary") > -1) { s+='<table><tr><td><span id="forParSig">A Parent\'s or Legal Guardian\'s signature is required for people under 14, and certifies that the parent/guardian accepts responsibility to ensure that the young person follows the library rules.<br /><br />'; s+='California law (Government Code, Section 6267) gives library customers the right to privacy regardless of age. The Library can release information on what is checked out <u>only to the card holder (your child)</u>.<br /><br />'; s+='Library policy provides equal access to materials and resources, <u>including the Internet</u>, to people of all ages. It is the parent\'s responsibility to monitor the selection and use of library materials and resources.</span></td></tr></table><br />'; s+='<table><tr><td style="text-align:right;"><b>Parent/Guardian\'s First Name and Middle Initial:</b> </td>'; s+='<td><input type="text" id="borrower_contactfirstname" name="borrower_contactfirstname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td style="text-align:right;"><b>Parent/Guardian\'s Last Name:</b> </td>'; s+='<td><input type="text" id="borrower_contactname" name="borrower_contactname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr></table>'; } else { s+='<table><tr><td colspan="3"><span id="forParSig">A Parent\'s or Legal Guardian\'s signature is required for people under 14.</td></tr><tr><td colspan="3"> </td></tr>'; s+='<tr><td></td><td style="text-align:right;"><b>Parent/Guardian\'s First Name and Middle Initial:</b> </td>'; s+='<td><input type="text" id="borrower_contactfirstname" name="borrower_contactfirstname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td></td><td style="text-align:right;"><b>Parent/Guardian\'s Last Name:</b> </td>'; s+='<td><input type="text" id="borrower_contactname" name="borrower_contactname" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr></table>'; } s+='</div>'; s+='<br />'; s+='<table><tr><td colspan="2"><strong>Preferred Pronouns</strong>: </td>'; s+='<td><input type="text" id="borrower_pronouns" name="borrower_pronouns" value="" class="" />'; s+='</td></tr></table>'; s+='</div>'; s+='</div>'; s+='<br />'; s+='<input type="hidden" name="borrower_sex" id="sex-none" value="" checked="checked" />'; s+='</fieldset>'; s+='<div class="row">'; s+='<div class="col">'; s+='<fieldset class="rows" id="memberentry_mainaddress">'; s+='<table><tr><td colspan="3"><strong><span id="forMailAdd">Mailing Address</span>:</strong></td></tr>'; s+='<tr>'; s+='<td></td><td style="text-align:right;"><span id="forAddNSPO">Number and Street or P.O. Box</span>: </td>'; s+='<td><input type="text" id="borrower_address" name="borrower_address" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td></td>'; s+='<td style="text-align:right;"><span id="forAddL2">Address line2</span>: </td>'; s+='<td><input type="text" id="borrower_address2" name="borrower_address2" value="" onchange="capitalizeMe(this)" />'; s+='</td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forCity">City</span>: </td>'; s+='<td><input type="text" id="borrower_city" name="borrower_city" value="" onchange="capitalizeMe(this)" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forState">State</span>: </td>'; s+='<td><input type="text" id="borrower_state" name="borrower_state" value="" />'; s+='<span class="required"> Required</span>'; s+='</td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forZipC">Zip Code</span>: </td>'; s+='<td><input type="text" id="borrower_zipcode" name="borrower_zipcode" value="" />'; s+='<span class="required"> Required</span>'; s+='</td></tr></table>'; s+='</fieldset>'; s+='</div>'; s+='</div>'; s+='<br />'; s+='<div class="row">'; s+='<div class="col">'; s+='<fieldset class="rows" id="memberentry_contact">'; s+='<table><tr><td colspan="3"><strong><span id="forConInfo">Contact information</span>:</strong></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forEAdd">Email Address</span>:</td>'; s+='<td><input type="text" id="borrower_email" name="borrower_email" value="" /></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forPhoNum">Phone Number</span>:</td>'; s+='<td><input type="text" id="borrower_phone" name="borrower_phone" value="" onchange="normPhone(this)" /><span class="required"> Required</span></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forPhoNum2">2nd Phone Number</span>:</td>'; s+='<td><input type="text" id="borrower_phonepro" name="borrower_phonepro" value="" /></td></tr></table>'; s+='</fieldset>'; s+='</div>'; s+='</div>'; s+='<br />'; s+='<input type="hidden" id="borrower_primary_contact_method" name="borrower_primary_contact_method" id="" value="email" />'; s+='<div class="row">'; s+='<div class="col">'; s+='<fieldset class="rows" id="memberentry_alternateaddress">'; s+='<table><tr><td colspan="3"><strong><span id="forResAdd">Residence Address (if different than mailing address)</span>:</strong></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forResAddNumStr">Number and Street</span>: </td>'; s+='<td><input type="text" id="borrower_B_address" name="borrower_B_address" value="" onchange="capitalizeMe(this)" /></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forResAddL2">Address line2</span>: </td>'; s+='<td><input type="text" id="borrower_B_address2" name="borrower_B_address2" value="" onchange="capitalizeMe(this)" /></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forResAddCity">City</span>: </td>'; s+='<td><input type="text" id="borrower_B_city" name="borrower_B_city" value="" onchange="capitalizeMe(this)" /></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forResAddState">State</span>: </td>'; s+='<td><input type="text" id="borrower_B_state" name="borrower_B_state" value="" /></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forResAddZipC">Zip Code</span>: </td>'; s+='<td><input type="text" id="borrower_B_zipcode" name="borrower_B_zipcode" value="" /></td></tr></table>'; s+='</fieldset>'; s+='</div>'; s+='</div>'; s+='<br />'; s+='<div class="row"><div class="col">'; s+='<fieldset class="rows" id="memberentry_password">'; s+='<table><tr><td colspan="3"><strong><span id="forCPass">Create a Password</span>:</strong></td></tr>'; s+='<tr><td colspan="3"><span id="forCPassMess">Your password must be at least 3 characters long.</td></tr>'; s+='<tr><td> </td><td style="text-align:right;"><span id="forEntCPass">Enter a Password</span>: </td>'; s+='<td><input type="password" name="borrower_password" id="password" class="required"><span class="required"> Required</span></td></tr>'; s+='<tr><td></td><td style="text-align:right;"><span id="forConCPass">Confirm password</span>: </td>'; s+='<td><input type="password" name="borrower_password2" id="password2"><span class="required"> Required</span></td></tr></table>'; s+='</fieldset>'; s+='</div></div>'; if (window.location.href.indexOf("montereylibrary") > -1) { s+='<table style="margin: 20px 0 10px 0;"><tr><td><strong><span id="forAddMailList">Yes, I want to stay connected. Add me to your email list</span>: </strong></td><td><input type="checkbox" id="borrower_mobile" name="borrower_mobile" value="MPL Mailinglist: Yes" checked="checked" style="margin-bottom:4px;height:20px;width:20px;" /></td></tr></table>'; } s+='<div class="row"><div class="col">'; s+='<fieldset class="rows" id="memberentry_captcha">'; s+='<legend><span id="forVer">Verification</span>:</legend>'; s+='<table><tr><td colspan="2"><span id="forVerCode">Your verification code is</span>: <strong>'+vercode+'</strong></td></tr>'; s+='<tr><td class="required" aria-required="true"><strong><span id="forEntVerCode">Enter your verification code here</span>: </strong></td>'; s+='<td><input type="text" name="captcha" id="captcha"><span class="required" aria-required="true"> Required</span></td></tr></table>'; s+='<input type="hidden" name="captcha_digest" value="'+capdig+'">'; s+='<div align="justify" style="margin-top:20px;"><table><tr><td><span id="forEndMess">By clicking on submit, I agree to follow all Library policies and to notify the Library if my contact information changes or I lose my library card. I understand that I am responsible for all items checked out on this card.</span></td></tr></table></div>'; s+='</fieldset></div></div>'; s+='<fieldset class="action">'; //s+='<input type="hidden" name="action" value="create" />'; s+='<input type="hidden" name="op" value="cud-create">'; s+='<input type="submit" id="forSub" class="btn" style="border-color:#333333;" value="Submit" />'; s+='</fieldset>'; s+='</form>'; document.getElementById("add-account").innerHTML=s; }); } //End Self Registration Form //preset hold pickup location based on catalog url //if (window.location.href.indexOf("www.montereylibrary.org/cgi-bin/koha/opac-reserve.pl?") > -1) { // $('select[name="branch"] option[value="MONTEREY"]').attr("selected","selected"); //}; //if (window.location.href.indexOf("catalog.pacificgrovelibrary.org/cgi-bin/koha/opac-reserve.pl?") > -1) { // $('select[name="branch"] option[value="PACIFIC"]').attr("selected","selected"); //}; //Fix subject search by striping parenthesis from url links $('#catalogue_detail_biblio a[href*="su:"]').attr('href', function(_,v){ return v.replace(/(\w)(\(|\))(\w)/g,'$1 $3')}).attr('href', function(_,v){ return v.replace(/(\(|\))/g,'')}); //End fix subject search //Change "Browse shelf" to "Browse nearby" $('td.call_no a').text('Browse nearby'); //Change "Title notes" to "More information" $('li#tab_descriptions a').text('More information'); //change purchase suggestions link $('#moresearches a[href*="opac-suggestions.pl"]').attr('href','/cgi-bin/koha/opac-suggestions.pl?op=add'); //Retain library name for subsequent searches $("#select_library").attr("onchange","selectLibSave()"); selectLibGet(); function selectLibSave() { var a=$("#select_library").val(); if (a.length<5) a="all"; writeCookie("libName",a); } function selectLibGet(){ var a=readCookie("libName"); if (!a) selectLibSave() else { if (a=="all") $("#select_library").val("") else $("#select_library").val(a); } } //shelving maps var tid=setInterval(function() { if (document.readyState!=='complete') return; clearInterval(tid); // ---------------- MPLGetLocMap(); // ---------------- }, 100); function MPLGetLocMap() { if (window.location.href.indexOf("/opac-detail.pl?") > -1) { MPLLocMapFlag+=1; if (MPLLocMapFlag==1) { var nrows; var ncols; var a; var b=-1; var c; var d; var e=-1; var s; var lib; var loc; var cn; var url; var q=String.fromCharCode(39); try { nrows=document.getElementById('holdingst').rows.length; ncols=document.getElementById('holdingst').rows[0].cells.length; } catch(err) { nrows=-1; ncols=-1; } finally { if ((nrows>-1)&&(ncols>-1)) { for (a=0;a<ncols;a++) { if (document.getElementById('holdingst').rows[1].cells[a].getAttribute('class')=='location') b=a; if (document.getElementById('holdingst').rows[1].cells[a].getAttribute('class')=='call_no') e=a; } if ((b>-1)&&(e>-1)) { for (a=1;a<nrows;a++) { s=document.getElementById('holdingst').rows[a].cells[b].innerHTML; c=s.indexOf('<a href="'); d=s.indexOf('>',c); c=s.indexOf('</a>',d); lib=s.slice(d+1,c); lib=lib.trim(); if (lib=='Monterey Public Library') { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); s=document.getElementById('holdingst').rows[a].cells[e].innerHTML; c=s.search(/\([.\n]*\<a href/); cn=s.slice(0,c-1); cn=cn.replace(/^\s+|\s+$/g, ''); cn=cn.replace(/\n/g,'~'); if (loc!='') { url='https://secure254.inmotionhosting.com/~monter10/koha/maps/map.html?'+encodeURI(lib)+'&s='+encodeURI(loc)+'&c='+encodeURI(cn); s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+url+q+',1000,850);">'; s+='<span class="" title="">'+lib+': </span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span></a>'; } else { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><span class="" title="">'+lib+'</span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span>'; } document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } if (lib=='MPL California History Room') { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); s=document.getElementById('holdingst').rows[a].cells[e].innerHTML; c=s.search(/\([.\n]*\<a href/); cn=s.slice(0,c-1); cn=cn.replace(/^\s+|\s+$/g, ''); cn=cn.replace(/\n/g,'~'); url='https://secure254.inmotionhosting.com/~monter10/koha/maps/map.html?'+encodeURI(lib)+'&s='+encodeURI(loc)+'&c='+encodeURI(cn); s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+url+q+',1000,725);">'; s+='<span class="" title="">'+lib+'</span><div class="branch-info-tooltip"></div>'; if (loc!="California History Room") s+=': <span class="shelvingloc">'+loc.slice(24)+'</span>'; s+='</a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } if (lib=='Bookmobile') { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+'https://secure254.inmotionhosting.com/~monter10/koha/maps/map_bkm.html'+q+',900,425);">'; s+='<span class="" title="">'+lib+': </span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span></a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } if (lib=="Mayo Hayes O'Donnell Library") { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); if ((loc=="Mayo Hayes O'Donnell Library")||(loc=="MHO Library - Amelie Elkinton Collection")) { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+'https://secure254.inmotionhosting.com/~monter10/koha/maps/map_mho.html'+q+',800,500);">'; s+='<span class="" title="">'+loc+'</span><div class="branch-info-tooltip"></div></a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } } if (lib=='Museums & Cultural Arts') { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); if (loc=='Pacific Biological Lab') { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+'https://secure254.inmotionhosting.com/~monter10/koha/maps/map_pbl.html'+q+',800,500);">'; s+='<span class="" title="">'+loc+'</span><div class="branch-info-tooltip"></div></a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } else if (loc=='Colton Hall Museum') { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+'https://secure254.inmotionhosting.com/~monter10/koha/maps/map_colthall.html'+q+',800,500);">'; s+='<span class="" title="">'+lib+': </span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span></a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } else { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">'; s+='<span class="" title="">'+lib+': </span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span></a>'; document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } } if (lib=='Pacific Grove Public Library') { c=s.indexOf('<span class="shelvingloc">'); d=s.indexOf('</span>',c); loc=s.slice(c+26,d); s=document.getElementById('holdingst').rows[a].cells[e].innerHTML; c=s.search(/\([.\n]*\<a href/); cn=s.slice(0,c-1); cn=cn.replace(/^\s+|\s+$/g, ''); cn=cn.replace(/\n/g,'~'); if (loc!='') { url='https://secure254.inmotionhosting.com/~monter10/koha/maps/map_pg.html?'+encodeURI(lib)+'&s='+encodeURI(loc)+'&c='+encodeURI(cn); s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><a href="#" onclick="MPLMapPopup('+q+url+q+',1000,675);">'; s+='<span class="" title="">'+lib+': </span><div class="branch-info-tooltip"></div><span class="shelvingloc">'+loc+'</span></a>'; } else { s='<link property="itemOffered" href="#record"><link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"><span class="" title="">'+lib+'</span><div class="branch-info-tooltip"></div>'; } } document.getElementById('holdingst').rows[a].cells[b].innerHTML=s; } } } } } } } function MPLMapPopup(filename,width,height) { var w=480; var h=340; w=screen.availWidth; h=screen.availHeight; var leftPos=(w-width)/2; var topPos=(h-height)/2; var result=window.open(filename, 'popmap1', 'width='+width+', height='+height+',top='+topPos+',left='+leftPos+',location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no'); if (result != null) html='is not blocking'; else alert('Your browser is blocking popups which is preventing the shelving location window from appearing.'); } </script> <script src="/api/v1/contrib/coverflow/static/jquery-flipster/jquery.flipster.min.js"></script> <script>$(document).ready(function(){$('#coverflow-pgpl').load("/api/v1/contrib/coverflow/reports/837",function(){$('.koha-coverflow img').on("load",function(){if(this.naturalHeight==1){$(this).attr("src","https://raw.githubusercontent.com/bywatersolutions/web-assets/master/NoImage.png");}});var opt={'items':'.item','minfactor':15,'distribution':1.5,'scalethreshold':0,'staticbelowthreshold':false,'titleclass':'itemTitle','selectedclass':'selectedItem','scrollactive':true,'step':{'limit':4,'width':10,'scale':true}};$('#coverflow-pgpl').flipster({autoplay:'4000',buttons:'1',loop:'1',spacing:'-.25',style:'flat',});});}); </script> <script>$(document).ready(function () { var input = $('input[value="Koha::Plugin::Com::Theke::PayViaPayPal"]'); if ( input ) { var a = $('<a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="PayPal" class="paypal"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg" alt="PayPal Acceptance Mark" border="0"><a>'); input.parent().append(a); let txts = input.parent() .contents() .toArray() let txt = txts.find(item => { return item.nodeType === item.TEXT_NODE && item.nodeValue && item.nodeValue.trim() !== '' }) txt.parentNode.removeChild(txt); } }); </script> </body> </html>