From 019009bfd23e3ef63af484e4fe7584ff25257fd1 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 13 May 2019 19:21:46 +0200 Subject: [PATCH] Aggiunta data ricezione in fase di import fatture di acquisto Migliorie minori --- include/bottom.php | 2 +- modules/dashboard/edit.php | 59 +++++++++++---------- plugins/importFE/actions.php | 1 + plugins/importFE/rows.php | 8 +++ plugins/importFE/src/FatturaElettronica.php | 9 ++-- plugins/importFE/src/InvoiceHook.php | 14 +++-- plugins/receiptFE/src/ReceiptHook.php | 25 +++++---- 7 files changed, 74 insertions(+), 44 deletions(-) diff --git a/include/bottom.php b/include/bottom.php index 2e08b1d4b..545be7cfe 100644 --- a/include/bottom.php +++ b/include/bottom.php @@ -87,7 +87,7 @@ if (Auth::check()) { result = JSON.parse(data); $("#hook-loader-" + hook.id).remove(); - message = \'
  • \' + result.message + \'
  • \'; + message = \'
  • \' + result.message + \'
  • \'; // Inserimento della notifica if(result.notify) { diff --git a/modules/dashboard/edit.php b/modules/dashboard/edit.php index 4b4ec6ca8..240ded8ed 100644 --- a/modules/dashboard/edit.php +++ b/modules/dashboard/edit.php @@ -367,43 +367,48 @@ if ($vista == 'mese') { ?>