This commit is contained in:
suseendhiran17 2023-07-20 13:30:57 +05:30
parent f5fe7fe182
commit 7364ce49a0

View File

@ -161,7 +161,7 @@
<th>TOTAL TKT FARE</th>
<th>REMARKS</th>
<th>ACTION</th>
<th></th>
<th>INVOICE</th>
</tr>
</thead>
<tbody>
@ -692,11 +692,11 @@ function() {
}
},
{
"targets": 14,
"targets": 15,
"width": 300,
"render": function ( data, type, full, meta ) {
console.log(full);
return '<button type="text" style="border:none;" class="form-control" id="'+full['td_id']+'" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn(this.value)" >'+full['inv']+'</button>';
return '<button type="text" style="border:none;" class="form-control" id="'+full['td_id']+'" data-refid="'+full['td_tkt']+'" value="'+full['td_tkt']+'" onclick="viewinvfn('+this.value+')" >'+full['inv']+'</button>';
}
},
]