From: Sophie Meynieux <sophie.meyni...@biblibre.com> With this patch, the framework of the biblio is left unchanged event if the attached item is of a different framework
Signed-off-by: Christophe Croullebois <christophe.croulleb...@biblibre.com> --- C4/Items.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 939e682..84ea898 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -2075,6 +2075,7 @@ sub MoveItemFromBiblio { $record->insert_fields_ordered($item); # Saving the modification + $frameworkcode = GetFrameworkCode($tobiblio); ModBiblioMarc($record, $tobiblio, $frameworkcode); } else { -- 1.7.0.4 _______________________________________________ Koha-patches mailing list Koha-patches@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/