Skip to content

Comments

Fix: Display quote description in PDF and add missing translations#2456

Open
bhavesh-018 wants to merge 3 commits intokrayin:2.1from
bhavesh-018:fix/quote-pdf-description-missing
Open

Fix: Display quote description in PDF and add missing translations#2456
bhavesh-018 wants to merge 3 commits intokrayin:2.1from
bhavesh-018:fix/quote-pdf-description-missing

Conversation

@bhavesh-018
Copy link

@bhavesh-018 bhavesh-018 commented Feb 16, 2026

Issue Reference

fix #2237

Description

This pull request resolves an issue where the quote description field was not rendered in the generated PDF.
Changes made:

  • Added the description field rendering in pdf.blade.php.
  • Added missing translation keys for the description label across supported languages.
    Now, when a description is added to a quote, it is properly displayed in the generated PDF.

How To Test This?

  1. Go to Quotes section.
  2. Create or edit an existing quote.
  3. Add a description in the description field.
  4. Save the quote.
  5. Click on Print Quote to generate the PDF.
  6. Verify that the description appears correctly in the PDF.

Also verify that:

  • The description label is properly translated when switching application language.
  • PDF layout remains intact.

Documentation

  • My pull request requires an update on the documentation repository.

Branch Selection

  • Target Branch: master

Tailwind Reordering

Not applicable. No Tailwind utility changes were made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quote description is not visible in quote print PDF

1 participant