Adding Billing projects
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Nov 2017 13:25:22 +0000 (08:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Nov 2017 13:25:22 +0000 (08:25 -0500)
Add new billing project to the list.

index.php

index 637fad7..8d610ed 100644 (file)
--- 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',