Bugzilla – Attachment 148471 Details for
Bug 33039
Add ability to specify a template for serial subscription "Published on (text)" field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33039: Update Schema File [DO NOT PUSH]
Bug-33039-Update-Schema-File-DO-NOT-PUSH.patch (text/plain), 1.57 KB, created by
ByWater Sandboxes
on 2023-03-21 14:16:21 UTC
(
hide
)
Description:
Bug 33039: Update Schema File [DO NOT PUSH]
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-03-21 14:16:21 UTC
Size:
1.57 KB
patch
obsolete
>From 33453adc462ec04b30e04c3e299338ca13bce17a Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Wed, 22 Feb 2023 07:04:00 -0500 >Subject: [PATCH] Bug 33039: Update Schema File [DO NOT PUSH] > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >--- > Koha/Schema/Result/Subscription.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Subscription.pm b/Koha/Schema/Result/Subscription.pm >index 900039dc52..8b6299ddb7 100644 >--- a/Koha/Schema/Result/Subscription.pm >+++ b/Koha/Schema/Result/Subscription.pm >@@ -334,6 +334,13 @@ date of last renewal for the subscription > > collection code to assign to serial items > >+=head2 published_on_template >+ >+ data_type: 'text' >+ is_nullable: 1 >+ >+Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial >+ > =cut > > __PACKAGE__->add_columns( >@@ -425,6 +432,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "ccode", > { data_type => "varchar", is_nullable => 1, size => 80 }, >+ "published_on_template", >+ { data_type => "text", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -557,8 +566,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2022-07-05 17:45:12 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MFOz3AKUVSPuQv6kMb1EbA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-21 19:59:43 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6EokrLWwqLOJlMXYY/BD5Q > > __PACKAGE__->has_many( > "additional_field_values", >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33039
:
147167
|
147168
|
147173
|
147174
|
148470
|
148471
|
148472
|
148482
|
148534
|
148535
|
153089
|
153090
|
153138
|
153139
|
164154