Bugzilla – Attachment 116785 Details for
Bug 27671
Missing include in orderreceive.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27671: Use Koha.Preference for UniqueItemFields
Bug-27671-Use-KohaPreference-for-UniqueItemFields.patch (text/plain), 1.22 KB, created by
Marcel de Rooy
on 2021-02-12 07:28:16 UTC
(
hide
)
Description:
Bug 27671: Use Koha.Preference for UniqueItemFields
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-02-12 07:28:16 UTC
Size:
1.22 KB
patch
obsolete
>From 85a6b39eed7de7f20381e5083fd320268def785c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 11 Feb 2021 16:39:19 +0100 >Subject: [PATCH] Bug 27671: Use Koha.Preference for UniqueItemFields >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 185e2f835d..de7522c5af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -486,7 +486,7 @@ > > $(document).ready(function() { > [% IF (AcqCreateItem == 'receiving') %] >- cloneItemBlock(0, '[% UniqueItemFields | html %]'); >+ cloneItemBlock(0, '[% Koha.Preference('UniqueItemFields') | html %]'); > [% ELSIF (AcqCreateItem == 'ordering') && not order.subscriptionid %] > $("input[name='items_to_receive']").change(function() { > CalcQtyToReceive(); >-- >2.11.0
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 27671
:
116669
|
116686
|
116693
|
116770
|
116784
| 116785