Fix minore

This commit is contained in:
Pek5892 2023-05-08 11:44:35 +02:00
parent ddaa6cf7e3
commit 64c4f73ad7
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class Preventivo extends Document
$id_agente = $anagrafica->idagente;
$id_pagamento = $anagrafica->idpagamento_vendite;
$id_segment = $id_segment ?: getSegmentPredefined($model->getModule()->id);
$id_agente = $anagrafica->idagente;
$id_iva = setting('Iva predefinita');
if (empty($id_pagamento)) {