Fix totale imponibile (con sconti) stampa ddt
This commit is contained in:
parent
1d0fad6f19
commit
19c733d1ba
|
@ -52,7 +52,7 @@ if ($options['pricing']) {
|
||||||
echo "
|
echo "
|
||||||
<tr>
|
<tr>
|
||||||
<td class='cell-padded text-right'>
|
<td class='cell-padded text-right'>
|
||||||
".moneyFormat($imponibile, 2).'
|
".moneyFormat($totale_imponibile, 2).'
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue