mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 06:55:05 +01:00
Filtro pagamenti su XML
This commit is contained in:
parent
2d26e2872e
commit
a19268cac7
@ -87,6 +87,8 @@ if (!empty($pagamenti)) {
|
||||
$metodi = $pagamenti['DettaglioPagamento'];
|
||||
$metodi = isset($metodi[0]) ? $metodi : [$metodi];
|
||||
|
||||
$codice_modalita_pagamento = $metodi[0]['ModalitaPagamento'];
|
||||
|
||||
echo '
|
||||
<h4>'.tr('Pagamento').'</h4>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user