Bugzilla – Attachment 101430 Details for
Bug 21443
Add ability to exclude holidays when calculating rentals fees by time period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21443: Mark new columns as boolean in schema file
Bug-21443-Mark-new-columns-as-boolean-in-schema-fi.patch (text/plain), 1.01 KB, created by
Kyle M Hall (khall)
on 2020-03-23 12:11:52 UTC
(
hide
)
Description:
Bug 21443: Mark new columns as boolean in schema file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-03-23 12:11:52 UTC
Size:
1.01 KB
patch
obsolete
>From de9dde56ada9d41a181fac142b07be65abf5e2f6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 23 Mar 2020 06:50:05 -0400 >Subject: [PATCH] Bug 21443: Mark new columns as boolean in schema file > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Itemtype.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index d9a740ff9d..b180a90c49 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -246,6 +246,11 @@ __PACKAGE__->has_many( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A > >+__PACKAGE__->add_columns( >+ '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, >+ '+rentalcharge_daily_calendar' => { is_boolean => 1 }, >+); >+ > # Use the ItemtypeLocalization view to create the join on localization > our $LANGUAGE; > __PACKAGE__->has_many( >-- >2.21.1 (Apple Git-122.3)
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 21443
:
100402
|
100403
|
100404
|
100405
|
100744
|
100745
|
100746
|
100747
|
100748
|
101428
|
101429
|
101430
|
101431
|
101458
|
101459
|
101460
|
101461
|
101462
|
101463
|
101464
|
101465
|
101466
|
101467
|
101468
|
101469
|
101631