Skip to content

Commit

Permalink
Fix visualizzazione sconto per range nei listini
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Feb 27, 2023
1 parent 5cbda89 commit 6d666ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/listino_clienti/dettaglio_prezzi.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
{[ "type": "number", "name": "prezzo_unitario['.$key.']", "icon-after": "'.currency().'", "value": "'.($prezzi_ivati ? $dettaglio->prezzo_unitario_ivato : $dettaglio->prezzo_unitario).'" ]}
</td>
<td>
{[ "type": "number", "name": "sconto['.$key.']", "min-value": 0, "value": "'.$dettaglio->sconto.'", "icon-after":"%" ]}
{[ "type": "number", "name": "sconto['.$key.']", "min-value": 0, "value": "'.$dettaglio->sconto_percentuale.'", "icon-after":"%" ]}
<td>
<button type="button" class="btn btn-xs btn-danger" onclick="rimuoviPrezzo(this)">
<i class="fa fa-trash"></i>
Expand Down

0 comments on commit 6d666ab

Please sign in to comment.