partial fix for bug 1417
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 20 Mar 2008 22:32:14 +0000 (17:32 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 22 Mar 2008 02:45:20 +0000 (21:45 -0500)
commit2ccb5471188aae2f3ade7096d155b3d8f474113a
treee643dc2f145197c789f79aabdc264ebad63433ef
parentc445e449c30b75097dfdaa783d3b5b22a509d577
partial fix for bug 1417

The Notes field should now be displayed correctly
when editing an order - the query in GetOrder
was modified to have aqorder's notes column
appear last, which means that it is the one
selected for the data hash (instead of biblio.notes
or biblioitems.notes).

This is an ugly fix - GetOrder needs to be
refactored so that it doesn't depend on
selecting all columns from several different
tables.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Acquisition.pm