[Koha-bugs] [Bug 13030] Show waiting hold expiration date for waiting holds on circulation.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 19 17:53:28 CEST 2015


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

--- Comment #17 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 40038
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40038
[SIGNED-OFF] Bug 13030 - Show waiting hold expiration date for waiting holds on
circulation.pl

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

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
@@ +775,4 @@
>  
>                                  <br/>
>                                  [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
> +                                    Waiting at [% w.branch.branchname | html %] [% IF w.waiting_expires_on %] until [% w.waiting_expires_on | $KohaDates %] [% END %]

Sorry, I didn't see that before: there are 2 calls to the waiting_expires_on
method.
It is easy to make only 1 call.

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


More information about the Koha-bugs mailing list