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)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Jun 2018 20:12:16 +0000 (20:12 +0000)
commit1dee421b18da729c6112c3e36ae2f2fe0766120f
treefa0cc409244b3746c4deaf211644b20987dfb758
parentfdab13cc3d66a8d2ad132c66accee4f9d40ac732
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>
Koha/Edifact/Order.pm