https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38095 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop@gmail.com --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> --- +1 I would need it too. It seems that for the branch it would be enough to do this: diff --git a/circ/add_message.pl b/circ/add_message.pl index 08cf1e4d9f..3e6eb498d7 100755 --- a/circ/add_message.pl +++ b/circ/add_message.pl @@ -81,7 +81,7 @@ if ( $op eq 'cud-edit_message' && $message_id ) { module => 'add_message', letter_code => $letter_code, lang => $patron->lang, - tables => { 'borrowers' => $borrowernumber }, + tables => { 'borrowers' => $borrowernumber, 'branches' => $branchcode }, ); } Will you prepare the patch, Emily (as assignee)? -- You are receiving this mail because: You are watching all bug changes.