Bug 12357: Fix comma issues related to additional fields.
authorMark Tompsett <mtompset@hotmail.com>
Mon, 25 May 2015 04:06:24 +0000 (00:06 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Sep 2015 16:58:58 +0000 (13:58 -0300)
commit95286aad85d246bd7ac9280186cff7ec07fb833c
treea3630b372ebaa90eada451df082816c8e83265ef
parentd997b0b1f0b148d7157c8ae7363c47974fcb368d
Bug 12357: Fix comma issues related to additional fields.

TEST PLAN
---------
1) Apply patches, except this one.
2) prove t/db_dependent/Record.t
   -- fails like comment #38
3) Apply this patch
4) prove t/db_dependent/Record.t
   -- now it passes.
5) koha qa test tools.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Make test work, koha-qa problems fixed in next patch

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Record.pm