Bugzilla – Attachment 56752 Details for
Bug 16344
Add a circ rule to limit the auto renewals given a specific date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16344: [DO NOT PUSH] Schema changes
Bug-16344-DO-NOT-PUSH-Schema-changes.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2016-10-24 12:16:59 UTC
(
hide
)
Description:
Bug 16344: [DO NOT PUSH] Schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-24 12:16:59 UTC
Size:
1.71 KB
patch
obsolete
>From 909fd34412c56e42f3d9263f63686bcb6dc67e6f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 18 Oct 2016 09:46:14 +0100 >Subject: [PATCH] Bug 16344: [DO NOT PUSH] Schema changes > >--- > Koha/Schema/Result/Issuingrule.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Issuingrule.pm b/Koha/Schema/Result/Issuingrule.pm >index 74e51a2..321189f 100644 >--- a/Koha/Schema/Result/Issuingrule.pm >+++ b/Koha/Schema/Result/Issuingrule.pm >@@ -158,6 +158,12 @@ __PACKAGE__->table("issuingrules"); > data_type: 'integer' > is_nullable: 1 > >+=head2 no_auto_renewal_after_hard_limit >+ >+ data_type: 'date' >+ datetime_undef_if_invalid: 1 >+ is_nullable: 1 >+ > =head2 reservesallowed > > data_type: 'smallint' >@@ -258,6 +264,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > "no_auto_renewal_after", > { data_type => "integer", is_nullable => 1 }, >+ "no_auto_renewal_after_hard_limit", >+ { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "reservesallowed", > { data_type => "smallint", default_value => 0, is_nullable => 0 }, > "holds_per_record", >@@ -291,8 +299,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); > > >-# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-09-12 16:33:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RIVz3NaV1nthPZfOKXQgcA >+# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-10-18 09:44:48 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bJd+wW9pNadB4FqextVrkw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.1.4
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 16344
:
50676
|
50677
|
50725
|
53428
|
53429
|
53430
|
56616
|
56617
|
56618
|
56750
|
56751
|
56752
|
56977
|
57735
|
57736
|
57737
|
61074
|
61075
|
61076
|
61511
|
61512
|
61513
|
62820
|
62821
|
62822
|
63707