Update for terms
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Dec 2015 18:26:49 +0000 (13:26 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Dec 2015 18:26:49 +0000 (13:26 -0500)
one more place for term updates to use the defines.

models/job.php

index 8c1b71d..51932f3 100644 (file)
@@ -478,8 +478,8 @@ class glm_employment_job
         $columns = array(
             "cb"               => "<input type=\"checkbox\" />",
             "title"            => "Job Title",
-            "glmjobs_col_cat"  => "Category",
-            "glmjobs_col_dep"  => "Department",
+            "glmjobs_col_cat"  => GLM_EMP_CATEGORY_SINGLE,
+            "glmjobs_col_dep"  => GLM_EMP_DEPARTMENT_SINGLE,
             "glmjobs_col_date" => "Dates",
         );
         return $columns;