|
Lines 334-339
date of last renewal for the subscription
Link Here
|
| 334 |
|
334 |
|
| 335 |
collection code to assign to serial items |
335 |
collection code to assign to serial items |
| 336 |
|
336 |
|
|
|
337 |
=head2 published_on_template |
| 338 |
|
| 339 |
data_type: 'text' |
| 340 |
is_nullable: 1 |
| 341 |
|
| 342 |
Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial |
| 343 |
|
| 337 |
=cut |
344 |
=cut |
| 338 |
|
345 |
|
| 339 |
__PACKAGE__->add_columns( |
346 |
__PACKAGE__->add_columns( |
|
Lines 425-430
__PACKAGE__->add_columns(
Link Here
|
| 425 |
{ data_type => "integer", is_nullable => 1 }, |
432 |
{ data_type => "integer", is_nullable => 1 }, |
| 426 |
"ccode", |
433 |
"ccode", |
| 427 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
434 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
|
|
435 |
"published_on_template", |
| 436 |
{ data_type => "text", is_nullable => 1 }, |
| 428 |
); |
437 |
); |
| 429 |
|
438 |
|
| 430 |
=head1 PRIMARY KEY |
439 |
=head1 PRIMARY KEY |
|
Lines 557-564
__PACKAGE__->has_many(
Link Here
|
| 557 |
); |
566 |
); |
| 558 |
|
567 |
|
| 559 |
|
568 |
|
| 560 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2022-07-05 17:45:12 |
569 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-21 19:59:43 |
| 561 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MFOz3AKUVSPuQv6kMb1EbA |
570 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6EokrLWwqLOJlMXYY/BD5Q |
| 562 |
|
571 |
|
| 563 |
__PACKAGE__->has_many( |
572 |
__PACKAGE__->has_many( |
| 564 |
"additional_field_values", |
573 |
"additional_field_values", |
| 565 |
- |
|
|