X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cataloguing%2Fmoveitem.pl;h=24414cca38049703eac6eb5c152fd5320fd169c2;hb=b5ac4a852f9b536649f9c40d0b7cdb02ce5e9773;hp=b1542e36f1ee4d0e4153e1c9507bdb9ab9a6a5c4;hpb=5c42b6512e7ee74811f6d78eaf0c1d5ed55f9d8a;p=koha.git diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl index b1542e36f1..24414cca38 100755 --- a/cataloguing/moveitem.pl +++ b/cataloguing/moveitem.pl @@ -19,8 +19,9 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use CGI; use strict; +#use warnings; FIXME - Bug 2505 +use CGI; use C4::Auth; use C4::Output; use C4::Biblio; @@ -47,7 +48,7 @@ my ($template, $loggedinuser, $cookie) query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => {editcatalogue => 'edit_catalogue'}, + flagsrequired => { editcatalogue => 'edit_items' }, debug => 1, });