From 4d270b1202a17a5d1bfa12fed51a070c18ddad27 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Jul 2013 17:03:05 +0200 Subject: [PATCH] Bug 10600: add ability to edit new authority record by duplicating existing one This patch adds simple link that allows one to duplicate an existing authority. Test plan: 1/ Go to a detail authority page 2/ Click to the "Duplicate" button 3/ Edit some fields 4/ Save 5/ The new authority is created from the existing one. Signed-off-by: Nicole C. Engard tests pass Signed-off-by: Katrin Fischer All tests pass. Template change only. Also compared the original with the duplicated authoritiy in MARCXML - no unwanted differences found. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc index e25f49f4ed..902a2d1272 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc @@ -16,6 +16,7 @@ [% UNLESS ( count ) %] [% END %] +