Skip to content

Commit

Permalink
Merge pull request #256 from ymaheshwari1/fix/po-sorting
Browse files Browse the repository at this point in the history
Fixed: the active PO information on the catalog details page
  • Loading branch information
ravilodhi authored Nov 21, 2023
2 parents 6a9bc3d + eff4fec commit b77a1f1
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 b77a1f1

Please sign in to comment.