https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40656
--- Comment #7 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 185863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185863&action=edit Bug 40656: (follow-up) Always display Status column in bookings table The Status column was previously only visible when filters were applied, making the interface inconsistent and potentially confusing. This change ensures the Status column is always displayed regardless of filter state. Test plan: 1. Navigate to a biblio record with bookings 2. Go to the Bookings tab 3. Verify the Status column is visible in the bookings table 4. Apply filters (Include expired/Include cancelled) 5. Verify the Status column remains visible 6. Remove all filters 7. Confirm the Status column is still visible and shows appropriate status badges (New, Pending, Active, etc.) Signed-off-by: Martin Renvoize <[email protected]> -- 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/
