Skip to content

Commit df00d69

Browse files
committed
fix: #1787 avviso nessuna banca di addebito impostata in fatture di acquisto
1 parent f117abc commit df00d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/fatture/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
});
10791079
10801080
function checkRibaWarning() {
1081-
if ("'.($dir == 'entrata' ? 'true' : 'false').'") {
1081+
if ('.($dir == 'entrata' ? 'true' : 'false').') {
10821082
let pagamentoData = $("#idpagamento").selectData();
10831083
let bancaControparte = $("#id_banca_controparte").val();
10841084
let ribaSddCodes = ["MP12", "MP19", "MP20", "MP21"];

0 commit comments

Comments
 (0)