Bug 28859: Fix missing column setting
This commit adds the missing checked_out_by column to columns_settings.yaml Test plan: - Follow the test plans in the bug description and note that the symptoms are no longer seen Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
712be5b41f
commit
a8a7ce3717
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ modules:
|
|||
cannot_be_modified: 1
|
||||
-
|
||||
columnname: checked_out_from
|
||||
-
|
||||
columnname: checked_out_by
|
||||
-
|
||||
columnname: renewed
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue