Bug 27661: (QA follow-up) Capitalization
[koha-ffzg.git] / acqui / ordered.pl
index 20be8a0..7f17310 100755 (executable)
@@ -71,8 +71,7 @@ LEFT JOIN aqbooksellers ON
     aqbasket.booksellerid = aqbooksellers.id
 WHERE
     budget_id=? AND
-    (datecancellationprinted IS NULL OR
-        datecancellationprinted='0000-00-00') AND
+    datecancellationprinted IS NULL AND
     (quantity > quantityreceived OR quantityreceived IS NULL)
     GROUP BY aqorders.biblionumber, aqorders.basketno, aqorders.ordernumber,
              tleft,