1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
NicNal
2019-05-02 10:03:57 +02:00
parent ab676e8bae
commit 1738029b1e
19 changed files with 160 additions and 161 deletions

View File

@@ -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 {