[Koha-bugs] [Bug 10928] Acq Note does not appear when receiving an order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 11 22:27:43 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10928

mathieu saby <mathieu.saby at univ-rennes2.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |mathieu.saby at univ-rennes2.f
                   |ity.org                     |r

--- Comment #1 from mathieu saby <mathieu.saby at 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.


More information about the Koha-bugs mailing list