From 18f9c3eb514f5733c55d92b16bd0f38d29161290 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 25 Mar 2019 12:58:39 +0000 Subject: [PATCH] Bug 21622: (RM follow-up) adjust for changes from bug 21282 Signed-off-by: Nick Clemens --- acqui/ordered.pl | 2 +- acqui/spent.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acqui/ordered.pl b/acqui/ordered.pl index 3eb0519c65..09fd607eba 100755 --- a/acqui/ordered.pl +++ b/acqui/ordered.pl @@ -77,7 +77,7 @@ WHERE (quantity > quantityreceived OR quantityreceived IS NULL) GROUP BY aqorders.biblionumber, aqorders.basketno, aqorders.ordernumber, tleft, - ecost, budgetdate, entrydate, + ecost_tax_included, budgetdate, entrydate, aqbasket.booksellerid, aqbooksellers.name, itype, diff --git a/acqui/spent.pl b/acqui/spent.pl index 80d93617e2..75b495b78d 100755 --- a/acqui/spent.pl +++ b/acqui/spent.pl @@ -86,14 +86,14 @@ WHERE datereceived IS NOT NULL GROUP BY aqorders.biblionumber, aqorders.basketno, aqorders.ordernumber, tleft, - ecost, budgetdate, entrydate, + budgetdate, entrydate, aqbasket.booksellerid, itype, title, aqorders.invoiceid, aqinvoices.invoicenumber, quantityreceived, - unitprice, + unitprice_tax_included, datereceived, aqbooksellers.name -- 2.39.2