[Koha-patches] [PATCH] Bug 5625 : adding missing title (needed for lateorders.pl)

Chris Cormack chrisc at catalyst.net.nz
Mon Mar 28 03:39:31 CEST 2011


From: Paul POULAIN <paul.poulain at biblibre.com>

---
 C4/Acquisition.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm
index c1b837b..95a0ad5 100644
--- a/C4/Acquisition.pm
+++ b/C4/Acquisition.pm
@@ -1414,7 +1414,7 @@ sub GetLateOrders {
         aqbudgets.budget_name     AS budget,
         borrowers.branchcode      AS branch,
         aqbooksellers.name        AS supplier,
-        biblio.author,
+        biblio.author, biblio.title,
         biblioitems.publishercode AS publisher,
         biblioitems.publicationyear,
     ";
-- 
1.7.1



More information about the Koha-patches mailing list