Correzione e modifica note ricevuta FE
This commit is contained in:
parent
7ea38478da
commit
cb06457c43
|
@ -163,7 +163,7 @@ echo '
|
||||||
</button><br><br>';
|
</button><br><br>';
|
||||||
|
|
||||||
// Messaggio esito invio
|
// Messaggio esito invio
|
||||||
if ($send) {
|
if (!empty($record['codice_stato_fe'])) {
|
||||||
if ($record['codice_stato_fe'] == 'GEN') {
|
if ($record['codice_stato_fe'] == 'GEN') {
|
||||||
echo '
|
echo '
|
||||||
<div class="alert alert-warning">'.tr("La fattura è stata generata ed è pronta per l'invio").'.</div>
|
<div class="alert alert-warning">'.tr("La fattura è stata generata ed è pronta per l'invio").'.</div>
|
||||||
|
@ -182,7 +182,7 @@ if ($send) {
|
||||||
echo '
|
echo '
|
||||||
<div class="alert text-left alert-'.$class.'">
|
<div class="alert text-left alert-'.$class.'">
|
||||||
<big><i class="'.$stato_fe['icon'].'" style="color:#fff;"></i>
|
<big><i class="'.$stato_fe['icon'].'" style="color:#fff;"></i>
|
||||||
<b>'.$stato_fe['codice'].'</b> - '.$stato_fe['descrizione'].'</big> <small>'.$record['descrizione_ricevuta_fe'].'</small>
|
<b>'.$stato_fe['codice'].'</b> - '.$stato_fe['descrizione'].'</big> '.( !empty($record['descrizione_ricevuta_fe']) ? '<br><b>NOTE:</b><br>'.$record['descrizione_ricevuta_fe'] : '' ).'
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<i class="fa fa-clock-o"></i> '.Translator::timestampToLocale($record['data_stato_fe']).'
|
<i class="fa fa-clock-o"></i> '.Translator::timestampToLocale($record['data_stato_fe']).'
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue