https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39779 --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 181871 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181871&action=edit Bug 39779: (QA follow-up) Undo revert and instead call .api() This patch leaves Laura's patch intact for the record, but effectively reverts it's reversion of bug 38255 in which all ajax DataTables were converted to a standard kohaTable instantiation structure. We need a DataTable() api in subsequent uses of the table and not the jQuery object that kohaTable returns so I update all calls to saleDataTable to sale_kohaTable.api() which returns us the DataTable() api instance from the dataTable jQuery object. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.