Bugzilla – Attachment 68729 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.60 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-10-27 14:44:59 UTC
(
hide
)
Description:
Bug 15486: DBIC update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-10-27 14:44:59 UTC
Size:
1.60 KB
patch
obsolete
>From 85adaf4c1438ee098f88e40b1b73990c40e67603 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 7 Jul 2017 15:17:38 -0300 >Subject: [PATCH] Bug 15486: DBIC update > >schema >--- > 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 0ea74ca..112756d 100644 >--- a/Koha/Schema/Result/Issuingrule.pm >+++ b/Koha/Schema/Result/Issuingrule.pm >@@ -176,6 +176,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' >@@ -277,6 +282,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", >@@ -313,8 +320,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-27 19:15:48 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:D1443VWPcoIXN3+lIkckIQ >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-07-19 18:49:51 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XfAu8de30esCIK8aGsFq2w > > > # 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