+ Bug fixed when reporting credits requests
This commit is contained in:
parent
d61422b016
commit
80116d0bc3
|
@ -1000,26 +1000,17 @@
|
|||
'pageLength',
|
||||
{
|
||||
extend: 'excelHtml5',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'csvHtml5',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'pdfHtml5',
|
||||
orientation: 'landscape',
|
||||
pageSize: 'LEGAL',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
@ -1035,26 +1026,17 @@
|
|||
'pageLength',
|
||||
{
|
||||
extend: 'excelHtml5',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'csvHtml5',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'pdfHtml5',
|
||||
orientation: 'landscape',
|
||||
pageSize: 'LEGAL',
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
title: "<?=$this->lang->line('incoming_credits_requests')?>"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
@ -1069,26 +1051,17 @@
|
|||
'pageLength',
|
||||
{
|
||||
extend: 'excelHtml5',
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3]
|
||||
}
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'csvHtml5',
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3]
|
||||
}
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>"
|
||||
},
|
||||
{
|
||||
extend: 'pdfHtml5',
|
||||
orientation: 'landscape',
|
||||
pageSize: 'LEGAL',
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>",
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3]
|
||||
}
|
||||
title: "<?=$this->lang->line('outgoing_credits_requests')?>"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue