Just a note that I'm rejecting this patch because jesse just submitted a
better one that solves the same problem ;-)

On Mon, Jul 14, 2008 at 11:10:59AM -0500, Owen Leonard wrote:
> ---
>  .../en/modules/members/moremember-receipt.tmpl     |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git 
> a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl 
> b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
> index 6c97137..dd5cf89 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
> @@ -36,11 +36,13 @@ Issued To <a 
> href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR
>       <tr>
>       <th>Date Due</th>
>       <th>Title</th>
> +     <th>Barcode</th>
>       </tr>
>       <!-- TMPL_LOOP NAME="issueloop" -->
>       <!-- TMPL_IF NAME="red" --><tr>
>       <td><!-- TMPL_VAR NAME="date_due" --></td>
>       <td><a href="/cgi-bin/koha/catalogue/detail.pl?item=<!-- TMPL_VAR 
> NAME="itemnumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" 
> -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR 
> NAME="title" --></a></td>
> +     <td><!-- TMPL_VAR NAME="barcode" --></td>
>       </tr>
>       <!-- /TMPL_IF -->
>       <!-- /TMPL_LOOP -->
> -- 
> 1.5.5.GIT
> 
> _______________________________________________
> Koha-patches mailing list
> [email protected]
> http://lists.koha.org/mailman/listinfo/koha-patches
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to