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

(-)a/members/memberentry.pl (-2 / +1 lines)
Lines 604-610 if (C4::Context->userenv && C4::Context->userenv->{'branch'}) { Link Here
604
    $userbranch = C4::Context->userenv->{'branch'};
604
    $userbranch = C4::Context->userenv->{'branch'};
605
}
605
}
606
606
607
if (defined ($data{'branchcode'}) and ( $op eq 'modify' || ( $op eq 'add' && $category_type eq 'C' ) )) {
607
if (defined ($data{'branchcode'}) and ( $op eq 'modify' || $op eq 'duplicate' || ( $op eq 'add' && $category_type eq 'C' ) )) {
608
    $userbranch = $data{'branchcode'};
608
    $userbranch = $data{'branchcode'};
609
}
609
}
610
610
611
- 

Return to bug 7237