|
Lines 225-231
Link Here
|
| 225 |
|
225 |
|
| 226 |
KohaTable("print-summary-checkouts", { |
226 |
KohaTable("print-summary-checkouts", { |
| 227 |
"dom": "Bt", |
227 |
"dom": "Bt", |
| 228 |
"paging": "false", |
228 |
"paging": false, |
| 229 |
initComplete: function( settings) { |
229 |
initComplete: function( settings) { |
| 230 |
moveColumnsButton( settings.nTable.id ); |
230 |
moveColumnsButton( settings.nTable.id ); |
| 231 |
} |
231 |
} |
|
Lines 233-239
Link Here
|
| 233 |
|
233 |
|
| 234 |
KohaTable("print-summary-holds", { |
234 |
KohaTable("print-summary-holds", { |
| 235 |
"dom": "Bt", |
235 |
"dom": "Bt", |
| 236 |
"paging": "false", |
236 |
"paging": false, |
| 237 |
initComplete: function( settings) { |
237 |
initComplete: function( settings) { |
| 238 |
moveColumnsButton( settings.nTable.id ); |
238 |
moveColumnsButton( settings.nTable.id ); |
| 239 |
} |
239 |
} |
|
Lines 241-247
Link Here
|
| 241 |
|
241 |
|
| 242 |
KohaTable("print-summary-fines", { |
242 |
KohaTable("print-summary-fines", { |
| 243 |
"dom": "Bt", |
243 |
"dom": "Bt", |
| 244 |
"paging": "false", |
244 |
"paging": false, |
| 245 |
initComplete: function( settings) { |
245 |
initComplete: function( settings) { |
| 246 |
moveColumnsButton( settings.nTable.id ); |
246 |
moveColumnsButton( settings.nTable.id ); |
| 247 |
} |
247 |
} |
| 248 |
- |
|
|