https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313 --- Comment #23 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- Tomás, I attached a few important fixes here that fix the availability status shown in the opac-detail.pl page, could you push them directly from here to master after reviewing and making sure they look alright? However, there is one more bug that needs to be solved: item.on_order. The order info is not shown yet, and it has a quite complex implementation in opac-detail.pl and I'm afraid if it was to be implemented on the template side it will cause unneeded SQL queries to be made and slow down the opac-detail.pl page load time. I don't have time to work on it today, could someone else look into this? I went through item-status.inc file and the missing ordering info should be the only thing left to fix (after applying my patches attached to this bug report). -- You are receiving this mail because: You are watching all bug changes.