From 076c293205b2e83943e42264f245c3f9082c3f76 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 27 Nov 2017 08:25:22 -0500 Subject: [PATCH] Adding Billing projects Add new billing project to the list. --- index.php | 6 ++++++ 1 file changed, 6 insertions(+) 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', -- 2.17.1