From: Steve Sutton Date: Mon, 27 Nov 2017 13:25:22 +0000 (-0500) Subject: Adding Billing projects X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=076c293205b2e83943e42264f245c3f9082c3f76;p=prog%2FDash.git Adding Billing projects Add new billing project to the list. --- diff --git a/index.php b/index.php index 637fad7..8d610ed 100644 --- a/index.php +++ b/index.php @@ -134,6 +134,12 @@ $projectArray = array( 'sName' => 'eventReg', 'data' => getProjectTaskById(4100, $dbh) ), + array( + 'id' => 4172, + 'name' => 'Billing', + 'sName' => 'billing', + 'data' => getProjectTaskById(4172, $dbh) + ), array( 'id' => 3975, 'name' => 'GLM Associate',