Summary: | Show patron updated date in circ menu | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Patrons | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, josef.moravec, kyle.m.hall, martin.renvoize, nick, pierre-marc.thibault |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 21755: Show patron updated date in circ menu
Bug 21755: Show patron updated date in circ menu Bug 21755: Show patron updated date in circ menu Bug 21755: Show patron updated date in circ menu |
Description
Fridolin Somers
2018-11-02 08:56:03 UTC
Created attachment 81891 [details] [review] Bug 21755: Show patron updated date in circ menu In borrowers table the column updated_on stores the last updated date and time. Display this in the circ menu. Test plan: 1) Go to a patron details page /cgi-bin/koha/members/moremember.pl 2) Look at left menu, you see "Updated on" and a date and time 3) Edit this patron and save 4) Check that "Updated on" changed 5) Click on each tab of menu to check this date is displayed Created attachment 81922 [details] [review] Bug 21755: Show patron updated date in circ menu In borrowers table the column updated_on stores the last updated date and time. Display this in the circ menu. Test plan: 1) Go to a patron details page /cgi-bin/koha/members/moremember.pl 2) Look at left menu, you see "Updated on" and a date and time 3) Edit this patron and save 4) Check that "Updated on" changed 5) Click on each tab of menu to check this date is displayed Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Created attachment 81926 [details] [review] Bug 21755: Show patron updated date in circ menu In borrowers table the column updated_on stores the last updated date and time. Display this in the circ menu. Test plan: 1) Go to a patron details page /cgi-bin/koha/members/moremember.pl 2) Look at left menu, you see "Updated on" and a date and time 3) Edit this patron and save 4) Check that "Updated on" changed 5) Click on each tab of menu to check this date is displayed Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 81929 [details] [review] Bug 21755: Show patron updated date in circ menu In borrowers table the column updated_on stores the last updated date and time. Display this in the circ menu. Test plan: 1) Go to a patron details page /cgi-bin/koha/members/moremember.pl 2) Look at left menu, you see "Updated on" and a date and time 3) Edit this patron and save 4) Check that "Updated on" changed 5) Click on each tab of menu to check this date is displayed Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Devinim <kohadevinim@devinim.com.tr> Awesome work all! Pushed to master for 18.11 Enhancement, will not be backported to 18.05.x series. |