Skip to content
Snippets Groups Projects
Commit 05787723 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #1739 from A-Lawrence/feature/fixes-1736


Clear overdue on close

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents efc71fab ebfc8d7e
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,4 @@ stage
# Ignore mPDF temp files
include/mpdf/ttfontdata
include/mpdf/tmp
nbproject/
......@@ -847,6 +847,7 @@ class Ticket {
$sql.=', closed=NOW(), duedate=NULL ';
if ($thisstaff && $set_closing_agent)
$sql.=', staff_id='.db_input($thisstaff->getId());
$this->clearOverdue();
$ecb = function($t) {
$t->reload();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment