mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 16:23:19 +01:00
Fix creazione conto
This commit is contained in:
parent
ed7ae630b9
commit
5352e4ab24
@ -372,7 +372,7 @@ class Anagrafica extends Model
|
||||
// Verifica su un possibile conto esistente ma non collegato
|
||||
if (!empty($anagrafica->ragione_sociale)) {
|
||||
$conto = (clone $table)
|
||||
->where('descrizione', 'like', '%'.$anagrafica->ragione_sociale.'%')
|
||||
->where('descrizione', $anagrafica->ragione_sociale)
|
||||
->first();
|
||||
if (!empty($conto)) {
|
||||
$anagrafiche_collegate = Anagrafica::where($campo, '=', $conto->id)->count();
|
||||
|
Loading…
Reference in New Issue
Block a user