[Koha-patches] [PATCH] Bug-2170: Adding-edititems-user-permission

Mason James mason.loves.sushi at gmail.com
Wed May 28 15:09:13 CEST 2008


On 2008/05/28, at 9:41 AM, Joe Atzberger wrote:

> Mason --
>
> In additem.pl, I think where you now have:
>
>    flagsrequired => {editcatalogue => 1},
> + flagsrequired => {edititems => 1},
>
> It should be:
>
>    flagsrequired => {editcatalogue => 1,
>                              edititems => 1},
>
> --joe


heya Joe

FYI: its sposed to be a..

  -                 flagsrequired => {editcatalogue => 1},
+                 flagsrequired => {edititems => 1},

ive sent the fix-patch in, and thanks again.

Mason



More information about the Koha-patches mailing list