mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-07 23:28:50 +01:00
Fix per php 7.4
This commit is contained in:
parent
4b5b300c1d
commit
a288ee6279
@ -276,7 +276,7 @@ class Gestore
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Unifico ricevute per anagrafica
|
// Unifico ricevute per anagrafica
|
||||||
$identificativo_debitore = !empty($controparte->partita_iva) ? $controparte->partita_iva : !empty($controparte->codice_fiscale) ? $controparte->codice_fiscale : $controparte->codice;
|
$identificativo_debitore = (!empty($controparte->partita_iva) ? $controparte->partita_iva : (!empty($controparte->codice_fiscale) ? $controparte->codice_fiscale : $controparte->codice));
|
||||||
$ricevute = $this->bonifico->getRicevute();
|
$ricevute = $this->bonifico->getRicevute();
|
||||||
foreach ($ricevute as $ric) {
|
foreach ($ricevute as $ric) {
|
||||||
if ($ric->identificativo_debitore == $identificativo_debitore) {
|
if ($ric->identificativo_debitore == $identificativo_debitore) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user