Bug 27649 - Date acquired missing from checkins table column configuration
Summary: Date acquired missing from checkins table column configuration
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-07 12:00 UTC by Katrin Fischer
Modified: 2021-12-13 21:10 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
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 Katrin Fischer 2021-02-07 12:00:53 UTC
There is no option to hide the date acquired in the checkins table.
Comment 1 Lucas Gass (lukeg) 2021-02-09 00:24:17 UTC
In columns_settings.yml it is called 'dateaccessioned' and is hidden by default. That is wrong? Shouldn't it be called 'dateaquired' to match what we see in the table? Also should it not be hidden by default?


columnname: dateaccessioned
is_hidden: 1
Comment 2 Katrin Fischer 2021-02-09 10:59:46 UTC
Hi Lucas, i have to re-check- but it was displaying and I wanted to hide it - and the control for that was not there.
Comment 3 Owen Leonard 2021-02-26 15:30:58 UTC
This works for me