Bugzilla – Attachment 79374 Details for
Bug 21408
Inventory - Warn of items possibly scanned out of order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21408: Enable checkbox on file selection
Bug-21408-Enable-checkbox-on-file-selection.patch (text/plain), 1.58 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-09-25 13:54:28 UTC
(
hide
)
Description:
Bug 21408: Enable checkbox on file selection
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-09-25 13:54:28 UTC
Size:
1.58 KB
patch
obsolete
>From ca907a7dde4a60d2534144adc0007a7755d0935c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 25 Sep 2018 10:54:04 -0300 >Subject: [PATCH] Bug 21408: Enable checkbox on file selection > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 60c91dc553..25b9327bbd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -354,6 +354,7 @@ > $("#compareinv2barcd").prop('disabled',false); > $("#compareinv2barcd").attr('checked',true); // default > $("#dont_checkin").prop('disabled',false); >+ $("#out_of_order").prop('disabled',false); > if( $("#compareinv2barcd").attr('checked') ) { > $("fieldset#optionalfilters").show(); > $("#ignoreissued").attr('checked',true); // default >@@ -367,6 +368,8 @@ > $("#compareinv2barcd").attr('checked',false); > $("#dont_checkin").prop('disabled',true); > $("#dont_checkin").attr('checked',false); >+ $("#out_of_order").prop('disabled',true); >+ $("#out_of_order").attr('checked',false); > $("fieldset#optionalfilters").show(); > } > }); >-- >2.19.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 21408
:
79371
|
79374
|
81380
|
81381