Skip to content

Commit 826b08c

Browse files
committed
fix: generazione scadenze con fatture con marca da bollo
1 parent 837b2f4 commit 826b08c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/fatture/src/Fattura.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,9 @@ public function isFE()
547547
*/
548548
public function registraScadenze($is_pagato = false, $ignora_fe = false)
549549
{
550+
// Reset delle relazioni per ricaricare le righe aggiornate (incluso bollo con IVA corretta)
551+
$this->setRelations([]);
552+
550553
$this->gestoreScadenze->registra($is_pagato, $ignora_fe);
551554
}
552555

0 commit comments

Comments
 (0)