Summary: | Cannot close budgets | ||
---|---|---|---|
Product: | Koha | Reporter: | Florian <florian.bontemps> |
Component: | Acquisitions | Assignee: | Florian <florian.bontemps> |
Status: | CLOSED FIXED | QA Contact: | Joonas Kylmälä <joonas.kylmala> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, joonas.kylmala, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.11.00
|
|
Circulation function: | |||
Bug Depends on: | 17600 | ||
Bug Blocks: | |||
Attachments: |
Bug 29429: Cannot close budgets
Bug 29429: Cannot close budgets |
Description
Florian
2021-11-05 16:28:02 UTC
Created attachment 127399 [details] [review] Bug 29429: Cannot close budgets Adds GetBudgetHierarchy to the functions called by C4::Budgets Plan : 1. Create a budget with a random amount, save it. 2. Try to close the budget. 3. You should get an Error Trace. 4. Apply the patch 5. Close the budget again 6. It should work. Created attachment 127408 [details] [review] Bug 29429: Cannot close budgets Adds GetBudgetHierarchy to the functions called by C4::Budgets Plan : 1. Create a budget with a random amount, save it. 2. Try to close the budget. 3. You should get an Error Trace. 4. Apply the patch 5. Close the budget again 6. It should work. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Very trivial fix to the issue caused by bug 17600, moving to PQA directly. Florian, please have a look at this wiki page https://wiki.koha-community.org/wiki/Commit_messages The commit message is often different from the bug title. Your commit message must describe what your patch does, when the bug report title is describing the problem. (In reply to Jonathan Druart from comment #4) > Florian, please have a look at this wiki page > https://wiki.koha-community.org/wiki/Commit_messages > The commit message is often different from the bug title. Your commit > message must describe what your patch does, when the bug report title is > describing the problem. Ah, thank you Jonathan. Very new to Koha and Bugzilla here, I'll work on my mistakes! :D Pushed to master for 21.11, thanks to everybody involved! Congratulations, Florian, for your first patch pushed! :) |