Bug 40228 - In inventory, "barcodes not found" are not in the array and therefore not exported
Summary: In inventory, "barcodes not found" are not in the array and therefore not exp...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-24 14:36 UTC by Baptiste Wojtkowski (bwoj)
Modified: 2025-06-24 14:36 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Wojtkowski (bwoj) 2025-06-24 14:36:23 UTC
When using the inventory tool while checking the box "on export as csv", barcode not found are exported in the csv.
However, when using the inventory tool and exporting as a csv the results, barcodes are not exported. This is normal because they are displayed as notification and not in the array.

It is a bit weird to have 2 different behaviours. A solution would be to append the errors in the array of results. Should we maybe have a syspref to decide if we append or not ? Can we consider that the not exported array should always have contained the barcode error ?