https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8461

Andrii Nugged <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #19 from Andrii Nugged <[email protected]> ---
Created attachment 167326
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167326&action=edit
svreenshot and diagram of potential bug

Post-production note:

This "not_returned" feature computation logic and:

    [% IF ( riloo.not_returned ) %]
        <span class="problem">Item was not checked in</span>
    [% END %]

Our production servers started to show "Item was not checked in" for items that
had just been checked in (also for manual check-in).

I noticed that this happens on the second load. I.e., when there was a modal,
grayed-out content under modal is shown correctly: there is no "not checked in"
message, but then circ/returns.pl page reloaded, form POST'ed again, and on
next screen, it shows this "not checked in" additional message, on the next
after modal, page.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to