Bugzilla – Attachment 145675 Details for
Bug 32229
Typo: Items missing from bundle at checkin for %s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32229: Typo: Items missing from bundle at checking for %s
Bug-32229-Typo-Items-missing-from-bundle-at-checki.patch (text/plain), 3.71 KB, created by
Caroline Cyr La Rose
on 2023-01-25 21:27:25 UTC
(
hide
)
Description:
Bug 32229: Typo: Items missing from bundle at checking for %s
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-01-25 21:27:25 UTC
Size:
3.71 KB
patch
obsolete
>From 66e9755228e25250383c36e8480d3d3b5f01c386 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 25 Jan 2023 16:19:10 -0500 >Subject: [PATCH] Bug 32229: Typo: Items missing from bundle at checking for %s > >This patch corrects a typo in the missing items from bundle pop-up >header. > >To test: > >I created a MARC21 file of records to use as an example. It assumes >you have the sample branches and itemtypes that come with Koha. You >can use any record you have in your database, you need at least three >records each with at least one item. > >0. Apply patch >1. If using the example records, import the records > 1.1. Download the attached earlyliteracy.mrc file > 1.2. Go to Cataloging > Stage records for import > 1.3. Click the button and select the file on your computer > 1.4. Click 'Upload file' > 1.5. Click 'Stage for import' > 1.6. Click 'View detail of the enqueued job' > 1.7. Click 'View batch' > 1.8. Click 'Import this batch into the catalog' >2. If using the example records, bundle the books into the 'My first >books bundle' record > 2.1. Click 'Manage imported batch' > 2.2. Click 'View' next to 'My first books bundle' > 2.3. Click 'Manage bundle' on the right of the item > 2.4. Click 'Add to bundle' > 2.5. Enter the following barcodes, followed by 'Submit' (or press >enter) after each > - 001229 > - 001230 > - 001231 > - 001232 > - 001233 > 2.6. Click 'Close' > >Alternate step 2, if using own records: find a record with an item, >change the leader/position 7 to c, click 'Manage bundle', then 'Add >to bundle' and enter a few existing barcodes (at least 2). > >3. Check out bundle > 3.1. Go to Patrons > 3.2. Click 'Search' to find a patron > 3.3. Click 'Checkout' next to a patron > 3.4. If using example records, enter the following barcode into the >checkout box and click 'Checkout' (or press enter) > - 001234 > Alternate step 3.4, if using own records: checkout the 'main' >record in which you bundled all the other records > >4. Check in bundle, 'losing' at least one item > 4.1. In the bar at the top of the screen, select 'Check in' > 4.2. If using the example records, enter the following barcode and >click the arrow (or press enter) > - 001234 > Alternate step 4.2, check in the same barcode you just checked >out > 4.3. In the 'Barcodes' box, enter the following barcodes, pressing >enter between each > - 001229 > - 001230 > - 001231 > Alternate step 4.3, enter only some of the bundled barcodes > 4.4. Click 'Confirm checkin and mark missing items as lost' > 4.5. Click 'View list of missing items' > --> Items missing from bundle at checkin for (barcode) >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 5f600c4868..ae30cd238d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -1333,7 +1333,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="bundleMissingLabel">Items missing from bundle at checking for [% item.barcode | html %]</h4> >+ <h4 class="modal-title" id="bundleMissingLabel">Items missing from bundle at checkin for [% item.barcode | html %]</h4> > </div> > <div class="modal-body"> > <table style="width:100%"> >-- >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 32229
:
145674
|
145675
|
145690