mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-26 13:44:55 +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 = $pagamenti['DettaglioPagamento'];
|
||||||
$metodi = isset($metodi[0]) ? $metodi : [$metodi];
|
$metodi = isset($metodi[0]) ? $metodi : [$metodi];
|
||||||
|
|
||||||
|
$codice_modalita_pagamento = $metodi[0]['ModalitaPagamento'];
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<h4>'.tr('Pagamento').'</h4>
|
<h4>'.tr('Pagamento').'</h4>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user