Amelioration des talents et quelques corrections

This commit is contained in:
2026-06-23 17:40:57 +02:00
parent d1fbe611ef
commit dd0276e7e1
87 changed files with 366 additions and 245 deletions
+3 -3
View File
@@ -24,13 +24,13 @@
<input type="text" class="numeric-input item-field-label-short" name="system.prixca" value="{{system.prixca}}"
data-dtype="Number" />
<label class="generic-label item-field-label-short">PA </label>
<label class="generic-label item-field-label-short">SA </label>
<input type="text" class="numeric-input item-field-label-short" name="system.prixsc" value="{{system.prixsc}}"
data-dtype="Number" />
<label class="generic-label item-field-label-short">SC </label>
<label class="generic-label item-field-label-short">PB </label>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Valeur totale </label>
<span class="item-field-label-long">{{calculateItemValueSC system.prixpo system.prixca system.prixsc}} SC</span>
<span class="item-field-label-long">{{calculateItemValueSC system.prixpo system.prixca system.prixsc}} PB</span>
</li>