Bug 10214 Add header to syspref po files
[srvgit] / cataloguing / value_builder / stocknumberam123.pl
index 99f782a..ab88f61 100755 (executable)
@@ -23,7 +23,7 @@ use C4::Auth;
 use CGI;
 use C4::Context;
 
-=head1
+=head1 DESCRIPTION
 
 This plugin is specific to AM123 but could be used as a base for similar operations.
 It is used for stocknumber computation.
@@ -111,7 +111,6 @@ sub plugin {
             return => $code,
         );
     }
-    warn $code;
     output_html_with_http_headers $input, $cookie, $template->output;
 }