Bugzilla – Attachment 79701 Details for
Bug 15486
Restrict number of holds placed by day
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15486: DBIC update
Bug-15486-DBIC-update.patch (text/plain), 1.79 KB, created by
Biblibre Sandboxes
on 2018-10-01 09:58:21 UTC
(
hide
)
Description:
Bug 15486: DBIC update
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2018-10-01 09:58:21 UTC
Size:
1.79 KB
patch
obsolete
>From 81ea851ec322cc4754cfdcc9ee6eb1d4aba26370 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 24 Sep 2018 12:21:45 -0300 >Subject: [PATCH] Bug 15486: DBIC update >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > 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 5958055..1bdadf1 100644 >--- a/Koha/Schema/Result/Issuingrule.pm >+++ b/Koha/Schema/Result/Issuingrule.pm >@@ -182,6 +182,11 @@ __PACKAGE__->table("issuingrules"); > default_value: 1 > is_nullable: 0 > >+=head2 holds_per_day >+ >+ data_type: 'smallint' >+ is_nullable: 1 >+ > =head2 branchcode > > data_type: 'varchar' >@@ -285,6 +290,8 @@ __PACKAGE__->add_columns( > { data_type => "smallint", default_value => 0, is_nullable => 0 }, > "holds_per_record", > { data_type => "smallint", default_value => 1, is_nullable => 0 }, >+ "holds_per_day", >+ { data_type => "smallint", is_nullable => 1 }, > "branchcode", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, > "overduefinescap", >@@ -321,8 +328,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-13 12:44:30 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VBD8atc/D/6rN0D+aTaSOQ >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-17 01:27:01 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LC04yqfB1tXpaQxSrYbHtw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.7.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 15486
:
65128
|
65129
|
65130
|
65131
|
65132
|
65133
|
67202
|
67203
|
67204
|
67205
|
67206
|
67207
|
67337
|
67840
|
67841
|
67842
|
67843
|
67844
|
67845
|
68728
|
68729
|
68730
|
68731
|
68732
|
68733
|
68734
|
68735
|
68750
|
68751
|
68752
|
68791
|
71314
|
71315
|
71316
|
71317
|
71318
|
71319
|
72709
|
79318
|
79319
|
79320
|
79321
|
79322
|
79323
|
79324
|
79696
|
79697
|
79698
|
79699
|
79700
|
79701
|
79702
|
80478
|
80479
|
80480
|
80481
|
80482
|
80483
|
80484
|
81087