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

Nick Clemens (kidclamp) <[email protected]> changed:

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

--- Comment #6 from Nick Clemens (kidclamp) <[email protected]> ---
This fixes the file, and works if the settings have never been saved, however,
if the installation has settings in the DB then thye will need to update the
settings to hide the columns, unfortunately, they may be marked as "cannot be
toggled" and can't be corrected in the interface

Should we have a DB update?

UPDATE columns_settings SET is_hidden=1 WHERE module='acqui' AND
page='acq_acqui-home' AND columnname IN
('active','budget_period_descriptions');

-- 
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