Bug 15431

Summary: svc/checkouts dies due to undefined variable (13024 merge problem)
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: f.demians, gmcharlt, julian.maurice, katrin.fischer, kyle.m.hall, mtj, sophie.meynieux, ztajoli
Version: 3.20   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This bug appears only in 3.20.7 version and is very visible and disturbing. It has been discussed on Koha mailing list: after a package upgrade, the check-out screen doesn't display anymore the checkout items table.
Version(s) released in:
Bug Depends on: 13024    
Bug Blocks:    
Attachments: Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)
Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)
[PASSED QA] Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)

Description Tomás Cohen Arazi 2015-12-28 13:58:56 UTC
When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the old way to fetch itemtype descriptions with the newer (3.22+).

To reproduce:
- Perform a checkout on a patron
- Check so all checkouts are shown immediately
=> FAIL: It keeps loading forever. The logs show the svc/checkouts script died
Comment 1 Tomás Cohen Arazi 2015-12-28 14:02:55 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2015-12-28 20:38:31 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2015-12-28 20:55:40 UTC
Created attachment 46013 [details] [review]
[PASSED QA] Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)

When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the
old way to fetch itemtype descriptions with the newer (3.22+).

To test:
- Perform a checkout on a patron
- Check so all checkouts are shown immediately
=> FAIL: It keeps loading forever. The logs show the svc/checkouts script died
- Apply the patch
- Reload page
=> SUCCESS: It loads the circ information correctly
- Sign off :-D

Regards

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Frédéric Demians 2015-12-29 09:32:50 UTC
Pushed to 3.20.x
Comment 5 Katrin Fischer 2016-01-15 07:10:25 UTC
Hi Frederic, it looks like the text of the new release notes field might been cut off?
Comment 6 Frédéric Demians 2016-01-15 10:39:02 UTC
> Hi Frederic, it looks like the text of the new release notes field might
> been cut off?

Yes. Chris is investigating...
Comment 7 Sophie MEYNIEUX 2016-02-01 15:34:22 UTC
It seems to have the same pb on Hold(s) tab
Comment 8 Frédéric Demians 2016-02-01 16:03:09 UTC
(In reply to Sophie MEYNIEUX from comment #7)
> It seems to have the same pb on Hold(s) tab

Which version? Is it solved on 3.20.8?
Comment 9 Sophie MEYNIEUX 2016-02-02 09:24:11 UTC
In 3.20.7
Comment 10 Frédéric Demians 2016-02-02 10:18:56 UTC
(In reply to Sophie MEYNIEUX from comment #9)
> In 3.20.7

Try upgrading to 3.20.8, and confirm it solves the issue.