Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls
[koha-ffzg.git] / svc / barcode
index 89ea0a4..f6c2324 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Auth qw(check_cookie_auth);
 
 =head1 NAME
 
-    /cgi-bin/koha/svc/barcode
+/cgi-bin/koha/svc/barcode
 
 =head1 SYNOPSIS
 
@@ -87,6 +87,8 @@ below the scannable barcode.
 
 =back
 
+=cut
+
 my $input = new CGI;
 
 my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { catalogue => '*' } );