Skip to content

Commit

Permalink
end validity propale
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Feb 17, 2024
1 parent 04738a8 commit bee6c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/easydoc_propale
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ table thead th {
{% endif %}
</td>
<td width="45%" style="text-align: right;">
<span style="font-weight: bold; font-size: 14pt;"><b>{{ trans('PdfCommercialProposalTitle') }}</b></span>
<br /><span style="font-weight: bold; font-size: 10pt;">{{ trans('Ref') }}: {{ object.ref }}</span>
<br /><span style="font-weight: bold; font-size: 10pt;">{{ trans('Date') }}: {{ object.date }}</span>
<span style="font-weight: bold; font-size: 14pt;"><b>{{ trans('PdfCommercialProposalTitle') }}: {{ object.ref }}</b></span>
<br /><span style="font-weight: bold; font-size: 10pt;">{{ trans('Date') }}: {{ date(object.date, 'day') }}</span>
<br /><span style="font-weight: bold; font-size: 10pt;">{{ trans('DateEndPropal') }}: {{ date(object.fin_validite, 'day') }}</span>
{% if object.ref_customer %}
<br /><span style="font-weight: bold; font-size: 10pt;">{{ trans('RefCustomer') }}: {{ object.ref_customer }}</span>
{% endif %}
Expand Down

0 comments on commit bee6c4f

Please sign in to comment.