Bugzilla – Attachment 64708 Details for
Bug 15524
Set limit on maximum possible holds per patron by category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15524 - Update Schema
Bug-15524---Update-Schema.patch (text/plain), 2.62 KB, created by
Kyle M Hall (khall)
on 2017-06-28 15:30:24 UTC
(
hide
)
Description:
Bug 15524 - Update Schema
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-06-28 15:30:24 UTC
Size:
2.62 KB
patch
obsolete
>From c1099aa457ee4f9c40df5add56f6c5fc86dc7745 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 28 Jun 2017 11:29:16 -0400 >Subject: [PATCH] Bug 15524 - Update Schema > >--- > Koha/Schema/Result/BranchBorrowerCircRule.pm | 11 +++++++++-- > Koha/Schema/Result/DefaultBorrowerCircRule.pm | 11 +++++++++-- > 2 files changed, 18 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/BranchBorrowerCircRule.pm b/Koha/Schema/Result/BranchBorrowerCircRule.pm >index 1c8ce6a..5123c43 100644 >--- a/Koha/Schema/Result/BranchBorrowerCircRule.pm >+++ b/Koha/Schema/Result/BranchBorrowerCircRule.pm >@@ -47,6 +47,11 @@ __PACKAGE__->table("branch_borrower_circ_rules"); > data_type: 'integer' > is_nullable: 1 > >+=head2 max_holds >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -58,6 +63,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "maxonsiteissueqty", > { data_type => "integer", is_nullable => 1 }, >+ "max_holds", >+ { data_type => "integer", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -107,8 +114,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MrhgFhfjV71AC5PXmvRPzg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-27 14:54:53 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sMWYrZafhg3InWiWPZ2Axw > > > # You can replace this text with custom content, and it will be preserved on regeneration >diff --git a/Koha/Schema/Result/DefaultBorrowerCircRule.pm b/Koha/Schema/Result/DefaultBorrowerCircRule.pm >index 87bf681..6164b8f 100644 >--- a/Koha/Schema/Result/DefaultBorrowerCircRule.pm >+++ b/Koha/Schema/Result/DefaultBorrowerCircRule.pm >@@ -40,6 +40,11 @@ __PACKAGE__->table("default_borrower_circ_rules"); > data_type: 'integer' > is_nullable: 1 > >+=head2 max_holds >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -49,6 +54,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "maxonsiteissueqty", > { data_type => "integer", is_nullable => 1 }, >+ "max_holds", >+ { data_type => "integer", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -81,8 +88,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQ8PdQhM6+5K582+AL5ZXQ >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-27 14:54:53 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aETMg1bzMvdgf/J/Zbu4+Q > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.10.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 15524
:
64707
|
64708
|
67180
|
67181
|
67531
|
70389
|
70390
|
70391
|
70392
|
71704
|
71705
|
71706
|
71737
|
71738
|
71739
|
71740
|
71741
|
77648
|
77681
|
77682
|
78134
|
78135
|
78136
|
78137
|
78138
|
78139
|
78140