[Koha-bugs] [Bug 15400] Display patron age in useful places

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 22 08:45:14 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15400

--- Comment #22 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 85497
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85497
Bug 15400: (followup) Adding age to check out search dropdown

Review of attachment 85497:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15400&attachment=85497)
-----------------------------------------------------------------

::: circ/ysearch.pl
@@ +85,4 @@
>          firstname      => $b->firstname  // '',
>          cardnumber     => $b->cardnumber // '',
>          dateofbirth    => format_sqldatetime($b->dateofbirth, undef, undef, 1) // '',
> +        age            => $b->get_age    // 'Age unknown',

This is bad, string 'Age unknown' is not translatable

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list