Malay po files
[koha.git] / reports / guided_reports.pl
index 8dbe1a2..89b4bfc 100755 (executable)
@@ -332,7 +332,7 @@ elsif ( $phase eq 'Save Report' ) {
         );
     }
     else {
-        save_report( $sql, $name, $type, $notes );
+        save_report( $borrowernumber, $sql, $name, $type, $notes );
         $template->param(
             'save_successful'       => 1,
         );