Bugzilla – Attachment 121674 Details for
Bug 27064
Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27064: (QA follow-up) Remove superflous error message
Bug-27064-QA-follow-up-Remove-superflous-error-mes.patch (text/plain), 895 bytes, created by
Martin Renvoize (ashimema)
on 2021-06-07 13:31:21 UTC
(
hide
)
Description:
Bug 27064: (QA follow-up) Remove superflous error message
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-06-07 13:31:21 UTC
Size:
895 bytes
patch
obsolete
>From 241b6a1644fb105bea39b978a3501bec299fa4fc Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 7 Jun 2021 14:29:23 +0100 >Subject: [PATCH] Bug 27064: (QA follow-up) Remove superflous error message > >The reserve found error message should not be included in the errmsgloop >as it's handled as a question in the previous step. >--- > circ/branchtransfers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl >index bb508f77a0..9ac2afdf50 100755 >--- a/circ/branchtransfers.pl >+++ b/circ/branchtransfers.pl >@@ -214,7 +214,7 @@ foreach my $code ( keys %$messages ) { > } > } > $err{errdesteqholding} = ( $code eq 'DestinationEqualsHolding' ); >- push( @errmsgloop, \%err ); >+ push( @errmsgloop, \%err ) unless ( $code eq 'ResFound' ); > } > } > >-- >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 27064
:
113877
|
114712
|
120222
|
120759
|
120764
|
121065
|
121066
|
121067
|
121090
|
121091
|
121092
|
121093
|
121141
|
121142
|
121143
|
121144
|
121670
|
121671
|
121672
|
121673
|
121674
|
121675
|
121676
|
121677
|
121678
|
121679
|
121680
|
121681
|
121682
|
121683
|
121684
|
121685
|
121981