Fix banca controparte
This commit is contained in:
parent
432d781ce2
commit
d2bdd6cc19
|
@ -799,9 +799,7 @@ class Fattura extends Document
|
||||||
$pagamento = $this->pagamento;
|
$pagamento = $this->pagamento;
|
||||||
|
|
||||||
if ($pagamento->isRiBa()) {
|
if ($pagamento->isRiBa()) {
|
||||||
$banca = Banca::where('id_anagrafica', $this->idanagrafica)
|
$banca = Banca::find($this->id_banca_controparte);
|
||||||
->where('predefined', 1)
|
|
||||||
->first();
|
|
||||||
} else {
|
} else {
|
||||||
$banca = Banca::find($this->id_banca_azienda);
|
$banca = Banca::find($this->id_banca_azienda);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue