Re: [Koha] Question on path for custom xsl files (OPAC and Staff client)

2022-11-12 Thread Katrin Fischer
Hi Anke, I think it should work as long as the directory is accessible. Did you adapt the import paths in your XSLT files? If the file was not found, that will give you an error: || Did you see an error in the logs with your custom paths? Hope this helps, Katrin On 10.11.22 16:49, Bruns, An

Re: [Koha] Disabling / hiding the cart in OPAC

2022-11-12 Thread Katrin Fischer
I proposed a small addition to the manual: https://gitlab.com/koha-community/koha-manual/-/merge_requests/602/diffs?commit_id=795eae3e8bd10514cdb6563246fa1731657e1985 Please note that you can file bugs on bugzilla using the "Documentation" component for anything you can't find in the manual, so

Re: [Koha] Question on path for custom xsl files (OPAC and Staff client)

2022-11-12 Thread Tomas Cohen Arazi
I recommend you put those customized XSLT inside the instance home: /var/lib/koha//XSLT That way files won't be touched inadvertently by the packaging system, and they will also be part of regular backups. And you don't need to create your own directory schema, as it already exists. El jue, 3

[Koha] Fine Message

2022-11-12 Thread Gopalakrishna-BMSIT
Hi, when a patron has an Overdue Fine, after checked in, a message will be displayed stating that "Patron has outstanding fines of xx.xx" (in CheckIn Module). However, we want that message (with Yes or No) be displayed before an item is Checked In. How can we do this? *With Regards,* *Gopalakrishn

Re: [Koha] Fine Message

2022-11-12 Thread Vikram Zadgaonkar
You may set accrual fine cron. On Sun, 13 Nov, 2022, 6:50 am Gopalakrishna-BMSIT, wrote: > Hi, when a patron has an Overdue Fine, after checked in, a message will be > displayed stating that "Patron has outstanding fines of xx.xx" (in CheckIn > Module). However, we want that message (with Yes or

Re: [Koha] Fine Message

2022-11-12 Thread David Nind
An option is to enable the system preference FineNotifyAtCheckin. When you check in an item, it adds a message to the screen saying "Patron has outstanding fines of x.xx. Make payment". On Sun, 13 Nov 2022 at 14:32, Vikram Zadgaonkar wrote: > You may set accrual fine cron. > > On Sun, 13 Nov,