Skip to content

Commit

Permalink
[FIX] account_debt_report: debt report lines amounts
Browse files Browse the repository at this point in the history
Ticket: 55504
  • Loading branch information
pablohmontenegro committed Oct 4, 2022
1 parent ed33d24 commit 7a6da32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account_debt_report/models/res_partner.py
Expand Up @@ -132,6 +132,8 @@ def get_line_vals(
elif not grouped and record.payment_id:
# si no agrupamos y es pago, agregamos nombre de diario para que sea mas claro
name += ' - ' + record.journal_id.name
elif not record.payment_id:
last_payment_group_id = False

# TODO tal vez la suma podriamos probar hacerla en el xls como hacemos en libro iva v11/v12
res.append(get_line_vals(
Expand Down

0 comments on commit 7a6da32

Please sign in to comment.