diff --git a/plugins/exportFE/actions.php b/plugins/exportFE/actions.php
index 8906ef5ae..6d596bbac 100755
--- a/plugins/exportFE/actions.php
+++ b/plugins/exportFE/actions.php
@@ -29,5 +29,12 @@ switch (filter('op')) {
echo json_encode($result);
+ break;
+
+ case 'verify':
+ $result = Interaction::getInvoiceRecepits($id_record);
+
+ echo json_encode($result);
+
break;
}
diff --git a/plugins/exportFE/edit.php b/plugins/exportFE/edit.php
index fa19b32f6..40cc3d4db 100755
--- a/plugins/exportFE/edit.php
+++ b/plugins/exportFE/edit.php
@@ -89,7 +89,17 @@ echo '
';
+ ';
+
+$verify = Interaction::isEnabled() && $generated;
+echo '
+
+
+ ';
+
+echo '
';
// Messaggio esito invio
if (!empty($record['codice_stato_fe'])) {
@@ -110,7 +120,7 @@ if (!empty($record['codice_stato_fe'])) {
echo '