changeset cf29b1165b29 in modules/purchase_request_quotation:6.2
details: 
https://hg.tryton.org/modules/purchase_request_quotation?cmd=changeset&node=cf29b1165b29
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 a2aa1be46ee9 -r cf29b1165b29 quotation.fodt
--- a/quotation.fodt    Mon Nov 01 17:30:48 2021 +0100
+++ 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_symbol(quotation_line.quantity, 
quotation.supplier.lang, quotation_line.unit, 
digits=quotation_line.unit.digits) if quotation_line.unit else 
format_number(quotation_line.quantity, 
quotation.supplier.lang)&gt;</text:placeholder></text:p>

Reply via email to