From 3a514d335efb23766d97e1a88885305480e267a7 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sun, 3 Aug 2025 11:41:03 -0300 Subject: [PATCH] Atualizando arquivos --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 4dcc5ae..61610b3 100644 --- a/js/main.js +++ b/js/main.js @@ -1706,7 +1706,7 @@ function alternarCheckboxes() { $('#description').val(''); /** Seleciona o mês */ - $("#readjustment_month").prop('selectedIndex', 0); + $("#readjustment_month option:contains(" + '' + ")").attr('selected', true); /** Carrega o dia do vencimento*/ $('#day_due').val(''); @@ -1792,7 +1792,7 @@ function alternarCheckboxes() { $('#budget').focus(); //Altera o texto do botão de ação - $('#btnGerarOrcamento').html('Cancelar Orçamento'); + $('#btnGerarOrcamento').html('Cancelar Orçamento Agrupado'); $('#btnGerarOrcamento').addClass('btn-danger'); }