https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40455
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an error in SIP2 release notes| |patron information | |responses (64) when no | |currency is set, which can | |be the case for new Koha | |instances. | | | |Example, if no currency is | |set: | |- Before the fix, there is | |an 'undef' error: | | ... | | Trying | |'patron_information' | | SEND: 6300120251202 | |115652 | |AOCPL|AA42|ACterm1| | | READ: undef | |- After the fix, patron | |informatin is returned and | |there is no error: | | ... | | Trying | |'patron_information' | | SEND: 6300120251202 | |122545 | |AOCPL|AA42|ACterm1| | | READ: 64 | |00120251202 | | | |122546000000000000000000000 | |000AOCPL|AA42|AE | |koha|BLY|BV0|CC5|PCS| | | PIY|AFGreetings from | |Koha. | CC| |[email protected] -- 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/
