changeset 0f9bc969f7c7 in modules/account_dunning_letter:default
details:
https://hg.tryton.org/modules/account_dunning_letter?cmd=changeset&node=0f9bc969f7c7
description:
Use origin record name property on move line
issue10751
review381311002
diffstat:
letter.fodt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 557fbac32d5e -r 0f9bc969f7c7 letter.fodt
--- a/letter.fodt Thu Sep 02 23:19:36 2021 +0200
+++ b/letter.fodt Sun Oct 31 10:17:31 2021 +0100
@@ -591,7 +591,7 @@
<text:p text:style-name="P18"><text:placeholder
text:placeholder-type="text"><dunning.line.description if dunning.line else
''></text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Dunnings.B3"
office:value-type="string">
- <text:p text:style-name="P18"><text:placeholder
text:placeholder-type="text"><dunning.line.origin.rec_name if dunning.line
and dunning.line.origin else ''></text:placeholder></text:p>
+ <text:p text:style-name="P18"><text:placeholder
text:placeholder-type="text"><dunning.line.origin_rec_name></text:placeholder></text:p>
</table:table-cell>
<table:table-cell table:style-name="Dunnings.C3"
office:value-type="string">
<text:p text:style-name="P21"><text:placeholder
text:placeholder-type="text"><format_date(dunning.line.date, party.lang) if
dunning.line else ''></text:placeholder></text:p>