Wednesday, November 20, 2024
1 change · saas-17.4
Resolved issues and error corrections
Requests for Quotation using the DIN 5008 document layout now include the same key information as purchase order PDFs. This prevents missing details when vendors receive RFQ documents and keeps purchasing documents consistent.
Original PR description
### Steps to reproduce the issue: 1. In the Document Layout, choose DIN 5008 as Layout 2. Create a Request for Quotation 3. In the extra menu (cog wheel), select Print > Purchase Order 4. In the extra menu (cog wheel), select Print > Request for Quotation 5. When comparing both templates, some informations are missing in the Request for Quotation PDF ### Explanation: An override adding those informations is implemented for `report_purchaseorder_document` but not for `report_purchasequotation_document`. ### Fix reasoning: Adding a similar override for the latter will fix the issue. opw-4337273