From 8d5512ec3f9af55ebd3af13d8180cbfcff4563eb 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 6f1619f6d9..730d1b4b8f 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