mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-13 16:14:55 +01:00
Fix per visualizzazione maggiorazione in stampa
This commit is contained in:
parent
3db93349d1
commit
ab6c0f11c5
@ -262,7 +262,7 @@ foreach ($righe as $key => $riga) {
|
||||
<td class="text-right" style="vertical-align: middle">
|
||||
'.moneyFormat($prezzi_ivati ? $riga->prezzo_unitario_ivato : $riga->prezzo_unitario);
|
||||
|
||||
if ($riga->sconto > 0) {
|
||||
if ($riga->sconto != 0) {
|
||||
$text = discountInfo($riga, false);
|
||||
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user