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 837b2f4 commit 826b08cCopy full SHA for 826b08c
1 file changed
modules/fatture/src/Fattura.php
@@ -547,6 +547,9 @@ public function isFE()
547
*/
548
public function registraScadenze($is_pagato = false, $ignora_fe = false)
549
{
550
+ // Reset delle relazioni per ricaricare le righe aggiornate (incluso bollo con IVA corretta)
551
+ $this->setRelations([]);
552
+
553
$this->gestoreScadenze->registra($is_pagato, $ignora_fe);
554
}
555
0 commit comments