PMCORE-1218

This commit is contained in:
Paula Quispe
2020-10-21 16:56:11 -04:00
parent 888c31615a
commit 53d779a7c7
7 changed files with 348 additions and 7 deletions

View File

@@ -17,6 +17,8 @@ class Application extends Model
const STATUS_TODO = 2;
const STATUS_COMPLETED = 3;
const STATUS_CANCELED = 4;
// Status name and status id
public static $app_status_values = ['DRAFT' => 1, 'TO_DO' => 2, 'COMPLETED' => 3, 'CANCELLED' => 4];
public function delegations()
{