From c69de734a53a5361aa8562fdaa56a17692863a8f Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Mon, 24 May 2010 11:56:48 +0200 Subject: [PATCH] (BUG #4806) circ/circulation.tmpl: Add "reservenumber" in the reserved table. Add "reservenumber" the "reserved" table which is used for delete or update reserved items. --- circ/circulation.pl | 1 + .../prog/en/modules/circ/circulation.tmpl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 6f4a491..fcc9aa9 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -383,6 +383,7 @@ if ($borrowernumber) { $getreserv{nottransfered} = 0; $getreserv{reservedate} = format_date( $num_res->{'reservedate'} ); + $getreserv{reservenumber} = $num_res->{'reservenumber'}; $getreserv{title} = $getiteminfo->{'title'}; $getreserv{itemtype} = $itemtypeinfo->{'description'}; $getreserv{author} = $getiteminfo->{'author'}; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 8ad761d..17711b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -841,6 +841,7 @@ No patron matched " /> " /> + " /> -- 1.6.3.3