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

(-)a/C4/Members/Attributes.pm (-2 / +1 lines)
Lines 254-260 sub DeleteBorrowerAttributes { Link Here
254
    $query .= $branch_limit
254
    $query .= $branch_limit
255
        ? q{
255
        ? q{
256
            LEFT JOIN borrower_attribute_types_branches ON bat_code = code
256
            LEFT JOIN borrower_attribute_types_branches ON bat_code = code
257
            WHERE b_branchcode = ? OR b_branchcode IS NULL
257
            WHERE ( b_branchcode = ? OR b_branchcode IS NULL )
258
                AND borrowernumber = ?
258
                AND borrowernumber = ?
259
        }
259
        }
260
        : q{
260
        : q{
261
- 

Return to bug 16504