Bugzilla – Attachment 173572 Details for
Bug 38158
Typo in inventory 'Items has no "not for loan" status'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38158: Typo in inventory 'Items has no "not for loan" status'
Bug-38158-Typo-in-inventory-Items-has-no-not-for-l.patch (text/plain), 2.16 KB, created by
Emily Lamancusa (emlam)
on 2024-10-28 17:11:34 UTC
(
hide
)
Description:
Bug 38158: Typo in inventory 'Items has no "not for loan" status'
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-28 17:11:34 UTC
Size:
2.16 KB
patch
obsolete
>From e6d593a558154107036b415035ac2326591438b2 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 11 Oct 2024 15:56:29 -0400 >Subject: [PATCH] Bug 38158: Typo in inventory 'Items has no "not for loan" > status' > >This patch corrects a typo in the inventory tool when an inventory >is done against not for loan items and an item has no not for loan >status. > >To test: >1. Go to Cataloging > Inventory >2. Enter a barcode for an item that has items.notforloan = 0 in the "Or scan items one by one" text box >3. Check all the boxes EXCEPT "For loan" under "Optional filters for inventory list or comparing barcodes" > "items.notforloan" >4. Click "Submit" > --> In the "Problems" column, it says "Items has no "not for loan" status" >5. Apply patch >6. Reload the page > --> In the "Problems" column, "Item" should now be singular > >Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 087811b390..a2644c2647 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -359,7 +359,7 @@ > [% IF result.notforloan %] > <span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"</span><br/> > [% ELSE %] >- <span>Items has no "not for loan" status</span><br/> >+ <span>Item has no "not for loan" status</span><br/> > [% END %] > [% ELSIF problem.key == 'not_scanned' %] > <span>Missing (not scanned)</span><br/> >-- >2.34.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 38158
:
172703
|
172795
| 173572