Summary: | Error 500 when loading pending orders table for receiving on parcel.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Emily Lamancusa (emlam) <emily.lamancusa> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED INVALID | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | m.de.rooy |
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: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 36192 |
Description
Emily Lamancusa (emlam)
2024-04-17 16:49:43 UTC
Hi Emily, I tried to reproduce on current master in my dev env but couldnt. Could you check your logs and provide more details on this crash? I can't reproduce now either. Must have been something in my dev environment. Sorry about that! Next time you see this: checked if your order line is linked to an item without item type - we have seen it a lot in that context. (In reply to Emily Lamancusa from comment #2) > I can't reproduce now either. Must have been something in my dev > environment. Sorry about that! (In reply to Katrin Fischer from comment #3) > Next time you see this: checked if your order line is linked to an item > without item type - we have seen it a lot in that context. We found the culprit on 36018. Not trivial: a ambiguous quantity column when the REST API adds a related table based on an embed. |