Bugzilla – Attachment 69784 Details for
Bug 19804
Suspension calculation doesn't honor 'Suspension charging interval'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19804: DBIC Schema changes
Bug-19804-DBIC-Schema-changes.patch (text/plain), 1.61 KB, created by
Jonathan Druart
on 2017-12-13 21:06:21 UTC
(
hide
)
Description:
Bug 19804: DBIC Schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-13 21:06:21 UTC
Size:
1.61 KB
patch
obsolete
>From 41eebbca26369586d8e70aac757bd36cd0c0e545 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Dec 2017 16:56:57 -0300 >Subject: [PATCH] Bug 19804: DBIC 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 0ea74ca2ac..5958055104 100644 >--- a/Koha/Schema/Result/Issuingrule.pm >+++ b/Koha/Schema/Result/Issuingrule.pm >@@ -70,6 +70,12 @@ __PACKAGE__->table("issuingrules"); > data_type: 'integer' > is_nullable: 1 > >+=head2 suspension_chargeperiod >+ >+ data_type: 'integer' >+ default_value: 1 >+ is_nullable: 1 >+ > =head2 firstremind > > data_type: 'integer' >@@ -234,6 +240,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "maxsuspensiondays", > { data_type => "integer", is_nullable => 1 }, >+ "suspension_chargeperiod", >+ { data_type => "integer", default_value => 1, is_nullable => 1 }, > "firstremind", > { data_type => "integer", is_nullable => 1 }, > "chargeperiod", >@@ -313,8 +321,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-12-13 12:44:30 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VBD8atc/D/6rN0D+aTaSOQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.11.0
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 19804
:
69783
|
69784
|
69785
|
69786
|
70404
|
70405
|
70406
|
70407
|
73665
|
73666
|
73667
|
73830
|
73831
|
73832
|
73833
|
73834
|
73894
|
73895