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

--- Comment #17 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to