diff --git a/app/Views/alterpurchaseorder.php b/app/Views/alterpurchaseorder.php index cf73f95d..e8bca645 100755 --- a/app/Views/alterpurchaseorder.php +++ b/app/Views/alterpurchaseorder.php @@ -2742,7 +2742,7 @@ if (!empty($INRSYMBOL)) {
- +
@@ -6093,27 +6093,7 @@ if (!empty($INRSYMBOL)) { }); // Initialize the DataTable - var table = $('#serviceTax').DataTable({ - dom: 'Blfrtip', // Buttons, length menu, filter, table, information, pagination - buttons: [ - 'copy', 'csv', 'excel', 'pdf', 'print' // Export buttons - ], - pageLength: 10, // Default rows per page - lengthMenu: [ - [10, 20, 30, 50, -1], - [10, 20, 30, 50, "All"] - ], // Rows per page options - responsive: true, // Responsive table - order: [ - [0, 'desc'] - ], // Default ordering (column index 0, descending) - language: { - paginate: { - next: '', // Next button icon - previous: '' // Previous button icon - } - } - }); + Inputmask("A{2,3} 9{1,2} A{1,2} 9{4}").mask($("#VehicleNo"));