From bcbe6e46a63586a2709698f3aa660a303cd577eb Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 13 Oct 2010 16:32:59 +0000 Subject: [PATCH] no owner in 1.6 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18316 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 9b1efed401..0e7841c51e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -199,7 +199,7 @@ sub template_overlay_biblio_record_entry { my $rec = $e->retrieve_biblio_record_entry($rid); next unless $rec; - unless ($e->allowed('UPDATE_RECORD', $rec->owner, $rec)) { + unless ($e->allowed('UPDATE_RECORD')) { $conn->respond({ record => $rid, success => 'f' }); next; } -- 2.11.0