Bumping patch number
[koha.git] / serials / receipt.pl
index 2ad8cb5..b4dc9dd 100755 (executable)
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id$
 
 use strict;
 use CGI;
 use C4::Auth;
 use C4::Output;
-use C4::Interface::CGI::Output;
 use C4::Context;
 
 
@@ -134,9 +132,6 @@ my ($template, $loggedinuser, $cookie)
                                                        from=>$from,
                                                        to=>$to,
                                                        numbers=>\@numbers,
-                                                       intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
                                                        );
 output_html_with_http_headers $query, $cookie, $template->output;