[Koha-bugs] [Bug 24305] Batch Item modification via item number in reports does not work with CONCAT in report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 12:29:25 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24305

--- Comment #14 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Still one question remaining. No blocker for me.

+            <textarea style="display:none" name="cardnumberlist"
id="cardnumberlist">[% FOREACH result IN results %][% FOREACH cells IN
result.cells %][% place = loop.index %][% IF header_row.$place.cell ==
'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' &&
cells.cell.match('^(\d+)$') %][% SET batch_cardnumbers = 1 %]

Why do you check on only digits for cardnumber here? The field cardnumber is a
varchar ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list