Bug 17152: Do not copy value when duplicating a subfield
authorHector Castro <hector.hecaxmmx@gmail.com>
Wed, 31 Aug 2016 19:33:53 +0000 (13:33 -0600)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 8 Sep 2016 20:19:49 +0000 (22:19 +0200)
commit71b81ae6d63089fc22a24157942426346d54c034
treee04e8d245e1cfa2b6e2c8ac571d9d3ef7a9eaab5
parentb473e0791f97f731c4639de76905b4a8f592c928
Bug 17152: Do not copy value when duplicating a subfield

When cataloguing, if you want to duplicate a subfield that is not
empty, the new subfield is created with a copy of data in it.
This is not the case when you duplicate an whole field. The new one is
created with subfields but without data in it.

Test plan:
Add or edit a bibliographic record
Fill a subfield
Duplicate the subfield
=> Without this patch the value of the input will be copied
=> With this patch the new input will be emptied

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 451fd67dd15b967471983c7c8dc601e0d1f65228)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
koha-tmpl/intranet-tmpl/prog/js/cataloging.js