1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-08 15:48:45 +01:00

fix: fix generazione presentazioni bancarie

This commit is contained in:
Matteo 2024-11-04 16:00:53 +01:00
parent ea8af47a71
commit 68643ab1be

View File

@ -172,7 +172,7 @@ class Gestore
if (in_array($pagamento->codice_modalita_pagamento_fe, ['MP19', 'MP21'])) {
$method = 'B2B';
} elseif (in_array($pagamento->codice_modalita_pagamento_fe, ['MP20'])) {
} elseif (in_array($pagamento->codice_modalita_pagamento_fe, ['MP20', 'MP09'])) {
$method = 'CORE';
}