[Koha-bugs] [Bug 15429] sub _parseletter should not change referenced values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 28 18:38:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15429

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff

--- Comment #4 from Marc Véron <veron at veron.ch> ---
Switching to "Needs Signoff"

Test plan:
Reproduce without this patch:
- Try to repruduce issue in Bug 15423 (comment #2)
- make sure that patron with batch checkout permissionhas nothing checked out
- Go to batch checkout
- enter 2 valid barcodes
- Then enter a line with one space character
- Then enter one more empty line or a barcode
Example:
e.g.
1
2

3
('empty' line contains one space character)

Expected result:
Software error
The given date (13/05/2022 00:00) does not match the date format (iso) at
/usr/share/kohaclone/Koha/DateUtils.pm line 153.

- If not yet done, apply patch 15432
- prove -v t/db_dependent/Letters.t
Expected Result: OK

Test with patch:
- apply patch
- try to reproduce software error above

Expected result: No software error, checkouts OK

- prove -v t/db_dependent/Letters.t
Expected result: OK


(Note: I did not manage to create a test to reproduce Bug 15423 in Letters.t)

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


More information about the Koha-bugs mailing list