styling
This commit is contained in:
@@ -643,7 +643,7 @@ namespace EveryThing.Pages.Projects
|
||||
&& x.Project.IdCompanyFk == user.IdCompanyFk);
|
||||
|
||||
if (projectPart != null)
|
||||
{
|
||||
{
|
||||
foreach (var projectPartItem in _context.ProjectPartItems.Where(x => x.IdProjectPartFk == projectPart.IdProjectPart).ToList())
|
||||
{
|
||||
var operations = _context.ProjectPartItemOperations
|
||||
|
||||
Reference in New Issue
Block a user