JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
really made it so you can put tasks on hold. contractor can switch logins multiple...
[contractor-progress.git] / code / tasks.php
index a716fa2..a442381 100644 (file)
@@ -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: