Bug 20912: (QA follow-up) Rebase error corrections
[koha.git] / C4 / Bookseller.pm
index eaf486a..dff325e 100644 (file)
@@ -70,8 +70,6 @@ sub GetBooksellersWithLateOrders {
             OR datereceived IS NULL
             OR aqorders.quantityreceived < aqorders.quantity
             )
-            AND aqorders.rrp <> 0
-            AND aqorders.ecost <> 0
             AND aqorders.quantity - COALESCE(aqorders.quantityreceived,0) <> 0
             AND aqbasket.closedate IS NOT NULL
     ";