Bug 18403: Use patron-title.inc when hidepatronname is used
[koha.git] / Koha / Hold.pm
index 84117a5..949770d 100644 (file)
@@ -305,6 +305,7 @@ Returns the related Koha::Patron object for this Hold
 
 =cut
 
+# FIXME Should be renamed with ->patron
 sub borrower {
     my ($self) = @_;