Skip to content
Snippets Groups Projects
Commit 922eb35a authored by Antoine Prieels's avatar Antoine Prieels
Browse files

[FIX] pos_restaurant: Order change receipts alignment


The alignment of quantity and product name was off when the product
name was split into multiple lines.

opw-2360424

closes odoo/odoo#60545

X-original-commit: 58404f29
Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
Signed-off-by: default avatarAntoine Prieëls <aprieels@users.noreply.github.com>
parent 9d1909f2
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
<t t-name="NameWrapped">
<t t-foreach="change.name_wrapped.slice(1)" t-as="wrapped_line">
<div>
<span class="pos-receipt-right-align" t-esc="wrapped_line"/>
<div style="text-align: right">
<span t-esc="wrapped_line"/>
</div>
</t>
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment