fixed for reprint and query

This commit is contained in:
phyusin
2018-06-13 17:40:18 +06:30
parent 6952ce7359
commit 4a2d4b1007
6 changed files with 14 additions and 15 deletions

View File

@@ -324,13 +324,12 @@ $(document).ready(function(){
swal("Opps","You are not authorized for void","warning")
}
});
});
$(document).on('click', '.access_modal', function(event){
type = $(this).data("type");
$(".ok").attr("data-action",type)
$('#AccessCodeModal').modal('show');
});
$(document).on('click', '.access_modal', function(event){
type = $(this).data("type");
$(".ok").attr("data-action",type);
$('#AccessCodeModal').modal('show');
});
function check_emp_access_code(access_code,type) {