mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-19 21:10:49 +01:00
Fix #1066
This commit is contained in:
parent
766b47b264
commit
9302bf364b
@ -107,6 +107,8 @@ echo '
|
||||
}
|
||||
|
||||
function scomponiIban() {
|
||||
let value = iban.get();
|
||||
if (value.length > 25) {
|
||||
$.ajax({
|
||||
url: globals.rootdir + '/actions.php',
|
||||
data: {
|
||||
@ -134,6 +136,7 @@ echo '
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function componiIban() {
|
||||
// Controllo su campi con valore impostato
|
||||
|
Loading…
x
Reference in New Issue
Block a user