Fix incorrect Lang:get using, undeclared variable, missing csrf token

This commit is contained in:
maranqz
2019-07-21 14:43:52 +03:00
committed by Manish Verma
parent 41d4f97495
commit fd3e47b96d
5 changed files with 21 additions and 7 deletions

View File

@@ -245,7 +245,7 @@ if (Auth::user()->role == 'agent') {
t_id = $('.selectval').map(function() {
return $(this).val();
}).get();
showAssign(t_id)
showAssign(t_id);
// alert(checkboxValues);
} else {
//Check all checkboxes