diff --git a/plugins/fatturazione/edit.php b/plugins/fatturazione/edit.php index d3bb12504..09a3e1b65 100644 --- a/plugins/fatturazione/edit.php +++ b/plugins/fatturazione/edit.php @@ -55,7 +55,7 @@ $fields = [ $missing = []; foreach ($fields as $key => $name) { - if (empty($azienda[$key])) { + if (empty($cliente[$key])) { $missing[] = $name; } }