Summary: | Last updated date does not appear on currency edit form | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, gmcharlt, jonathan.druart, melia, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8907 - Last updated date does not appear on currency edit form
[Signed off] Bug 8907 - Last updated date does not appear on currency edit form |
Description
Owen Leonard
2012-10-11 19:57:26 UTC
Created attachment 12776 [details] [review] Bug 8907 - Last updated date does not appear on currency edit form No value for $date was getting passed to the format_date function. This patch changes the way the timestamp is passed. Created attachment 12777 [details] [review] [Signed off] Bug 8907 - Last updated date does not appear on currency edit form Before applying the patch, I clicked on edit beside one of the currencies, and I could not see the last update date. After applying the patch, I clicked on edit currency, and the last update date appears. I made changes to two currencies (changed the rate and made one inactive) and checked that the last update date was correct. This patch works, so I'm signing off. QA Comment: Litlle patch, works as expected. Marked as Passed QA. Patch pushed to master Pushed to 3.8.x will be in 3.8.7 |