Bug 27649

Summary: Date acquired missing from checkins table column configuration
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: lucas
Version: Main   
Hardware: All   
OS: All   
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:

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