From b09c0090d14f5b66cec404fb40fa2995546cf6b9 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 25 May 2020 13:08:41 +0200 Subject: [PATCH] Fix codice_stato_fe su duplica fattura --- modules/fatture/actions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index 66ab4b28a..666508752 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -270,6 +270,7 @@ switch (post('op')) { $new->numero_esterno = Fattura::getNextNumeroSecondario($new->data, $new->direzione, $new->id_segment); } + $new->codice_stato_fe = null; $new->stato()->associate($stato); $new->save();