HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/cwd/pm/plugins/Manufacturing/assets/js/settings/working_hour_js.php
<script>
	(function($) {
		"use strict"; 

		var InvoiceServerParams={};

		var working_hour_table = $('.table-working_hour_table');

		initDataTable(working_hour_table, "<?php echo get_uri("manufacturing/working_hour_table") ?>",[0],[0], InvoiceServerParams, [0 ,'desc']);

		$('#date_add').on('change', function() {
			working_hour_table.DataTable().ajax.reload();
		});


		var hidden_columns = [0];
		$('.table-working_hour_table').DataTable().columns(hidden_columns).visible(false, false);
	})(jQuery); 
	
</script>