Fix controlli cliente FE
This commit is contained in:
parent
09594e1eb7
commit
a970cd0931
|
@ -55,7 +55,7 @@ $fields = [
|
|||
|
||||
$missing = [];
|
||||
foreach ($fields as $key => $name) {
|
||||
if (empty($azienda[$key])) {
|
||||
if (empty($cliente[$key])) {
|
||||
$missing[] = $name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue