Koha::Schema::Result::ReturnClaim
return_claims
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
Unique ID of the return claim
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
ID of the item
data_type: 'integer' is_nullable: 1
ID of the checkout that triggered the claim
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
ID of the patron
data_type: 'mediumtext' is_nullable: 1
Notes about the claim
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Time and date the claim was created
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the staff member that registered the claim
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Time and date of the latest change on the claim (notes)
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the staff member that updated the claim
data_type: 'varchar' is_nullable: 1 size: 80
Resolution code (RETURN_CLAIM_RESOLUTION AVs)
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Time and date the claim was resolved
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the staff member that resolved the claim
item_issue
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Item
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Issue
Type: belongs_to
Related object: Koha::Schema::Result::OldIssue
Type: belongs_to
Related object: Koha::Schema::Result::Item