How can I configure or code in Magento 2 to display requisition items separately in the requisition list, even if the products have the same SKU? Specifically, if a user adds the same product to their requisition list multiple times, I want each instance of the product to appear as a separate item in the item list.
This would help ensure that each instance of the product, regardless of having the same SKU, is treated as a unique entry in the requisition list rather than grouping them together.
Anyone guide through potential solutions or provide insights on how to achieve this?