Summary: | Default branches and overdues notices | ||
---|---|---|---|
Product: | Koha | Reporter: | Nahuel Angelinetti <nahuel.angelinetti> |
Component: | Notices | Assignee: | Ian Walls <koha.sekjal> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, cnighswonger, jwagner, nengard, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9180 | ||
GIT URL: | 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: | 6064 | ||
Attachments: |
bugfix
Simple patch |
Description
Chris Cormack
2010-05-21 01:09:58 UTC
Patch appears to have been approved on 3.0.x. Patch for HEAD? http://lists.koha-community.org/pipermail/koha-patches/2010-June/012102.html This has not been patched in HEAD - I just hit this problem today! Created attachment 2613 [details] [review] Simple patch This patch simply removes a restriction in GetBranchcodesWithOverdueRules to allow default rules to come through. This bug is mentioned in: Fixes bug 3393: Overdue_notices.pl not respecting default notice rules http://lists.koha-community.org/pipermail/koha-patches/2010-November/013058.html nengard@debian:~/kohaclone$ git am -3 -i -u bug3393.patchCommit Body is: -------------------------- Fixes bug 3393: Overdue_notices.pl not respecting default notice rules -------------------------- Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying Fixes bug 3393: Overdue_notices.pl not respecting default notice rules error: patch failed: C4/Overdues.pm:957 error: C4/Overdues.pm: patch does not apply Using index info to reconstruct a base tree... error: patch failed: C4/Overdues.pm:957 error: C4/Overdues.pm: patch does not apply Did you hand edit your patch? It does not apply to blobs recorded in its index. Cannot fall back to three-way merge. Patch failed at 0001. When you have resolved this problem run "git-am -i -3 --resolved". If you would prefer to skip this patch, instead run "git-am -i -3 --skip". nengard@debian:~/kohaclone$ It looks like another patch has fixed this issue; marking as resolved. |