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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 3475-3480 sub GetTransfersFromTo { Link Here
3475
        FROM   branchtransfers
3475
        FROM   branchtransfers
3476
        WHERE  frombranch=?
3476
        WHERE  frombranch=?
3477
          AND  tobranch=?
3477
          AND  tobranch=?
3478
          AND datesent IS NOT NULL
3478
          AND datearrived IS NULL
3479
          AND datearrived IS NULL
3479
    ";
3480
    ";
3480
    my $sth = $dbh->prepare($query);
3481
    my $sth = $dbh->prepare($query);
3481
- 

Return to bug 22569