Bug 32113

Summary: Missing table from batchMod.pl when coming from a bib record
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Caroline Cyr La Rose 2022-11-04 16:36:00 UTC
There are several ways to access batch item modification, one of them is from a bibliographic record. Normally, there is a table showing item details at the top of the page. But that table is missing when we access the page from a bibliographic record.

To test:
1) Go to Reports
2) Make a report of item numbers (e.g. select itemnumber from items limit 5)
3) Click Batch operations with X visible records
4) Choose Batch item modification
   --> Note that there is a table of items at the top of the page
5) Go to a bibliographic record that has at least one item (and less than 1000)
6) Click Edit > Edit items in batch
   --> Note that there is no table at the top of the page
Comment 1 Katrin Fischer 2022-11-16 22:20:03 UTC
Hi Caroline,
I just tested on master, but this appears to work for me. Here is what I did:

* Found a record, I was using "The C programming language" from the sample records
* From the detail page: Edit > Edit items in batch
* The table showed as expected.
* From the detail page: Select all > Modify selected items
* The table showed as expected.

Was this in a specific version or could there be another difference in testing?