https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996 --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #3)
I think the separator should be selected from the interface, it depends on user's preference.
Not sure if that would be really relevant, since the barcodes belong to one system. But yes, it could be done, perhaps with the pref as default value. But I am suggesting to open a new report for that enhancement. The focus of this development is consolidation of the approach in inventory and batchmod. Possible candidates for future extension: circ/circulation.pl: push @$barcodes, split( /\s\n/, $list ); circ/circulation.pl: foreach my $barcode ( sort split(/\s*\|\s*/, $chosen->{barcode}) ) { course_reserves/batch_add_items.pl: my @barcodes = uniq( split( /\s\n/, $barcodes ) ); svc/letters/preview: my ( $barcode, $borrowernumber ) = split '\|', $data_preview; tools/stockrotation.pl: my @data = split(/\n/, $barcode); virtualshelves/shelves.pl: my @barcodes = split /\n/, $barcodes; # Entries are effectively passed in as a <cr> separated list -- You are receiving this mail because: You are watching all bug changes.