You need to run it inside koha-shell
El lun., 18 oct. 2021 12:30, Stephen Graham
escribió:
> Actually I just testing this now and cannot get it to work. I'm getting an
> error about not being able to write to the plack-opac-error.log file. I'm
> logged in as the usual koha user, and it's for a n
I think another option would be the Patron Import tool:
...tools/import_borrowers.pl
Cheers,
Cab Vinton, Director
Plaistow Public Library
Plaistow, NH
On Mon, Oct 18, 2021 at 9:43 AM Jonathan Druart
wrote:
>
> Hi Stephen,
>
> You can use
> Koha::Patrons->find(42)->lost(0)->store;
> to set bor
The trick is in the AUTOLOAD of Koha::Object, any attributes (column's
names) will be a getter/setter.
To login as the koha user and set the correct env vars you need to use
the `koha-shell` command.
Le lun. 18 oct. 2021 à 15:18, Stephen Graham a écrit :
>
> Actually I just testing this now and
Actually I just testing this now and cannot get it to work. I'm getting an
error about not being able to write to the plack-opac-error.log file. I'm
logged in as the usual koha user, and it's for a non-web script - never seen
that before. I guess it's not working and it's trying to log the error
Thanks Jonathan. I understand that the find method returns a Patron object, but
don't understand where lost comes from. It's not a method in Patron is it? I
guess it's a shortcut to update any individual database field value?
Stephen
-Original Message-
From: Jonathan Druart
Sent: 18 O
Hi Stephen,
You can use
Koha::Patrons->find(42)->lost(0)->store;
to set borrowers.lost to 0 for patron with borrowernumber=42.
Cheers,
Jonathan
Le lun. 18 oct. 2021 à 12:47, Stephen Graham a écrit :
>
> Sorry if this is a basic question. I’ve searched through the Koha::Patron and
> C4::Membe
Sorry if this is a basic question. I've searched through the Koha::Patron and
C4::Members perldoc and had a quick look through the memberentry.pl code to see
how this handles it, but I can't seem to work out how it done. I want to change
the value of the lost card field to zero. I can see the "l
Thanks for your reply, Kyle!
(And sorry for my delayed answer, your message hit the spam folder!?)
Inline replies below.
Le jeu. 7 oct. 2021 à 13:15, Kyle Hall a écrit :
>>
>> 1. LTS
>> I think it's time to have a Long Term Support release. We noticed that
>> some people are still using very old