mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioria #564
This commit is contained in:
@@ -21,7 +21,7 @@ if ($options['pricing']) {
|
||||
echo "
|
||||
<tr>
|
||||
<td class='cell-padded text-right'>
|
||||
".moneyFormat($imponibile).'
|
||||
".moneyFormat($imponibile, 2).'
|
||||
</td>
|
||||
</tr>';
|
||||
|
||||
@@ -35,7 +35,7 @@ if ($options['pricing']) {
|
||||
|
||||
<tr>
|
||||
<td class='cell-padded text-right'>
|
||||
".moneyFormat($iva).'
|
||||
".moneyFormat($iva, 2).'
|
||||
</td>
|
||||
</tr>';
|
||||
|
||||
@@ -49,7 +49,7 @@ if ($options['pricing']) {
|
||||
|
||||
<tr>
|
||||
<td class='cell-padded text-right'>
|
||||
".moneyFormat($totale).'
|
||||
".moneyFormat($totale, 2).'
|
||||
</td>
|
||||
</tr>';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user