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

mathieu saby <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|[email protected] |[email protected]
                   |ity.org                     |r

--- Comment #1 from mathieu saby <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to