https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19324 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Jessie, Thanks for your comments. It could be clarifying to read the four commit messages on the patches of bug 14399. At least I hope so ;) You say that the workflow for marking items has disappeared. The fourth patch tells: === Currently, the value of compareinv2barcd is used to determine if the Seen column, the Select/Clear all buttons and the Mark seen buttons are displayed. But if we scanned barcodes, we already marked items as seen. So we should only display these buttons when we did not upload barcodes. === In other words: We do no longer mark when we already marked.
The second is Koha is not bringing back results (No data available in table) when you don't compare to a list. It only reports errors on the barcodes you passed. If you do not pass barcodes, you will get an inventory list. If I have two barcodes (one item not on shelf H), I will get one result for the two barcodes and the filter on callnumber H. That is the one on the wrong location. Commit message 2 and 3 tell you more.
-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.