Bugzilla 1080 to add enhancement for sound. Only changed circulation.tmpl/pl and...
[koha_ffzg] / circ / returns.pl
index da2b574..adec8f6 100755 (executable)
@@ -547,6 +547,7 @@ $template->param(
     dropboxmode    => $dropboxmode,
     dropboxdate    => $dropboxdate->output(),
     overduecharges => $overduecharges,
+    soundon        => C4::Context->preference("SoundOn"),
 );
 
 my $itemnumber = GetItemnumberFromBarcode( $query->param('barcode') );