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

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

Return to bug 6355