From 7e758d9e23b9f11306f8b5e3ebef5aab89d4bb8a Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Sat, 21 Mar 2020 21:14:25 +0100 Subject: [PATCH] Fix dicitura fissa fattura in stampa --- templates/fatture/footer.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/fatture/footer.php b/templates/fatture/footer.php index 5da47da35..f03a93b8e 100755 --- a/templates/fatture/footer.php +++ b/templates/fatture/footer.php @@ -387,13 +387,9 @@ if ($fattura_accompagnatoria) { } echo ' - - - - -
- $dicitura_fissa_fattura$ -
'; +
+ $dicitura_fissa_fattura$ +
'; if (empty($options['last-page-footer'])) { echo '$default_footer$';