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

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #1 from Phil Ringnalda <[email protected]> ---
It does find the first one, which is a vague clue.

It's actually a Tidy regression: in
https://git.koha-community.org/Koha-community/Koha/src/commit/e0ebd409917c6c017234211db8409ae05ed2b787/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt#L1089
Jonathan thought the comment would keep people from indenting the line, but
then his autotidy code ignored his comment.

Seems odd that Koha::Patrons->find ignores leading whitespace for
borrowernumber but treats it as significant for cardnumber. And if it does have
to do that for some historical reason, then the first cardnumber will be broken
when it has significant leading whitespace, since we | trim the output of
PROCESS batch_list (which is the reason it currently does find the first
cardnumber).

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to