View | Details | Raw Unified | Return to bug 14535
Collapse All | Expand All

(-)a/C4/Bookseller.pm (-3 lines)
Lines 70-77 sub GetBooksellersWithLateOrders { Link Here
70
            OR datereceived IS NULL
70
            OR datereceived IS NULL
71
            OR aqorders.quantityreceived < aqorders.quantity
71
            OR aqorders.quantityreceived < aqorders.quantity
72
            )
72
            )
73
            AND aqorders.rrp <> 0
74
            AND aqorders.ecost <> 0
75
            AND aqorders.quantity - COALESCE(aqorders.quantityreceived,0) <> 0
73
            AND aqorders.quantity - COALESCE(aqorders.quantityreceived,0) <> 0
76
            AND aqbasket.closedate IS NOT NULL
74
            AND aqbasket.closedate IS NOT NULL
77
    ";
75
    ";
78
- 

Return to bug 14535