Bug 38403

Summary: It should be possible to determine a column for display on the details page even if no data is present
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2024-11-07 21:32:52 UTC
Some libraries use the barcode column, or other columns as an indicator of the status of an ordered item.

Since the move to the API the details table hides all empty columns, so if no records have a barcode, the column is missing.

Rather than relying on a lack of display, the library would like to see the column to know it is empty.

It should be possible to set a column as 'always displayed'