https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24305
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Katrin Fischer <[email protected]> --- (In reply to Marcel de Rooy from comment #14) > 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 ? So... should we not have removed it? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
