changeset 51e7d0c28a45 in modules/purchase_request_quotation:6.0
details: 
https://hg.tryton.org/modules/purchase_request_quotation?cmd=changeset&node=51e7d0c28a45
description:
        Split line description only if not None

        issue11174
        review397151006
        (grafted from 8183563ea789ac1b01b965819feb16118bea22ec)
diffstat:

 quotation.fodt |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 29e121493ee6 -r 51e7d0c28a45 quotation.fodt
--- a/quotation.fodt    Thu Sep 16 23:48:03 2021 +0200
+++ b/quotation.fodt    Tue Jan 25 10:01:02 2022 +0100
@@ -684,9 +684,11 @@
     </table:table-row>
     <table:table-row>
      <table:table-cell table:style-name="Tableau1.A3" 
office:value-type="string">
+      <text:p text:style-name="P26"><text:placeholder 
text:placeholder-type="text">&lt;if 
test=&quot;quotation_line.description&quot;&gt;</text:placeholder></text:p>
       <text:p text:style-name="P26"><text:placeholder 
text:placeholder-type="text">&lt;for each=&quot;description in 
quotation_line.description.split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
       <text:p text:style-name="P26"><text:placeholder 
text:placeholder-type="text">&lt;description&gt;</text:placeholder></text:p>
       <text:p text:style-name="P26"><text:placeholder 
text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
+      <text:p text:style-name="P26"><text:placeholder 
text:placeholder-type="text">&lt;/if&gt;</text:placeholder></text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Tableau1.A3" 
office:value-type="string">
       <text:p text:style-name="P17"><text:placeholder 
text:placeholder-type="text">&lt;(format_number(quotation_line.quantity, 
quotation.supplier.lang, digits=quotation_line.unit_digits) + 
(quotation_line.unit and (&apos; &apos; + quotation_line.unit.symbol) or 
&apos;&apos;)) or &apos;&apos;&gt;</text:placeholder></text:p>

Reply via email to