Summary: | Acq Note does not appear when receiving an order | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Acquisitions | Assignee: | Mathieu Saby <mathsabypro> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | cbrannon, jonathan.druart, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 10928 - Make orders note visible when receiving an order |
Description
Mathieu Saby
2013-09-21 08:51:56 UTC
Created attachment 22861 [details] [review] Bug 10928 - Make orders note visible when receiving an order notes field is used in biblio table as well as in aqorders table, so results are messed up. The SQL query in C4:Acquisitions:SearchOrders must be changed. This is also the case for timestamp field. This patch change C4:Acquisitions:SearchOrders: - biblio.* is replaced with all fields of biblio table - except for notes, returned as biblionotes and tilmestamp as bibliotimestamp Further improvements could be made later (as suppressing useless biblio.fields from the query). To test : create an order with an order note receive this order, and check the order note is visible in the textarea dedicated to that purpose Nicole, I see you add yourself to this bug. I made a little patch for it. Mathieu Mathieu, It could just be that I am not familiar enough with Acquisitions, but I don't see the problem. When receiving an order, I can see the order note without the patch. Can you be more specific as to what version of Koha you are using, and what screen it is missing from? Thanks. Christopher (In reply to Christopher Brannon from comment #3) > Mathieu, > It could just be that I am not familiar enough with Acquisitions, but I > don't see the problem. When receiving an order, I can see the order note > without the patch. Can you be more specific as to what version of Koha you > are using, and what screen it is missing from? > > Thanks. > > Christopher Hello Maybe it has been fix by an other bug. I can check it now, so I set it in discussion for the moment. Mathieu We have aqorders.order_vendornote which is displayed on receiving. |