Bug 29820: Set paging option using boolean instead of string
authorOwen Leonard <oleonard@myacpl.org>
Fri, 7 Jan 2022 19:34:21 +0000 (19:34 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Mon, 7 Feb 2022 11:32:59 +0000 (06:32 -0500)
commit33ac9507d9bbd9f7d5ded20e823e4f7fc1146907
tree1ce59730ab4ca82510bfc80bd75e84dd0ae31570
parent4f59dc8fb9026135c5ba9a09dc05af0752e570d2
Bug 29820: Set paging option using boolean instead of string

Bug 28450, "Make Account summary print tables configurable," added
DataTables to the print summary view. The updated page includes the
wrong option:

"paging": "false",

It should be:

"paging": false,

Because DataTables expects that option to be boolean (true or false).

To test, apply the patch and check out to a patron who has more than 20
checkouts and more than 20 holds.

 - From the toolbar, click Print -> Print summary.
 - On the acount summary page, confirm that the "Items checked out" and
   "Pending holds" tables show ALL entries, not just the first 20.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt