From a79a977ee2b0b519725682d38e9b442ea8fd0708 Mon Sep 17 00:00:00 2001 From: Nahuel Angelinetti Date: Thu, 6 Nov 2008 09:34:06 +0100 Subject: [PATCH] fix the private shelf deletion in opac this patch add an "hidden" field in the template, that permit in C4::VirtualShelves::Pages to get the right(privates) shelves with GetShelves in$ of always public shelves. So when a private shelf is wanted to be deleted, the script watch only in public shelves if the shelf exists, and doesn't work. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index ac0c7fd177..c70b7c0a54 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -224,6 +224,7 @@ $.tablesorter.addParser({
" value="1" /> + " value="1" /> -- 2.39.5