minimum_due

This commit is contained in:
CHIEFSOFT\ameye
2024-10-03 04:35:17 -04:00
parent 1ab4a71543
commit 4efc69f411
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -769,7 +769,9 @@ class ResultFormatter extends Model
'ext_request' => $out["ext_request_${key}"],
'category' => $this->dummyGetCategory( $cateG ),
'depend_uid' => $out["depend_uid_${key}"],
'strict_timeline' => $out["strict_timeline_${key}"]
'strict_timeline' => $out["strict_timeline_${key}"],
'minimum_due' => $out["minimum_due_${key}"]
);
}