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

(-)a/svc/holds (-2 / +1 lines)
Lines 128-134 while ( my $h = $holds_rs->next() ) { Link Here
128
            $h->branchcode()->branchcode() )
128
            $h->branchcode()->branchcode() )
129
        {
129
        {
130
            $hold->{not_transferred}    = 1;
130
            $hold->{not_transferred}    = 1;
131
            $hold->{not_transferred_by} = $h->branchcode()->branchname();
131
            $hold->{not_transferred_by} = $h->item()->holdingbranch()->branchname();
132
        }
132
        }
133
    }
133
    }
134
134
135
- 

Return to bug 13099