1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00

Fix controlli cliente FE

This commit is contained in:
Thomas Zilio 2018-07-10 17:25:28 +02:00
parent 09594e1eb7
commit a970cd0931

View File

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