Koha::Schema::Result::ErmAgreementPeriod
erm_agreement_periods
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the agreement
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 0
start of the agreement period
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
end of the agreement period
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
Deadline for the cancellation
data_type: 'mediumtext' is_nullable: 1
notes about this period
Type: belongs_to
Related object: Koha::Schema::Result::ErmAgreement