diff --git a/application/views/demande_credit.php b/application/views/demande_credit.php index eb54978e..188a17fb 100755 --- a/application/views/demande_credit.php +++ b/application/views/demande_credit.php @@ -1000,26 +1000,17 @@ 'pageLength', { extend: 'excelHtml5', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5, 6, 7] - } + title: "lang->line('incoming_credits_requests')?>" }, { extend: 'csvHtml5', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5, 6, 7] - } + title: "lang->line('incoming_credits_requests')?>" }, { extend: 'pdfHtml5', orientation: 'landscape', pageSize: 'LEGAL', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5, 6, 7] - } + title: "lang->line('incoming_credits_requests')?>" } ] }); @@ -1035,26 +1026,17 @@ 'pageLength', { extend: 'excelHtml5', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5] - } + title: "lang->line('incoming_credits_requests')?>" }, { extend: 'csvHtml5', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5] - } + title: "lang->line('incoming_credits_requests')?>" }, { extend: 'pdfHtml5', orientation: 'landscape', pageSize: 'LEGAL', - title: "lang->line('incoming_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3, 4, 5] - } + title: "lang->line('incoming_credits_requests')?>" } ] }); @@ -1069,26 +1051,17 @@ 'pageLength', { extend: 'excelHtml5', - title: "lang->line('outgoing_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3] - } + title: "lang->line('outgoing_credits_requests')?>" }, { extend: 'csvHtml5', - title: "lang->line('outgoing_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3] - } + title: "lang->line('outgoing_credits_requests')?>" }, { extend: 'pdfHtml5', orientation: 'landscape', pageSize: 'LEGAL', - title: "lang->line('outgoing_credits_requests')?>", - exportOptions: { - columns: [0, 1, 2, 3] - } + title: "lang->line('outgoing_credits_requests')?>" } ] });