From 918cb0c67696a73eec0ca65e3c06f6109fb118ff Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 13 Oct 2010 16:42:14 +0000 Subject: [PATCH] Again, no owner in 1.6 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18317 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Cat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm index 0e7841c51e..0e5837bba2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -280,7 +280,7 @@ sub template_overlay_container { next unless $rec; my $success = 'f'; - if ($e->allowed('UPDATE_RECORD', $rec->owner, $rec)) { + if ($e->allowed('UPDATE_RECORD')) { $success = $e->json_query( { from => [ 'vandelay.template_overlay_bib_record', $template, $rec->id ] } )->[0]->{'vandelay.template_overlay_bib_record'}; -- 2.11.0