diff --git a/plugins/importFE/list.php b/plugins/importFE/list.php index 94963b63f..5e4577498 100644 --- a/plugins/importFE/list.php +++ b/plugins/importFE/list.php @@ -80,21 +80,21 @@ if (!empty($list)) { '.moneyFormat($element['amount']).' - '; } if (file_exists($directory.'/'.$name)) { echo ' - '; } echo ' - @@ -213,4 +213,5 @@ function download_fe(button, file_id) { } start_local_datatables(); +init(); '; diff --git a/plugins/importFE/src/Interaction.php b/plugins/importFE/src/Interaction.php index 37a0639e0..7ef59828d 100644 --- a/plugins/importFE/src/Interaction.php +++ b/plugins/importFE/src/Interaction.php @@ -85,8 +85,8 @@ class Interaction extends Services public static function processInvoice($filename) { $response = static::request('POST', 'fattura_xml_salvata', [ - 'filename' => $filename, - ]); + 'filename' => $filename, + ]); $body = static::responseBody($response);