Skip to content

Commit 93e396b

Browse files
fix: visualizzazione split payment in fattura
1 parent 0ba6146 commit 93e396b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/fatture/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
echo '
152152
<tr>
153153
<td>
154-
<small>'.$desc_iva."</small>
154+
<small>'.$desc_iva." ".($documento->split_payment ? tr('(Split payment)') : '')."</small>
155155
</td>
156156
157157
<td class='text-right'>

0 commit comments

Comments
 (0)