heama
This commit is contained in:
parent
7988a04e03
commit
0140b669b2
@ -254,6 +254,7 @@
|
||||
|
||||
<?php include('includes/footer.php'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@ -336,7 +337,7 @@
|
||||
//// className: "btn-light"
|
||||
//// }
|
||||
// ],
|
||||
scrollX: !0,
|
||||
scrollX: !0,
|
||||
language: {
|
||||
paginate: {
|
||||
previous: "<i class='mdi mdi-chevron-left'>",
|
||||
@ -351,7 +352,7 @@
|
||||
$(".dataTables_paginate > .pagination").addClass("pagination-rounded")
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@ -792,7 +792,8 @@ function() {
|
||||
var Pdata = JSON.parse(data);
|
||||
console.log(Pdata,"Pdata");
|
||||
var modal_data = '';
|
||||
modal_data= '<div class="row"><div class="col-md-4 col-lg-4"><b>Invoive Date</b><div style="float:right;">:</div></div><div class="col-md-8 col-lg-8">'+Pdata[0]['invdt']+'</div></div>';
|
||||
modal_data= '<div class="row"><div class="col-md-4 col-lg-4"><b>Invoive Date</b><div style="float:right;">:</div></div><div class="col-md-8 col-lg-8">'+Pdata[0]['invoice_dt']+'</div></div>';
|
||||
delete Pdata[0].sno;
|
||||
delete Pdata[0].sl;
|
||||
delete Pdata[0].invoice_dt;
|
||||
delete Pdata[0].invdt;
|
||||
|
||||
1
uploads/1/airline_invoice/1692264167___TMC_GST_INV.csv
Normal file
1
uploads/1/airline_invoice/1692264167___TMC_GST_INV.csv
Normal file
@ -0,0 +1 @@
|
||||
"TICKET NO (TMC)","PASS NAME(TMC)","AIRLINE(TMC)","SECTOR(TMC)","TRAVEL DAT(TMC)E","TICKET NUMBER(TMC)"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user