We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f1c0e commit 2a6bb14Copy full SHA for 2a6bb14
1 file changed
modules/fatture/edit.php
@@ -1023,10 +1023,6 @@ function aggiornaTestoPagamento() {
1023
var pagamentoData = $("#idpagamento").selectData();
1024
var bancaMancante = !bancaVal || bancaVal == "" || bancaVal == "null";
1025
1026
- console.log("DEBUG pagamentoData completo:", JSON.stringify(pagamentoData));
1027
- console.log("DEBUG codice_modalita_pagamento_fe:", pagamentoData ? pagamentoData.codice_modalita_pagamento_fe : "N/A");
1028
- console.log("DEBUG bancaVal:", bancaVal, "bancaMancante:", bancaMancante);
1029
-
1030
if (pagamentoData && pagamentoData.codice_modalita_pagamento_fe == "MP12") {
1031
var avviso = " ('.tr('Nessuna banca di addebito selezionata').')";
1032
var testoOriginale = pagamentoData.text || "";
0 commit comments