Browse Source

Fixed Invoice Layout Selection in Project Grids

frogsoftware 3 months ago
parent
commit
1bc240b83c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prs.desktop/Panels/Jobs/ProjectsGrid.cs

+ 1 - 0
prs.desktop/Panels/Jobs/ProjectsGrid.cs

@@ -77,6 +77,7 @@ public class ProjectsGrid : DynamicDataGrid<Job>
         HiddenColumns.Add(x => x.JobStatus.Active);
         HiddenColumns.Add(x => x.DefaultScope.ID);
         HiddenColumns.Add(x => x.SourceRef);
+        HiddenColumns.Add(x => x.JobType);
 
         ActionColumns.Add(new DynamicMapColumn<Job>(this, x => x.SiteAddress));
         //ActionColumns.Add(new DynamicMenuColumn(BuildMenu));