ajout batch_nuit
This commit is contained in:
@@ -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>
|
||||
<span tal:condition="detail.deduction"> - ${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>
|
||||
|
||||
Reference in New Issue
Block a user