'; if ($mostra_prezzi) { // Riga 1 echo "

".strtoupper(tr('Note')).'

'.nl2br($rs[0]['note'])."

".strtoupper(tr('Totale imponibile')).'

'; // Dati riga 1 echo " ".Translator::numberToLocale($imponibile_ddt, 2).' € '; // Riga 2 echo "

".strtoupper(tr('Totale imposte'))."

".Translator::numberToLocale($totale_iva, 2).' € '; // Riga 3 echo "

".strtoupper(tr('Totale documento'))."

".Translator::numberToLocale($totale_ddt, 2).' € '; } else { // Riga 1 echo "

".strtoupper(tr('Note')).'

'.nl2br($rs[0]['note']).' '; } echo ' '; echo '
'.strtoupper(tr('Aspetto beni')).' '.strtoupper(tr('Causale trasporto')).' '.strtoupper(tr('Porto')).'
$aspettobeni$   $causalet$   $porto$  
'.strtoupper(tr('No colli')).' '.strtoupper(tr('Tipo di spedizione')).' '.strtoupper(tr('Vettore')).'
$n_colli$   $spedizione$   $vettore$  
'.strtoupper(tr('Firma conducente')).' '.strtoupper(tr('Firma vettore')).' '.strtoupper(tr('Firma destinatario')).'
 
 
 
 
 
 
'; echo ' $pagination$';