Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on report invoice document view in l10n_fr_invoice_addr #564

Open
lphm opened this issue Aug 22, 2024 · 1 comment
Open

Bug on report invoice document view in l10n_fr_invoice_addr #564

lphm opened this issue Aug 22, 2024 · 1 comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@lphm
Copy link

lphm commented Aug 22, 2024

Module

l10n_fr_invoice_addr

Describe the bug

On PDF, columns with invoice details (due date, operation type, etc) above items table are not correctly formatted.

To Reproduce

Affected versions: 17.0

Steps to reproduce the behavior:

  1. create an invoice
  2. print it.

How to correct :

In the view l10n_fr_invoice_addr.report_invoice_document :
Replace : class="col mb-2"
With : class="#{'col-auto col-3 mw-100' if report_type != 'html' else 'col'} mb-2"
And it works perfectly.

@lphm lphm added the bug label Aug 22, 2024
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant