@@ -, +, @@ checkout note --- opac/svc/checkout_notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/svc/checkout_notes +++ a/opac/svc/checkout_notes @@ -75,7 +75,7 @@ if ($is_ajax) { } } - if ( $issue ) { + if ( $issue && $status eq "saved" ) { $issue->set({ notedate => dt_from_string(), note => $clean_note, noteseen => 0 })->store; if($clean_note) { # only send email if note not empty my $branch = Koha::Libraries->find( $issue->branchcode ); --