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

(-)a/C4/Acquisition.pm (-1 / +1 lines)
Lines 1434-1439 sub GetLateOrders { Link Here
1434
            OR datereceived IS NULL
1434
            OR datereceived IS NULL
1435
            OR aqorders.quantityreceived < aqorders.quantity
1435
            OR aqorders.quantityreceived < aqorders.quantity
1436
        )
1436
        )
1437
        AND (aqorders.datecancellationprinted IS NULL OR aqorders.datecancellationprinted='0000-00-00')
1437
    ";
1438
    ";
1438
    my $having = "";
1439
    my $having = "";
1439
    if ($dbdriver eq "mysql") {
1440
    if ($dbdriver eq "mysql") {
1440
- 

Return to bug 6355