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

(-)a/tools/cleanborrowers.pl (-2 / +1 lines)
Lines 183-189 sub _get_selection_params { Link Here
183
        dateformat => 'iso',
183
        dateformat => 'iso',
184
        dateonly   => 1
184
        dateonly   => 1
185
    }) if $borrower_dateexpiry;
185
    }) if $borrower_dateexpiry;
186
    $params->{borrower_categorycode} = $borrower_categorycode if $borrower_categorycode;
186
    $params->{category_code} = $borrower_categorycode if $borrower_categorycode;
187
187
188
    return $params;
188
    return $params;
189
};
189
};
190
- 

Return to bug 12727