Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.3.30</VersionPrefix>
<VersionPrefix>4.3.31</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<UserSecretsId>1e187122-6237-4849-9cc4-ed8fc1688809</UserSecretsId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ wc.PROJECTPROGRESS as ProjectProgress
from wo_cutoff wc
join wo wo on wo.wo_id = wc.wo_id
join projectschema ps ON ps.projectschema = wc.projectschema
join project p ON p.project_id = wc.project_id and p.isvoided = 'N' and p.isclosed = 'N'
left join library milestone ON milestone.library_id = wc.womilestone_id
left join library submilestone on submilestone.library_id = wc.wosubmilestone_id
left join library cat ON cat.library_id = wc.category_id
Expand Down