Bugzilla – Attachment 124653 Details for
Bug 21093
Specified due date incorrectly retained when using fast add
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21093: In additem.pl set the right stickyduedate for fast add
Bug-21093-In-additempl-set-the-right-stickyduedate.patch (text/plain), 1.34 KB, created by
Andrew Fuerste-Henry
on 2021-09-08 12:32:12 UTC
(
hide
)
Description:
Bug 21093: In additem.pl set the right stickyduedate for fast add
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2021-09-08 12:32:12 UTC
Size:
1.34 KB
patch
obsolete
>From b996c0c7ccf6c2de25c41af639ef1b2b5f30aa7f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 7 Sep 2021 22:37:39 +0000 >Subject: [PATCH] Bug 21093: In additem.pl set the right stickyduedate for fast > add > >To test: >-1 Set the specify due date option to a date, don't check the checkbox >-2 Enter an unknown barcode >-3 Click on fast add >-4 Add a record >-5 Add an item (don't change the barcode!) >-6 The item is checked out to the patron >-7 Verify: The checkbox is "Remember for session" is checked now >-8 APPLY patch >-9 Do steps 1-6 again, this time "Remember for session" should be unchecked >-10 Do steps 1-6 again but this time do check the "Remember for session" checkbox. >-11 It should be properly checked > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > cataloguing/additem.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index e099215256..d3f9456db5 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -653,7 +653,7 @@ if ($op eq "additem") { > .'borrowernumber='.$fa_circborrowernumber > .'&barcode='.uri_escape_utf8($fa_barcode) > .'&duedatespec='.$fa_duedatespec >- .'&stickyduedate=1' >+ .'&stickyduedate='.$fa_stickyduedate > ); > exit; > } >-- >2.20.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 21093
:
124634
|
124653
|
124813