Bugzilla – Attachment 55507 Details for
Bug 15581
Add a circ rule to not allow auto-renewals after defined loan period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15581: [DO NOT PUSH] Schema changes
Bug-15581-DO-NOT-PUSH-Schema-changes.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2016-09-12 15:35:20 UTC
(
hide
)
Description:
Bug 15581: [DO NOT PUSH] Schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-09-12 15:35:20 UTC
Size:
1.67 KB
patch
obsolete
>From 2fd68e0883b7bb429c3027d052f08086b302b00d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 12 Sep 2016 16:33:48 +0100 >Subject: [PATCH] Bug 15581: [DO NOT PUSH] Schema changes > >Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> >--- > Koha/Schema/Result/Issuingrule.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Issuingrule.pm b/Koha/Schema/Result/Issuingrule.pm >index 1ed60a9..74e51a2 100644 >--- a/Koha/Schema/Result/Issuingrule.pm >+++ b/Koha/Schema/Result/Issuingrule.pm >@@ -153,6 +153,11 @@ __PACKAGE__->table("issuingrules"); > default_value: 0 > is_nullable: 1 > >+=head2 no_auto_renewal_after >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =head2 reservesallowed > > data_type: 'smallint' >@@ -251,6 +256,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "auto_renew", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, >+ "no_auto_renewal_after", >+ { data_type => "integer", is_nullable => 1 }, > "reservesallowed", > { data_type => "smallint", default_value => 0, is_nullable => 0 }, > "holds_per_record", >@@ -284,8 +291,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-09-06 09:35:36 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HkvNR2YHTkqN2PnQk5XGAA >+# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-09-12 16:33:29 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RIVz3NaV1nthPZfOKXQgcA > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.8.1
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 15581
:
46690
|
46691
|
46692
|
50330
|
50331
|
50332
|
50347
|
50672
|
50673
|
50674
|
50675
|
50742
|
50743
|
50744
|
50745
|
53424
|
53425
|
53426
|
53427
|
55504
|
55505
|
55506
|
55507
|
56746
|
56747
|
56748
|
56749
|
56961
|
56962
|
56963
|
56964
|
56982
|
57034
|
57035
|
57036
|
57037
|
57038