Bugzilla – Attachment 44320 Details for
Bug 14973
Add an alert during purchase suggestion submissions to warn the user when an existing biblio appears to satisfy the request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14973 - Fix broken itemtypes list in opac-suggestions form
Bug-14973---Fix-broken-itemtypes-list-in-opac-sugg.patch (text/plain), 839 bytes, created by
Alex Arnaud
on 2015-11-03 09:05:56 UTC
(
hide
)
Description:
Bug 14973 - Fix broken itemtypes list in opac-suggestions form
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2015-11-03 09:05:56 UTC
Size:
839 bytes
patch
obsolete
>From ee5cb35caf3cc0f61fd831324d0841d223c3d517 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Tue, 27 Oct 2015 16:21:15 +0100 >Subject: [PATCH] Bug 14973 - Fix broken itemtypes list in opac-suggestions > form > >--- > opac/opac-suggestions.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl >index b09eb89..692a508 100755 >--- a/opac/opac-suggestions.pl >+++ b/opac/opac-suggestions.pl >@@ -195,8 +195,8 @@ if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { > } > > $template->param( >- %$suggestion, >- placeitemtypeloop=> $supportlist, >+ %$suggestion, >+ itemtypeloop=> $supportlist, > suggestions_loop => $suggestions_loop, > patron_reason_loop => $patron_reason_loop, > "op_$op" => 1, >-- >1.7.10.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 14973
:
43193
|
44091
|
44319
|
44320
|
44334
|
44335
|
60877
|
60913
|
93141
|
93142
|
94297
|
94298
|
94301
|
94302
|
94303
|
94304
|
95113
|
95114
|
95517
|
96255
|
96256
|
96257
|
96258
|
96259
|
96260
|
96261
|
96325
|
96326
|
96327
|
96328
|
96329
|
96330
|
96331