]> git.koha-community.org Git - koha.git/commit
Bug 20972: If ISBN has 10 numbers only the first 9 numbers are used
authorxljoha <johan.larsson@ub.gu.se>
Thu, 21 Jun 2018 07:58:55 +0000 (09:58 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 27 Jun 2018 10:31:40 +0000 (11:31 +0100)
commitb9bd93e9205d4b8344a77214fefb8efe2c84792e
tree3e03114458cd99bf44defb286be55d6ac5ac0e1c
parent3b9a81e394c4f47433b3f0057b9b819549f583b8
Bug 20972: If ISBN has 10 numbers only the first 9 numbers are used

If ISBN has 10 numbers only the first 9 numbers are being added to the Edifact-message (PIA+5+3540556753:IB')

This is caused by wrong positioning of capturing parentheses in a regular expression.

Sponsored-by: Gothenburg University Library
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Edifact/Order.pm