diff --git a/modules/anagrafiche/buttons.php b/modules/anagrafiche/buttons.php
index e97940d8e..038e75e9a 100644
--- a/modules/anagrafiche/buttons.php
+++ b/modules/anagrafiche/buttons.php
@@ -21,13 +21,13 @@ if (in_array($id_cliente, $tipi_anagrafica)) {
'.tr('Nuovo contratto').'
-
- '.tr('Nuovo ddt').'
-
-
'.tr('Nuovo ordine').'
+
+
+ '.tr('Nuovo ddt').'
+
'.tr('Nuova fattura').'
diff --git a/templates/fatture/body.php b/templates/fatture/body.php
index 2c2001e20..1a375957c 100644
--- a/templates/fatture/body.php
+++ b/templates/fatture/body.php
@@ -140,7 +140,7 @@ foreach ($righe as $r) {
if ($r['sconto'] > 0) {
echo "
-
- ".tr('sconto _TOT_ _TYPE_', [
+
".tr('sconto _TOT_ _TYPE_', [
'_TOT_' => Translator::numberToLocale($r['sconto_unitario']),
'_TYPE_' => ($r['tipo_sconto'] == 'PRC' ? '%' : '€'),
]).'';
@@ -163,7 +163,7 @@ foreach ($righe as $r) {
if ($r['sconto'] > 0) {
echo "
-
".tr('sconto di _TOT_ _TYPE_', [
+
".tr('sconto _TOT_ _TYPE_', [
'_TOT_' => Translator::numberToLocale($r['sconto']),
'_TYPE_' => '€',
]).'';