We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58b8cc commit 4a22cedCopy full SHA for 4a22ced
1 file changed
modules/fatture/edit.php
@@ -108,6 +108,13 @@
108
'_DATE_' => dateFormat($fattura_acquisto_originale->data),
109
])).'</b>
110
</div>';
111
+
112
+if ($fattura_acquisto_originale->totale_imponibile != $fattura->totale_imponibile) {
113
+echo '
114
+<div class="alert alert-warning">
115
+ <i class="fa fa-exclamation-triangle"></i> '.tr("Attenzione! Il totale dell'autofattura non corrisponde al totale della fattura di acquisto").'.
116
+</div>';
117
+}
118
}
119
120
if ($abilita_autofattura) {
0 commit comments