Risolto bug import fatture passive

This commit is contained in:
MatteoPistorello 2021-02-04 10:18:24 +01:00
parent 6b535e843a
commit afdfd9bb44
2 changed files with 8 additions and 12 deletions

View File

@ -125,12 +125,14 @@ switch (post('op')) {
}
// Operazioni sul bollo
$fattura->addebita_bollo = post('addebita_bollo');
$bollo_automatico = post('bollo_automatico');
if (empty($bollo_automatico)) {
$fattura->bollo = post('bollo');
} else {
$fattura->bollo = null;
if($dir == 'entrata'){
$fattura->addebita_bollo = post('addebita_bollo');
$bollo_automatico = post('bollo_automatico');
if (empty($bollo_automatico)) {
$fattura->bollo = post('bollo');
} else {
$fattura->bollo = null;
}
}
// Operazioni sulla dichiarazione d'intento

View File

@ -346,12 +346,6 @@ class FatturaElettronica
$fattura->note = $note;
}
// Bollo
$bollo = $dati_generali['DatiBollo'];
if (!empty($bollo)) {
$fattura->bollo = $bollo['ImportoBollo'];
}
$fattura->save();
// Fix generazione idsede