Skip to content

Commit

Permalink
IMP acc_facto_receiv_bal_eurofactor: cut ref_move
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Sep 19, 2024
1 parent 89cdc33 commit 435bc92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def size(size, data, info=None):
info2 = {
"ref_int": pad(partner.ref, 15, position="left"),
"blanc1": pad(" ", 23),
"ref_move": pad(move.name, 14),
"ref_move": pad(cut(move.invoice_origin, 14), 14, position="left"),
"total": pad(str(round(total, 2)).replace(".", ""), 15, 0),
"date": eurof_date(move.invoice_date if p_type == "F" else move.date),
"date_due": eurof_date(move.invoice_date_due) or pad(" ", 8),
Expand Down

0 comments on commit 435bc92

Please sign in to comment.