Skip to content

Commit

Permalink
Merge pull request #699 from odisha-muktasoft/UCEM-765-UI-2
Browse files Browse the repository at this point in the history
UCEM-765 : updated the logic for create purchase bill
  • Loading branch information
Tulika-eGov authored Oct 10, 2024
2 parents b126b85 + 2bc654e commit 898d3ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@egovernments/digit-ui-module-estimate": "0.4.17",
"@egovernments/digit-ui-module-masters": "0.4.16",
"@egovernments/digit-ui-module-project": "0.4.12",
"@egovernments/digit-ui-module-expenditure": "0.4.10",
"@egovernments/digit-ui-module-expenditure": "0.4.11",
"@egovernments/digit-ui-customisation-mukta": "0.2.8",
"@egovernments/digit-ui-module-rate-analysis": "0.4.9",
"http-proxy-middleware": "^1.0.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-expenditure",
"version": "0.4.10",
"version": "0.4.11",
"description": "Expenditure Management Module UI",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const createBillPayload = (data, contract, docConfigData,workflowDetails
"payee": {
"tenantId": tenantId,
"type": "ORG",
"identifier": data?.invoiceDetails_vendor?.code,
"identifier": data?.invoiceDetails_vendorId,
"status": "ACTIVE"
},
"lineItems": [
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@egovernments/digit-ui-module-estimate": "0.4.17",
"@egovernments/digit-ui-module-masters": "0.4.16",
"@egovernments/digit-ui-module-project": "0.4.12",
"@egovernments/digit-ui-module-expenditure": "0.4.10",
"@egovernments/digit-ui-module-expenditure": "0.4.11",
"@egovernments/digit-ui-customisation-mukta": "0.2.8",
"@egovernments/digit-ui-module-rate-analysis": "0.4.9",
"babel-loader": "8.1.0",
Expand Down

0 comments on commit 898d3ba

Please sign in to comment.