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

(-)a/t/db_dependent/Koha/Patrons.t (-2 / +1 lines)
Lines 267-273 subtest 'renew_account' => sub { Link Here
267
                value  => {
267
                value  => {
268
                    dateexpiry   => $a_month_ago,
268
                    dateexpiry   => $a_month_ago,
269
                    categorycode => $patron_category->{categorycode},
269
                    categorycode => $patron_category->{categorycode},
270
                    date_renewed => undef, # Force builder to not popular the column for new patron
270
                    date_renewed => undef, # Force builder to not populate the column for new patron
271
                }
271
                }
272
            }
272
            }
273
        );
273
        );
274
- 

Return to bug 6758