Skip to content

Commit 1547bf3

Browse files
fix: generazione movimenti applicando data registrazione fattura
1 parent 31061b1 commit 1547bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/fatture/src/Gestori/Movimenti.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getMastrino()
5454
public function generateMastrino()
5555
{
5656
$descrizione = $this->fattura->getReference(1);
57-
$data = $this->fattura->data_competenza;
57+
$data = $this->fattura->data_registrazione;
5858

5959
$mastrino = Mastrino::build($descrizione, $data, false, false);
6060
$this->mastrino = $mastrino;

0 commit comments

Comments
 (0)