Also, barccode should be barcode, right?

--Ere

Mark Alexander kirjoitti 18.2.2021 klo 18.52:
Excerpts from library's message of 2021-02-18 10:22:59 -0600:
I tried the perl that Jonathan sent but the Internet did not give good
advise on how to run the perl. Here is what I typed:

When I compare Jonathon's script with yours, I see some typos in yours:

                 holingbranch =>$branchcode,

This should be holdingbranch.

                 barccode    =>"barcode_'.$biblio->biblionumber,

The single quote ' should be a double quote ".

         )-store;

There should be a > after the -, i.e. ->

To run this script, first use this command to set up the proper environment:

    koha-shell INSTANCE

where INSTANCE is your Koha instance name (it appears to be ppa in your case).

Then you can run the script using this:

   perl scriptname.pl


--
Ere Maijala
Kansalliskirjasto / The National Library of Finland
_______________________________________________

Koha mailing list  http://koha-community.org
[email protected]
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to