From: Jason Woofenden Date: Sun, 16 Nov 2008 07:17:55 +0000 (-0500) Subject: don't warn about me having to set the price again if they haven't approved it yet X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=commitdiff_plain;h=ca9fd4b5358f875195fd81632589cf5305f2ac69 don't warn about me having to set the price again if they haven't approved it yet --- diff --git a/tasks.php b/tasks.php index 03bca46..395d995 100644 --- a/tasks.php +++ b/tasks.php @@ -124,7 +124,7 @@ function tasks_display_main() { case TASK_NEEDS_GO_AHEAD: tem_show('price_row'); tem_show('approve_price_link'); - tem_show('warning_edit_link'); + tem_show('normal_edit_link'); break; case TASK_QUEUED: tem_show('price_row');