synch'ing 2.2 and head
[koha-equinox.git] / opac / opac-user.pl
index e749ee5..2e5bcfe 100755 (executable)
@@ -136,9 +136,10 @@ foreach my $res (@$reserves) {
 
 $template->param(WAITING => \@waiting);
 $template->param(waiting_count => $wcount,
-                            LibraryName => C4::Context->preference("LibraryName"),
-                                       suggestion => C4::Context->preference("suggestion"),
-                                       virtualshelves => C4::Context->preference("virtualshelves"),
+                               LibraryName => C4::Context->preference("LibraryName"),
+                               suggestion => C4::Context->preference("suggestion"),
+                               virtualshelves => C4::Context->preference("virtualshelves"),
+                               textmessaging => $borr->{textmessaging},
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;