Bugzilla – Attachment 163742 Details for
Bug 35559
Can't change the pickup date of holds on the last day of expiration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35559: Revert changes from bug 34634
Bug-35559-Revert-changes-from-bug-34634.patch (text/plain), 2.30 KB, created by
Emily Lamancusa (emlam)
on 2024-03-22 20:28:57 UTC
(
hide
)
Description:
Bug 35559: Revert changes from bug 34634
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-03-22 20:28:57 UTC
Size:
2.30 KB
patch
obsolete
>From 08a59c2d4b3ecf32dc88ff459cd45f3f18ff1db4 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Sun, 24 Mar 2024 15:58:47 -0400 >Subject: [PATCH] Bug 35559: Revert changes from bug 34634 > >This reverts commit fad3af0005c3a4234634ee477fafc85902540843 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 7 +------ > reserve/request.pl | 2 -- > 2 files changed, 1 insertion(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index f6da101a4d..e939247f4b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -127,12 +127,7 @@ > [% END %] > </td> > <td> >- [% UNLESS hold.expired %] >- <input type="text" class="flatpickr" data-flatpickr-futuredate="true" value="[% hold.expirationdate | html %]" size="10" name="expirationdate" /> >- [% ELSE %] >- <span class="expiredon"><label>Expired:</label> [% hold.expirationdate | $KohaDates %]</span> >- <input type="hidden" value="[% hold.expirationdate | html %]" name="expirationdate" /> >- [% END %] >+ <input type="text" class="flatpickr" data-flatpickr-futuredate="true" value="[% hold.expirationdate | html %]" size="10" name="expirationdate" /> > </td> > <td> > [%- IF ( hold.found ) -%] >diff --git a/reserve/request.pl b/reserve/request.pl >index 6989485f0b..1cc1f92308 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -621,8 +621,6 @@ if ( ( $findborrower && $borrowernumber_hold || $findclub && $club_hold ) > } > } > $reserve{'expirationdate'} = $res->expirationdate; >- $reserve{'expired'} = 1 >- if ( DateTime->compare( dt_from_string( $res->expirationdate ), dt_from_string() ) == -1 ); > $reserve{'date'} = $res->reservedate; > $reserve{'borrowernumber'} = $res->borrowernumber(); > $reserve{'biblionumber'} = $res->biblionumber(); >-- >2.34.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 35559
:
159807
| 163742 |
163743
|
165909