Skip to content

Commit

Permalink
Fixed: the active PO information on the catalog details page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Nov 21, 2023
1 parent 08a6d06 commit 28b3720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export default defineComponent({
"entityName": "ProductCategoryDcsnRsn",
"fieldList": ["productId", "purchaseOrderId", "fromDate"],
"viewSize": 1,
"orderBy": "createdDate DESC"
"orderBy": "estimatedDeliveryDate ASC"
} as any;
resp = await OrderService.getActivePoId(payload)
if (!hasError(resp)) {
Expand Down

0 comments on commit 28b3720

Please sign in to comment.