Aggiunto alert provincia anagrafica mancante in fatture di vendita

This commit is contained in:
MatteoPistorello 2021-10-06 15:04:25 +02:00
parent 1432acfc83
commit 42340a04fd
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@ if ($dir == 'entrata') {
if (empty($rs2[0]['id_nazione'])) {
array_push($campi_mancanti, 'Nazione');
}
if (empty($rs2[0]['provincia'])) {
array_push($campi_mancanti, 'Provincia');
}
if (sizeof($campi_mancanti) > 0) {
echo "<div class='alert alert-warning'><i class='fa fa-warning'></i> Prima di procedere alla stampa completa i seguenti campi dell'anagrafica Cliente: <b>".implode(', ', $campi_mancanti).'</b><br/>