ajout montant dans suivi
This commit is contained in:
@@ -129,7 +129,8 @@
|
|||||||
<table class="table table-bordered table-condensed">
|
<table class="table table-bordered table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Action</th>
|
<th>Action - commentaire</th>
|
||||||
|
<th class="text-right">Montant</th>
|
||||||
<th>Rendez-vous</th>
|
<th>Rendez-vous</th>
|
||||||
<th>Réf. lettre</th>
|
<th>Réf. lettre</th>
|
||||||
<th class="text-center">Par</th>
|
<th class="text-center">Par</th>
|
||||||
@@ -149,6 +150,7 @@
|
|||||||
<td tal:condition="not detail.COMMENT.startswith('!!')">
|
<td tal:condition="not detail.COMMENT.startswith('!!')">
|
||||||
${detail.COMMENT}
|
${detail.COMMENT}
|
||||||
</td>
|
</td>
|
||||||
|
<td class="text-right">${layout.to_euroz(detail.montant)}</td>
|
||||||
<td>
|
<td>
|
||||||
<span tal:condition="detail.rdv_debut==None"></span>
|
<span tal:condition="detail.rdv_debut==None"></span>
|
||||||
<span tal:condition="detail.rdv_debut!=None">
|
<span tal:condition="detail.rdv_debut!=None">
|
||||||
|
|||||||
Reference in New Issue
Block a user