Fix minore
This commit is contained in:
parent
ddaa6cf7e3
commit
64c4f73ad7
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue