Bugzilla – Attachment 119030 Details for
Bug 10744
ExpireReservesMaxPickUpDelay works with hold(s) over report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10744: DO NOT PUSH! Schema changes
0002-Bug-10744-DO-NOT-PUSH-Schema-changes.patch (text/plain), 2.97 KB, created by
Emmi Takkinen
on 2021-03-31 07:33:00 UTC
(
hide
)
Description:
Bug 10744: DO NOT PUSH! Schema changes
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2021-03-31 07:33:00 UTC
Size:
2.97 KB
patch
obsolete
>From e852c6c8e28abb3efed306caba158c411da6a2b1 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Wed, 31 Mar 2021 10:29:38 +0300 >Subject: [PATCH 2/2] Bug 10744: DO NOT PUSH! Schema changes > >--- > Koha/Schema/Result/OldReserve.pm | 12 ++++++++++-- > Koha/Schema/Result/Reserve.pm | 12 ++++++++++-- > 2 files changed, 20 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm >index 05174e1566..aae7d106dc 100644 >--- a/Koha/Schema/Result/OldReserve.pm >+++ b/Koha/Schema/Result/OldReserve.pm >@@ -157,6 +157,12 @@ the date the item was marked as waiting for the patron at the library > > the date the hold expires (usually the date entered by the patron to say they don't need the hold after a certain date) > >+=head2 pickupexpired >+ >+ data_type: 'date' >+ datetime_undef_if_invalid: 1 >+ is_nullable: 1 >+ > =head2 lowestPriority > > accessor: 'lowest_priority' >@@ -249,6 +255,8 @@ __PACKAGE__->add_columns( > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "expirationdate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ "pickupexpired", >+ { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "lowestPriority", > { > accessor => "lowest_priority", >@@ -367,8 +375,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aVQsdX811LswCsWyBqkSbQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-03-31 10:19:09 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CJ6PeuqOCTaE+BbghLhYsg > > __PACKAGE__->belongs_to( > "item", >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >index 8ddda1437c..a83c268ebf 100644 >--- a/Koha/Schema/Result/Reserve.pm >+++ b/Koha/Schema/Result/Reserve.pm >@@ -162,6 +162,12 @@ the date the item was marked as waiting for the patron at the library > > the date the hold expires (usually the date entered by the patron to say they don't need the hold after a certain date) > >+=head2 pickupexpired >+ >+ data_type: 'date' >+ datetime_undef_if_invalid: 1 >+ is_nullable: 1 >+ > =head2 lowestPriority > > accessor: 'lowest_priority' >@@ -258,6 +264,8 @@ __PACKAGE__->add_columns( > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "expirationdate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ "pickupexpired", >+ { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "lowestPriority", > { > accessor => "lowest_priority", >@@ -421,8 +429,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BlMb2M0MEmFuTiMSSBEseg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-03-31 10:19:09 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zw7qZTlQAxT5ZY1tunepKA > > __PACKAGE__->belongs_to( > "item", >-- >2.25.1 >
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 10744
:
44134
|
44294
|
44414
|
44464
|
106446
|
110030
|
110031
|
119029
| 119030