I worked on the Quotation page to update the View PDF and Acceptance Email functionality. Specifically, I implemented logic to remove unnecessary product details when the quantity is zero.
The following improvements were completed:
Updated the Acceptance Email product list to hide items where quantity = 0.
Removed the display of Quantity (0), Unit Price, and Estimated Cost for those products.
Ensured the View PDF and Acceptance Link both follow the same conditions and do not show these fields when quantity is zero.
Tested the workflow end-to-end to confirm that only valid product data is displayed to the user.