Bugzilla – Attachment 116514 Details for
Bug 4037
Inventory tool missing item type filter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4037: Remove hardcoded 4 columns
Bug-4037-Remove-hardcoded-4-columns.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2021-02-08 15:11:02 UTC
(
hide
)
Description:
Bug 4037: Remove hardcoded 4 columns
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-08 15:11:02 UTC
Size:
1.27 KB
patch
obsolete
>From bf66f5eec2956fd082c7823c5a7af5e99a9b1440 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 Feb 2021 16:10:48 +0100 >Subject: [PATCH] Bug 4037: Remove hardcoded 4 columns > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 4faa432eda..d7c2343cb8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -167,10 +167,6 @@ > <input id="itemtype-[% itemtype.itemtype | html %]" class="branch_select" type="checkbox" name="itemtype-[% itemtype.itemtype | html %]" value="[% itemtype.itemtype | html %]" /> > <label for="itemtype-[% itemtype.itemtype | html %]">[% itemtype.description | html %]</label> > </div> >- [% IF loop.count() % 4 == 0 && !loop.last() %] >- </div> >- <div class="branchgridrow"> >- [% END %] > [% END %] > </div> > </div> >-- >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 4037
:
115230
|
115231
|
116414
|
116415
|
116512
|
116513
|
116514
|
116522
|
116523