diff --git a/webroot/js/job_grid.js b/webroot/js/job_grid.js index b0582615..b4ffd09a 100644 --- a/webroot/js/job_grid.js +++ b/webroot/js/job_grid.js @@ -348,7 +348,7 @@ jQuery(document).ready(function(){ if(typeof(lastsel) != undefined) { if(rowid && rowid!==lastsel){ - $(this).jqGrid('saveRow',lastsel, false, false,false, setJobStatus); + $(this).jqGrid('saveRow',lastsel, false, false,false); $(this).jqGrid('editRow', rowid, true, pickdates); } }