Bugzilla – Attachment 65311 Details for
Bug 18367
Fix untranslatable string from Bug 18264
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18367 - (QA Followup) Only warn if doing a lookup and not having an item
Bug-18367---QA-Followup-Only-warn-if-doing-a-looku.patch (text/plain), 822 bytes, created by
Nick Clemens (kidclamp)
on 2017-07-28 11:39:24 UTC
(
hide
)
Description:
Bug 18367 - (QA Followup) Only warn if doing a lookup and not having an item
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-07-28 11:39:24 UTC
Size:
822 bytes
patch
obsolete
>From 211b3cc1f6a2d8a1dea9d418475dd44195404fbb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 28 Jul 2017 11:38:33 +0000 >Subject: [PATCH] Bug 18367 - (QA Followup) Only warn if doing a lookup and not > having an item > >--- > course_reserves/add_items.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/course_reserves/add_items.pl b/course_reserves/add_items.pl >index 3583699..ff398b9 100755 >--- a/course_reserves/add_items.pl >+++ b/course_reserves/add_items.pl >@@ -56,7 +56,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > } > ); > >-unless ( $item && $action eq 'lookup' ){ >+if ( !$item && $action eq 'lookup' ){ > $template->param( ERROR_ITEM_NOT_FOUND => 1 ); > $template->param( UNKNOWN_BARCODE => $barcode ) if $barcode; > } >-- >2.1.4
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 18367
:
62065
|
64907
|
64933
|
65026
| 65311