Bugzilla – Attachment 53157 Details for
Bug 15636
DataTables Warning: Requested unknown parameter from opac-detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt
Bug-15636---DataTables-Warning-Requested-unknown-p.patch (text/plain), 1.47 KB, created by
Srdjan Jankovic
on 2016-07-07 03:19:14 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2016-07-07 03:19:14 UTC
Size:
1.47 KB
patch
obsolete
>From 431cc388a43f4ff2904a2ca718cbeaa752ba09fa Mon Sep 17 00:00:00 2001 >From: Bouzid Fergani <bouzid.fergani@inlibro.com> >Date: Tue, 12 Apr 2016 09:27:18 -0400 >Subject: [PATCH] Bug 15636 - DataTables Warning: Requested unknown parameter > from opac-detail.tt > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 10619b0..3440af7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1428,8 +1428,10 @@ > $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumns": [ > [% IF ( item_level_itypes ) %]null,[% END %] >- null, >- [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] >+ [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %]null,[% END %] >+ [% UNLESS ( singleBranchMode ) %] >+ [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] >+ [% END %] > [% IF ( itemdata_ccode ) %]null,[% END %] > null, > [% IF ( itemdata_enumchron ) %]null,[% END %] >-- >2.7.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 15636
:
47141
|
47142
|
50146
|
51186
|
53157
|
53177