Skip to content

Commit 2a6bb14

Browse files
committed
style: rimozione debug
1 parent 38f1c0e commit 2a6bb14

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/fatture/edit.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,6 @@ function aggiornaTestoPagamento() {
10231023
var pagamentoData = $("#idpagamento").selectData();
10241024
var bancaMancante = !bancaVal || bancaVal == "" || bancaVal == "null";
10251025
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-
10301026
if (pagamentoData && pagamentoData.codice_modalita_pagamento_fe == "MP12") {
10311027
var avviso = " ('.tr('Nessuna banca di addebito selezionata').')";
10321028
var testoOriginale = pagamentoData.text || "";

0 commit comments

Comments
 (0)