diff --git a/modules/articoli/plugins/articoli.movimenti.php b/modules/articoli/plugins/articoli.movimenti.php
index abf0c1c05..9bc709fee 100755
--- a/modules/articoli/plugins/articoli.movimenti.php
+++ b/modules/articoli/plugins/articoli.movimenti.php
@@ -19,6 +19,8 @@
include_once __DIR__.'/../../../core.php';
+use Modules\Anagrafiche\Anagrafica;
+
echo '
@@ -103,6 +105,7 @@ if (!empty($movimenti)) {
'.tr('Q.tà').' |
'.tr('Q.tà progressiva').' |
'.tr('Operazione').' |
+ '.tr('Controparte').' |
'.tr('Sede').' |
'.tr('Data').' |
# |
@@ -133,11 +136,12 @@ if (!empty($movimenti)) {
'.numberFormat($movimento['progressivo_finale'], 'qta').' '.$record['um'].'
-
'.$movimento->descrizione.''.($movimento->hasDocument() ? ' - '.reference($movimento->getDocument()) : '').'
|
-
+
+ '.Anagrafica::find($movimento->getDocument()->idanagrafica)->ragione_sociale.'
+ |
'.($movimento->nomesede ?: tr('Sede legale')).'
| ';