Skip to content

Commit

Permalink
Merge pull request #377 from odisha-muktasoft/ESTIMATE-FIX-1
Browse files Browse the repository at this point in the history
updated the estimate olduuid in the revised estimate update
  • Loading branch information
Tulika-eGov authored Apr 29, 2024
2 parents ba2c2e1 + 3a6d63d commit a0ce524
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export const createEstimatePayload = (data, projectData, isEdit, estimate, isCre
name: projectData?.projectDetails?.searchedProject?.basicDetails?.projectName,
businessService : isCreateRevisionEstimate || isEditRevisionEstimate ? "REVISION-ESTIMATE" : null,
description: projectData?.projectDetails?.searchedProject?.basicDetails?.projectDesc,
oldUuid : estimate?.oldUuid,
executingDepartment: "WRK", //hardcoded since we are not capturing it anymore and it is required at BE side
// "executingDepartment": filteredFormData?.selectedDept?.code,
// "projectId":"7c941228-6149-4adc-bdb9-8b77f6c3757d",//static for now
Expand Down

0 comments on commit a0ce524

Please sign in to comment.