[FIX] account: due payments report, missing line returns

The lines breaks in the overdue payments message
(Settings > Companies > ... > Overdue payments)
were not respected.

opw-648133
This commit is contained in:
Denis Ledoux 2015-08-27 14:52:07 +02:00
parent 13010ed992
commit 399cbc7522
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<p t-if="getLines(o)">
<t t-foreach="message(o, res_company)" t-as="messageline">
<span t-esc="messageline"/>
<p t-esc="messageline"/>
</t>
</p>