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:
parent
ea8af47a71
commit
68643ab1be
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user