Bug 39933 - acqui/basket.tt does not deal with col visibility correctly
Summary: acqui/basket.tt does not deal with col visibility correctly
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: 24.11
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-19 08:00 UTC by Jonathan Druart
Modified: 2025-05-19 08:01 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-05-19 08:00:41 UTC
See the FIXME:

> >             [% IF !(Koha.Preference('EDIFACT') && ediaccount) %]
> >                 // FIXME This cannot work correctly without
> > bKohaColumnsUseNames
> >                 table_settings['columns'].splice(18, 1);
> >             [% END %]
>