Summary: | issuingbranch isn't used | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Database | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P3 | CC: | bgkriegel, jonathan.druart, oleonard, tomascohen, wizzyrea |
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: |
Bug 2806: Remove issuingbranch columns
[SIGNED-OFF] Bug 2806: Remove issuingbranch columns [PASSED QA] Bug 2806: Remove issuingbranch columns |
Description
Chris Cormack
2010-05-21 00:56:38 UTC
Owen is correct, the issuingbranch is being recorded as the holding branch (items.branchcode). Which still leaves the question, populate issuingbranch or just depend on items.branchcode and remove issuingbranch? (In reply to Liz Rea from comment #1) > Which still leaves the question, populate issuingbranch or just depend on > items.branchcode and remove issuingbranch? Since items.branchcode is updated with the branchcode of the issuing branch, and then issues.branchcode is updated with the same value, what is the point of having a second field, issues.issuingbranch? Created attachment 36124 [details] [review] Bug 2806: Remove issuingbranch columns This column is not in used in the Koha code and could be removed. Test plan: Verify the branch is correctly displayed on the circulation history (members/readingrec.pl) and that both reports Most-cisulated items (cat_issues_top.pl) and Avg checkout (issues_avg_stats.pl) work as before. Created attachment 36499 [details] [review] [SIGNED-OFF] Bug 2806: Remove issuingbranch columns This column is not in used in the Koha code and could be removed. Test plan: Verify the branch is correctly displayed on the circulation history (members/readingrec.pl) and that both reports Most-cisulated items (cat_issues_top.pl) and Avg checkout (issues_avg_stats.pl) work as before. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> No problems found. Fixed wrong table name on updatedatabase.pl and a tab char. Created attachment 36559 [details] [review] [PASSED QA] Bug 2806: Remove issuingbranch columns This column is not in used in the Koha code and could be removed. Test plan: Verify the branch is correctly displayed on the circulation history (members/readingrec.pl) and that both reports Most-cisulated items (cat_issues_top.pl) and Avg checkout (issues_avg_stats.pl) work as before. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> No problems found. Fixed wrong table name on updatedatabase.pl and a tab char. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Passes tests and QA script. Checked issues and returns are still working correctly. There is no mention of issuingbranch in the codebase. Patch pushed to master. Thanks Jonathan! |