Bugzilla – Attachment 168429 Details for
Bug 18783
Allow automatic claims for serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18783: DBIC Build
Bug-18783-DBIC-Build.patch (text/plain), 1.53 KB, created by
Martin Renvoize (ashimema)
on 2024-07-03 09:12:33 UTC
(
hide
)
Description:
Bug 18783: DBIC Build
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 09:12:33 UTC
Size:
1.53 KB
patch
obsolete
>From 3e3022b8b2ba775efa87ece5d9f6296eab06fadd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 8 Sep 2023 21:02:12 +0100 >Subject: [PATCH] Bug 18783: DBIC Build > >--- > Koha/Schema/Result/Subscription.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Subscription.pm b/Koha/Schema/Result/Subscription.pm >index cb5d1533f44..6f3d6d5f25f 100644 >--- a/Koha/Schema/Result/Subscription.pm >+++ b/Koha/Schema/Result/Subscription.pm >@@ -341,6 +341,14 @@ collection code to assign to serial items > > Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial > >+=head2 auto_claim_enabled >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ >+enable automatic claiming >+ > =cut > > __PACKAGE__->add_columns( >@@ -434,6 +442,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 80 }, > "published_on_template", > { data_type => "text", is_nullable => 1 }, >+ "auto_claim_enabled", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -566,8 +576,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-07-14 11:46:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LICIiWzag365cUAq5OYD2A >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-03 08:45:58 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EBJMeYAbVfECmMsPpIp6aA > > __PACKAGE__->has_many( > "additional_field_values", >-- >2.45.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 18783
:
64195
|
91428
|
124984
|
155458
|
155462
|
155463
|
168423
|
168424
|
168428
| 168429