ajout batch_nuit

This commit is contained in:
2020-12-13 09:19:49 +01:00
parent ef9e56a272
commit 154264fbad
6 changed files with 45 additions and 14 deletions

View File

@@ -71,7 +71,11 @@
</tr>
<tr tal:repeat="detail details">
<td><a href="/devis_ligne/${detail.type_ligne}/${nodevis}/${detail.nolig}">${detail.ref}</a></td>
<td>${detail.libelle}</td>
<td>
${detail.libelle}
<span tal:condition="detail.metrage"><br />${detail.metrage}</span>&nbsp;
<span tal:condition="detail.deduction">&nbsp;-&nbsp;${detail.deduction}</span>
</td>
<td class="text-right">${layout.to_decz(detail.qte)}</td>
<td class="text-right">${layout.to_euroz(detail.prixht)}</td>
<td class="text-right">${layout.to_euroz(detail.mtht)}</td>