Summary: | adding date published to catalogue detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Hall <chrish> |
Component: | Staff interface | Assignee: | Chris Hall <chrish> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chrish, gmcharlt, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
adding date published to catalogue detail page
bug 10356 adding date published to catalogue detail page, renaming date to date arrived bug 10356 adding date published to catalogue detail page, renaming date to date arrived |
Description
Chris Hall
2013-05-27 23:07:18 UTC
Created attachment 18418 [details] [review] adding date published to catalogue detail page To test: visit the catalogue detail page for a serial item and check: there is a column 'date published' that corresponds to the published date the 'data' column is no longer present there is a 'date arrived' column that corresponds to the arrival date Created attachment 18995 [details] [review] bug 10356 adding date published to catalogue detail page, renaming date to date arrived Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> QA comment: Add a new column (published date) for tables on the subscriptions tab (biblio detail page). The patch fixes the ambiguous value "Date". The patch introduces wrong capitalization, my qa patch will fix that. Not blocker: it would be better to use the KohaDates plugin. Marked as Passed QA. Created attachment 19008 [details] [review] bug 10356 adding date published to catalogue detail page, renaming date to date arrived Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Amended patch: Fix wrong capitalization on th Pushed to master. Thanks, Chris! This patch has been pushed to 3.12.x, will be in 3.12.3. Thanks Chris! |