Bug 17346: Make checkin column hidable

To test:
1) Go to columns_settings.pl --> Circulation --> issues-table and note that you cannot change the settings for checkin.
2) Go to columns_settings.pl --> Patrons --> issues-table and note that you cannot change the settings for checkin.
3) Apply the patch.
4) Go to both tables again and note that you can now change the settings.

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Christopher Brannon 2017-03-10 19:54:05 +00:00 committed by Kyle M Hall
parent 0a0fcd31e0
commit 9098a4d3fa

View file

@ -250,8 +250,6 @@ modules:
cannot_be_modified: 1
-
columnname: checkin
cannot_be_toggled: 1
cannot_be_modified: 1
-
columnname: export
cannot_be_toggled: 1
@ -335,8 +333,6 @@ modules:
cannot_be_modified: 1
-
columnname: checkin
cannot_be_toggled: 1
cannot_be_modified: 1
-
columnname: export
cannot_be_toggled: 1