Hi devs,

If you are using the koha-misc4dev (in a devbox for instance), you should update it to use the new commit I have just pushed.
It will fix an error caused by bug 19724

In a dev box:
`cd /home/vagrant/misc4dev; git fetch origin; git rebase origin/master`
should do the job

Cheers,
Jonathan