From a970cd09310c4906d41669bc4f4bc70593f4f18f Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 10 Jul 2018 17:25:28 +0200 Subject: [PATCH] Fix controlli cliente FE --- plugins/fatturazione/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }