mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix registrazione prima nota
This commit is contained in:
parent
2e2644625f
commit
a09ae9c89e
@ -207,7 +207,7 @@ function controllaConti() {
|
|||||||
|
|
||||||
// Blocco degli input con valore non impostato
|
// Blocco degli input con valore non impostato
|
||||||
$("input[id*=dare], input[id*=avere]").each(function() {
|
$("input[id*=dare], input[id*=avere]").each(function() {
|
||||||
let conto_relativo = $(this).parent().parent().find("select").val();
|
let conto_relativo = $(this).parent().parent().parent().find("select").val();
|
||||||
|
|
||||||
if (!conto_relativo) {
|
if (!conto_relativo) {
|
||||||
$(this).prop("disabled", true);
|
$(this).prop("disabled", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user