Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Marcel de Rooy abdf2319cd Bug 16966: [QA Follow-up] Check count, not size in template
The method size is not covered by tests at koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt line 163.
The method size is not covered by tests at koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt line 183.

Script cleanborrowers passes patrons_to_delete and patrons_to_anonymize to
the template. One is an array ref where we should use 'size', the other is a
Koha::Patrons object where we should use 'count'.
If we don't, we will not anonymize a lot of records ;)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-03-03 17:20:05 +00:00
..
automatic_item_modification_by_age.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
batch_delete_records.tt
batch_record_modification.tt Bug 16239 [CSS Follow-up] Upgrade Bootstrap in the staff client 2017-01-13 14:41:23 +00:00
batchMod-del.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
batchMod-edit.tt Bug 18095: Batch item modification: Better message if no item is modified 2017-02-14 14:31:44 +00:00
batchMod.tt
cleanborrowers.tt Bug 16966: [QA Follow-up] Check count, not size in template 2017-03-03 17:20:05 +00:00
csv-profiles.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
export.tt Bug 18087: Handle invalid filetypes 2017-03-03 17:07:39 +00:00
holidays.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
import_borrowers.tt
inventory.tt Bug 18099 - Put call number in its own column on inventory screen 2017-02-17 17:09:22 +00:00
koha-news.tt Bug 17960: Rename opac_news.new with opac_news.content 2017-02-06 17:42:12 +00:00
letter.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
manage-marc-import.tt Bug 18063: Remove dead code from tools/manage-marc-import.tt 2017-02-17 15:47:31 +00:00
marc_modification_templates.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
modborrowers.tt Bug 11932: Move delete checkbox on patron modification to right 2017-02-17 17:11:59 +00:00
overduerules.tt
picture-upload.tt
quotes-upload.tt
quotes.tt
scheduler.tt
showdiffmarc.tt
stage-marc-import.tt Bug 16239: Update templates 2017-01-13 14:41:22 +00:00
tools-home.tt Revert "Bug 12461 - Add patron clubs feature" 2017-02-26 20:41:27 -05:00
upload-images.tt Bug 18040: Updating buttons in Tools -> Upload local cover image 2017-02-17 15:46:39 +00:00
upload.tt Bug 14854: Add DataTables on upload results table 2017-02-17 11:36:06 +00:00
viewlog.tt