https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37429 --- Comment #3 from Andreas Roussos <a.roussos@dataly.gr> --- Interestingly, I cannot reproduce this if I disable and then stop Plack (followed by a restart of memcached and apache2). The following quick and dirty patch seems to fix things (even when Plack and memcached are enabled): diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 99c20580b5..754aaf175a 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -518,6 +518,7 @@ my $fa_duedatespec = $input->param('duedatespec'); my $userflags = 'edit_catalogue'; +$changed_framework = 0; if ( $op eq 'cud-change-framework' ) { $op = $input->param('original_op'); $changed_framework = 1; Not sure about the quality of the above solution, though? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.