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

Owen Leonard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #195088|0                           |1
        is obsolete|                            |

--- Comment #3 from Owen Leonard <[email protected]> ---
Created attachment 195090
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195090&action=edit
Bug 42052: Do not export useless columns of items table in catalogue details
page

In catalogue details page, staff interface, do not export first column
of items (aka holdings) table.
It contains only checkboxes.
CSV export generates a column wihtout heading which is useless.
Idem for "Spine label" column, should not be exported.

Patch simply add "no-export" class on those column header.

Test plan :
1) Enable systempreference 'SpineLabelShowPrintOnBibDetails'
2) In staff interface go to a biblio record with items
3) Check you see items table with first colum containing checkboxes and
   column containing links to print label
4) Click Export > CSV
5) Check you dont see first empty column nor spine label column

Signed-off-by: Owen Leonard <[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/

Reply via email to