Fixes for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete...
[koha.git] / modbib.pl
index 06212e9..ead8781 100755 (executable)
--- a/modbib.pl
+++ b/modbib.pl
@@ -92,8 +92,8 @@ $template->param ( biblionumber => $bibnum,
                                                seriestitle => $data->{'seriestitle'},
                                                additionalauthor => $additional,
                                                subtitle => $data->{'subtitle'},
-                                               untitle => $data->{'untitle'},
-                                               notes => $data->{'notes'},
+                                               unititle => $data->{'unititle'},
+                                               notes => $data->{'bnotes'},
                                                serial => $data->{'serial'});
 
 output_html_with_http_headers $input, $cookie, $template->output;