Summary: | SIP doesn't handle debarred date/status correctly | ||
---|---|---|---|
Product: | Koha | Reporter: | Adrien SAURAT <adrien.saurat> |
Component: | SIP2 | Assignee: | Adrien SAURAT <adrien.saurat> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, colin.campbell, elliott, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
proposed patch
Bug 9343: handles the new format of Debarred Bug 9343: handles the new format of Debarred Bug 9343: handles the new format of Debarred [3.10.x] |
Description
Adrien SAURAT
2013-01-03 16:07:23 UTC
Created attachment 14397 [details] [review] proposed patch Just after the modified line, a warn raised by $debug can show the changes. Created attachment 14711 [details] [review] Bug 9343: handles the new format of Debarred The debarred status in DB switched from a boolean to a date. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 14718 [details] [review] Bug 9343: handles the new format of Debarred The debarred status in DB switched from a boolean to a date. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Elliott Davis <elliott@bywatersolions.com> Correctly pulls debared flag instead of debarment date. This patch has been pushed to master. Does not apply to 3.10.x please rebase if you will it to be that branch. Created attachment 15000 [details] [review] Bug 9343: handles the new format of Debarred [3.10.x] The debarred status in DB switched from a boolean to a date. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Elliott Davis <elliott@bywatersolions.com> Correctly pulls debared flag instead of debarment date. Pushed to 3.10.x will be in 3.10.3 |