X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=code%2Ftasks.php;fp=code%2Ftasks.php;h=a4423813e099373b09216046080ec7e9ceab79a7;hp=a716fa21bf83871c3b6bb24d5a4928af61e8e104;hb=27907dbe8cb9df3a2db9be1715cbbdeebf084651;hpb=f383662c43f01474ca112ef2f6890778f062dc6e diff --git a/code/tasks.php b/code/tasks.php index a716fa2..a442381 100644 --- a/code/tasks.php +++ b/code/tasks.php @@ -46,6 +46,8 @@ function task_state_pretty($state) { return "to be priced"; case TASK_NEEDS_GO_AHEAD: return "waiting for you to approve the price"; + case TASK_ON_HOLD: + return "on hold"; case TASK_QUEUED: return "queued"; case TASK_WORKING: