mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Formattazione codice
This commit is contained in:
parent
e1eac402aa
commit
79d3d47a31
@ -36,7 +36,7 @@ class Anagrafiche extends Resource implements RetrieveInterface, CreateInterface
|
||||
$query = $database->table('an_anagrafiche')
|
||||
->leftJoin('an_nazioni', 'an_anagrafiche.id_nazione', '=', 'an_nazioni.id')
|
||||
->select(
|
||||
'an_anagrafiche.ragione_sociale',
|
||||
'an_anagrafiche.ragione_sociale',
|
||||
'an_anagrafiche.piva',
|
||||
'an_anagrafiche.codice_fiscale',
|
||||
'an_anagrafiche.indirizzo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user