Recettes : on attaque le Controller

This commit is contained in:
2021-05-05 13:00:29 +02:00
parent 59e926d86d
commit a34b17a47c
3 changed files with 8 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
<tr>
<td class="cellule-large">{$PRODUCT_LABEL}</td>
<td class="cellule-etroite">{$QUANTITY_NEEDED}</td>
<td class="cellule-etroite">{$QUANTITY_PROPOSED}</td>
<td class="cellule-etroite">{$QUANTITY_PROPOSED}<input type="hidden" id="quantity-{$PSE_ID}" value="{$QUANTITY_PROPOSED}"></td>
<td class="cellule-etroite"><input type="checkbox" id="product-{$PSE_ID}" name="selected-product" class="cellule-checkbox"></td>
</tr>
{/loop}