X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.php;fp=tasks.php;h=84185028b4aba7d015b008a0e8b57326e44cd6b1;hp=19010f833d391a61772f0fdb07b3818d268b4ef4;hb=27907dbe8cb9df3a2db9be1715cbbdeebf084651;hpb=f383662c43f01474ca112ef2f6890778f062dc6e diff --git a/tasks.php b/tasks.php index 19010f8..8418502 100644 --- a/tasks.php +++ b/tasks.php @@ -141,8 +141,12 @@ function tasks_display_main() { switch($state) { case TASK_DRAFT: case TASK_NEEDS_CLARIFICATION: - case TASK_NEEDS_QUOTE: case TASK_BUG: + case TASK_ON_HOLD: + tem_show('normal_edit_link'); + break; + case TASK_NEEDS_QUOTE: + tem_show('hold_link'); tem_show('normal_edit_link'); break; case TASK_NEEDS_GO_AHEAD: @@ -153,6 +157,7 @@ function tasks_display_main() { case TASK_QUEUED: tem_show('price_row'); tem_show('warning_edit_link'); + tem_show('hold_link'); break; case TASK_WORKING: tem_show('price_row');