mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-22 22:37:37 +01:00
Fix stampa Preventivi
This commit is contained in:
parent
4a9163a9c3
commit
bce745f06f
@ -44,7 +44,7 @@ try {
|
||||
}
|
||||
|
||||
// Ri.Ba: Banca predefinita *del Cliente* piuttosto che dell'Azienda
|
||||
if ($pagamento->isRiBa()) {
|
||||
if ($pagamento && $pagamento->isRiBa()) {
|
||||
$banca = Banca::where('id_anagrafica', $anagrafica->id)
|
||||
->where('predefined', 1)
|
||||
->first();
|
||||
|
Loading…
x
Reference in New Issue
Block a user