[Bug 10928] New: Acq Note does not appear when receiving an order
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 Bug ID: 10928 Summary: Acq Note does not appear when receiving an order Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: mathieu.saby@univ-rennes2.fr QA Contact: testopia@bugs.koha-community.org The textarea for note is blank when receving a parcel. Probably because "notes" column exist in biblio and in aqorders and the sub SearchOrder is just doing "SELECT *" M. Saby -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs@lists.koha-commun |mathieu.saby@univ-rennes2.f |ity.org |r --- Comment #1 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Created attachment 22861 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22861&action=edit 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 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 --- Comment #2 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Nicole, I see you add yourself to this bug. I made a little patch for it. Mathieu -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #3 from Christopher Brannon <cbrannon@cdalibrary.org> --- 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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 --- Comment #4 from mathieu saby <mathsabypro@gmail.com> --- (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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 mathieu saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Resolution|--- |FIXED Status|In Discussion |RESOLVED --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- We have aqorders.order_vendornote which is displayed on receiving. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org