Merge branch 'Purchase_Invoice_Management' of https://git.marcoaiot.com/admin/marco.pms.api into Response_Encryption

This commit is contained in:
ashutosh.nehete 2025-12-11 10:34:09 +05:30
commit 8409b0b85c

View File

@ -1703,7 +1703,7 @@ namespace Marco.Pms.Services.Controllers
{
AssignedJobs = assignedJobs,
InProgressJobs = inProgressJobs,
AllJobs = selfAssignedJobs
MyJobs = selfAssignedJobs
};
return Ok(ApiResponse<object>.SuccessResponse(response, "job progression fetched successfully", 200));