Spaces:
Sleeping
Sleeping
app/services/__pycache__/invoice_service.cpython-312.pyc
CHANGED
Binary files a/app/services/__pycache__/invoice_service.cpython-312.pyc and b/app/services/__pycache__/invoice_service.cpython-312.pyc differ
|
|
app/services/invoice_service.py
CHANGED
@@ -129,7 +129,7 @@ class InvoiceService:
|
|
129 |
|
130 |
# Info boxes (Date, N° Devis, PLANCHER) - adjusted position and size
|
131 |
info_y = top_margin - 70
|
132 |
-
box_label_width =
|
133 |
box_value_width = 100
|
134 |
box_height = 15
|
135 |
|
|
|
129 |
|
130 |
# Info boxes (Date, N° Devis, PLANCHER) - adjusted position and size
|
131 |
info_y = top_margin - 70
|
132 |
+
box_label_width = 77
|
133 |
box_value_width = 100
|
134 |
box_height = 15
|
135 |
|