[Koha-patches] [PATCH] Fix for Bug 3119: Add due date to the patron circulation history window

Owen Leonard oleonard at myacpl.org
Tue Apr 21 20:28:23 CEST 2009


I submitted a revised version of this patch today based on another
comment in the bug report.

On Mon, Apr 20, 2009 at 2:25 PM, Owen Leonard <oleonard at myacpl.org> wrote:
> ---
>  .../prog/en/modules/members/readingrec.tmpl        |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl
> index c4abced..707de94 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl
> @@ -30,6 +30,7 @@
>        <th>Call No.</th>
>        <th>Barcode</th>
>        <th>Number of Renewals</th>
> +       <th>Date Due</th>
>        <th>
>                <a href="readingrec.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->&amp;order=returndate DESC&amp;limit=<!-- TMPL_VAR name="limit" -->">Return Date</a>
>        </th>
> @@ -58,7 +59,7 @@
>
>             <td>
>         <!-- TMPL_VAR NAME="renewals" --></td>
> -
> +                       <td><!-- TMPL_IF NAME="date_due" --><!-- TMPL_VAR NAME="date_due" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
>             <td>
>         <!-- TMPL_IF NAME="returndate" -->
>             <!-- TMPL_VAR name="returndate" -->
> --
> 1.5.6.5
>
>



More information about the Koha-patches mailing list