diff --git a/modules/pagamenti/actions.php b/modules/pagamenti/actions.php index 493ed3dfe..95a73e90d 100644 --- a/modules/pagamenti/actions.php +++ b/modules/pagamenti/actions.php @@ -31,6 +31,7 @@ switch (filter('op')) { 'giorno' => $giorno, 'prc' => post('percentuale')[$key], 'descrizione' => $descrizione, + 'riba' => post('riba'), 'idconto_vendite' => post('idconto_vendite'), 'idconto_acquisti' => post('idconto_acquisti'), 'codice_modalita_pagamento_fe' => post('codice_modalita_pagamento_fe'), diff --git a/modules/pagamenti/edit.php b/modules/pagamenti/edit.php index d2ac9d4fd..91bf7b61e 100644 --- a/modules/pagamenti/edit.php +++ b/modules/pagamenti/edit.php @@ -18,9 +18,13 @@ include_once __DIR__.'/../../core.php'; {[ "type": "text", "label": "", "name": "descrizione", "value": "$descrizione$", "required": 1 ]} -
+
{[ "type": "select", "label": "", "name": "codice_modalita_pagamento_fe", "value": "$codice_modalita_pagamento_fe$", "values": "query=SELECT codice as id, CONCAT(codice, ' - ', descrizione) AS descrizione FROM fe_modalita_pagamento", "required": 1 ]}
+ +
+ {[ "type": "checkbox", "label": "", "name": "riba", "value": "$riba$", "help": "" ]} +