Created attachment 75692 [details] Internal server error Internal Server Error when clicking on "Details" button. See file attached.
Hi Claudio, I just tried this on master and didn't get an error. Does it happen for all your fine entries? Can you get to the logs on your system by chance to see the exact error message?
You should also see a more meaningful error in the log file.
Katrin, Jonathan I cannot identify a more meaningful message in the log files. See a new attached PDF with further samples.
Created attachment 75738 [details] Further samples
You should have something in the log file, please double-check :)
I'm so sorry Jonathan, I have not expressed myself correctly. I checked the log files out but did not identify any meaningful message about this issue. I have checked all log files in /var/log/koha/INSTANCE.
Created attachment 75742 [details] [review] Bug 20840: (bug 2696 follow-up) Fix biblio info fetch There is no accountlines.biblionumber field, if the account line is linked to an item, accountline-details.pl will explode with: Template process failed: undef error - The method biblionumber is not covered by tests! Test plan: Create a fine for a given item Pay the fine View the detail of the account line => Without this patch you get a software error => With this patch applied you will see the biblio's title
Created attachment 75743 [details] [review] Bug 20840: (bug 2696 follow-up) Fix biblio info fetch There is no accountlines.biblionumber field, if the account line is linked to an item, accountline-details.pl will explode with: Template process failed: undef error - The method biblionumber is not covered by tests! Test plan: Create a fine for a given item Pay the fine View the detail of the account line => Without this patch you get a software error => With this patch applied you will see the biblio's title Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Jonathan, finally it works for me!
Created attachment 75744 [details] [review] Bug 20840: (bug 2696 follow-up) Fix biblio info fetch There is no accountlines.biblionumber field, if the account line is linked to an item, accountline-details.pl will explode with: Template process failed: undef error - The method biblionumber is not covered by tests! Test plan: Create a fine for a given item Pay the fine View the detail of the account line => Without this patch you get a software error => With this patch applied you will see the biblio's title Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 18.11, awesome work everybody!
This patch has been pushed to 18.05.x and will be in 18.05.01
Depends on 2696 not in 17.11.x