Re: [Koha-devel] [Koha] [koha] Edited barcodes not saving

2019-11-22 Thread Michael Hafen
It seems like Koha is trying to set homebranch to 'THK | THK' because the homebranch field is duplicated in the html form. That will fail the foreign key check. The fix for that is probably to verify the value for homebranch in the database for that itemnumber, and if that doesn't looks right the

Re: [Koha-devel] [Koha] [koha] Edited barcodes not saving

2019-11-22 Thread Jonathan Druart
Or, better: `koha-zebra --status $INSTANCE` Le mer. 20 nov. 2019 à 20:33, Alvaro Cornejo a écrit : > > Hi > > Have you checked if zebra is running? > > use: > > ps -ef | grep zebra > > It should give you 4 results. > > Regards, > > Alvaro > > > > |

[Koha-devel] Minor koha-testing-docker behavior change

2019-11-22 Thread Tomas Cohen Arazi
Hi all, this is a gentle warning for koha-testing-docker users. Since the very beginning the README.md clearly stated the need to do: $ cp env/defaults.env .env as part of the setup process. That .env file is where your changes to the defaults should be placed. But it wasn't using that file at al