From ab8f3e6dd06f1ddada704d00119d636be2842606 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 --- acqui/ordered.pl | 2 +- acqui/spent.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acqui/ordered.pl b/acqui/ordered.pl index 1ecf813444..ebf89e86d0 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 5d02f618fb..7a9454343d 100755 --- a/acqui/spent.pl +++ b/acqui/spent.pl @@ -93,7 +93,7 @@ WHERE aqorders.invoiceid, aqinvoices.invoicenumber, quantityreceived, - unitprice, + unitprice_tax_included, datereceived, aqbooksellers.name -- 2.11.0