You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!empty($fattura->updated_at) && $fattura->updated_at->gt($data_generazione)) {
136
+
$modifiche_successive = true;
137
+
}
138
+
139
+
if (!empty($fattura->anagrafica->updated_at) && $fattura->anagrafica->updated_at->gt($data_generazione)) {
140
+
$modifiche_successive = true;
141
+
}
142
+
143
+
if ($modifiche_successive) {
144
+
echo'
145
+
<div class="alert alert-warning">
146
+
<i class="fa fa-exclamation-triangle mr-2"></i>'.tr('Attenzione: sono state apportate modifiche alla fattura o all\'anagrafica collegata dopo la generazione dell\'XML. È consigliabile rigenerare la fattura elettronica prima dell\'invio.').'
147
+
</div>';
148
+
}
149
+
}
150
+
129
151
// Messaggio informativo sulla ricevuta principale impostata
0 commit comments