acqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search.
[koha_gimpoz] / members / guarantor_search.pl
index 8059b72..f1f1a56 100755 (executable)
@@ -24,9 +24,7 @@ use strict;
 use C4::Auth;
 use C4::Output;
 use CGI;
-
-#op
-use C4::Date;
+use C4::Dates qw/format_date/;
 use C4::Members;
 
 my $input = new CGI;
@@ -102,4 +100,4 @@ $template->param(
                        
                        resultsloop     => \@resultsdata );
 
-output_html_with_http_headers $input, $cookie, $template->output;
\ No newline at end of file
+output_html_with_http_headers $input, $cookie, $template->output;