Skip to content

Commit ebe0368

Browse files
committed
Merge PR #309 into 16.0
Signed-off-by rafaelbn
2 parents 3b8ddae + dc08826 commit ebe0368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stock_picking_report_valued/models/stock_move_line.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _compute_sale_order_line_fields(self):
8787
line.update(
8888
{
8989
"sale_tax_description": ", ".join(
90-
t.name or t.description for t in line.sale_tax_id
90+
t.description or t.name for t in line.sale_tax_id
9191
),
9292
"sale_price_subtotal": valued_line.price_subtotal,
9393
"sale_price_tax": valued_line.price_tax,

0 commit comments

Comments
 (0)