Fix controlli cliente FE

This commit is contained in:
Thomas Zilio 2018-07-10 17:25:28 +02:00
parent 09594e1eb7
commit a970cd0931
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $fields = [
$missing = [];
foreach ($fields as $key => $name) {
if (empty($azienda[$key])) {
if (empty($cliente[$key])) {
$missing[] = $name;
}
}