diff --git a/modules/pagamenti/actions.php b/modules/pagamenti/actions.php index 4fb11072e..742de9f35 100644 --- a/modules/pagamenti/actions.php +++ b/modules/pagamenti/actions.php @@ -33,6 +33,7 @@ switch (filter('op')) { 'descrizione' => $descrizione, 'idconto_vendite' => post('idconto_vendite'), 'idconto_acquisti' => post('idconto_acquisti'), + 'codice_modalita_pagamento_fe' => post('codice_modalita_pagamento_fe'), ]; if (!empty($id)) { diff --git a/modules/pagamenti/edit.php b/modules/pagamenti/edit.php index e03422fd0..46cf0d6ac 100644 --- a/modules/pagamenti/edit.php +++ b/modules/pagamenti/edit.php @@ -14,15 +14,21 @@ include_once __DIR__.'/../../core.php';