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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 3376-3381 sub GetTransfersFromTo { Link Here
3376
        FROM   branchtransfers
3376
        FROM   branchtransfers
3377
        WHERE  frombranch=?
3377
        WHERE  frombranch=?
3378
          AND  tobranch=?
3378
          AND  tobranch=?
3379
          AND datesent IS NOT NULL
3379
          AND datearrived IS NULL
3380
          AND datearrived IS NULL
3380
    ";
3381
    ";
3381
    my $sth = $dbh->prepare($query);
3382
    my $sth = $dbh->prepare($query);
3382
- 

Return to bug 22569