Summary: | quick slips issuing does not work | ||
---|---|---|---|
Product: | Koha | Reporter: | L. Bareño <leonardobareno> |
Component: | Circulation | Assignee: | Liz Rea <wizzyrea> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, gmcharlt, jonathan.druart, koha.sekjal, kyle.m.hall, paul.poulain, wizzyrea |
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: | |||
Bug Depends on: | |||
Bug Blocks: | 6430 | ||
Attachments: |
Bug 8129 - Quickslips not printing
Bug 8129 - Quickslips not printing [SIGNED OFF] Bug 8129 - Quickslips not printing |
Description
L. Bareño
2012-05-18 21:14:37 UTC
Created attachment 9844 [details] [review] Bug 8129 - Quickslips not printing Implemented from the suggestions attached to the bug. To test: Check out a book to a patron Click print -> quick slip Slip should show only today's checkouts. Created attachment 9848 [details] [review] Bug 8129 - Quickslips not printing Implemented from the suggestions attached to the bug. To test: Check out a book to a patron Click print -> quick slip Slip should show only today's checkouts. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 9849 [details] [review] [SIGNED OFF] Bug 8129 - Quickslips not printing Implemented from the suggestions attached to the bug. To test: Check out a book to a patron Click print -> quick slip Slip should show only today's checkouts. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Handles the date formatting with substrings... not the most general approach, but it works. Less load on the system than using DateTime to cast as a date. Updates variable name from "$today" to "$now", which is more general in our new hourly loan context. I'm in favour. Marking as Passed QA. Bug fix, pushed to 3.8.x will be in 3.8.2 |