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 f117abc commit df00d69Copy full SHA for df00d69
1 file changed
modules/fatture/edit.php
@@ -1078,7 +1078,7 @@
1078
});
1079
1080
function checkRibaWarning() {
1081
- if ("'.($dir == 'entrata' ? 'true' : 'false').'") {
+ if ('.($dir == 'entrata' ? 'true' : 'false').') {
1082
let pagamentoData = $("#idpagamento").selectData();
1083
let bancaControparte = $("#id_banca_controparte").val();
1084
let ribaSddCodes = ["MP12", "MP19", "MP20", "MP21"];
0 commit comments