[Koha-bugs] [Bug 6254] can't set patron privacy by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 12 20:26:04 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6254

--- Comment #27 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 23987
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23987
Bug 6254 [QA Followup 1] - can't set patron privacy by default

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

Kyle, we are really almost there, but there is a translation problem:

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt
@@ +276,5 @@
> +                <tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | format('%.02f') %]</td></tr>
> +                <tr><th scope="row">Receives overdue notices: </th><td>[% IF ( category.overduenoticerequired ) %]Yes[% ELSE %]No[% END %]</td></tr>
> +                <tr><th scope="row">Lost items in staff client</th><td>[% IF ( category.hidelostitems ) %]Hidden by default[% ELSE %]Shown[% END %]</td></tr>
> +                <tr><th scope="row">Hold fee: </th><td>[% category.reservefee | format('%.02f') %]</td></tr>
> +                <tr><th scope="row">Default privacy: </th><td>[% category.default_privacy %]</td></tr>

I think this should be a SWITCH making the never, forever and default
translatable. The configuration page already does it correctly.

@@ +404,5 @@
>                                  No limitation
>                              [% END %]
>                          </td>
> +                        <td>
> +                            [% loo.default_privacy %]

And here.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list