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

(-)a/C4/Acquisition.pm (-2 / +1 lines)
Lines 1470-1476 sub SearchOrders { Link Here
1470
1470
1471
    $query .= q{
1471
    $query .= q{
1472
        AND (quantity > quantityreceived OR quantityreceived is NULL)
1472
        AND (quantity > quantityreceived OR quantityreceived is NULL)
1473
    };
1473
    } if $pending;
1474
1474
1475
    my $userenv = C4::Context->userenv;
1475
    my $userenv = C4::Context->userenv;
1476
    if ( C4::Context->preference("IndependentBranches") ) {
1476
    if ( C4::Context->preference("IndependentBranches") ) {
1477
- 

Return to bug 10723