Skip to content

Commit

Permalink
Merge pull request #2444 from prefeiturasp/hotfix/9.6.2
Browse files Browse the repository at this point in the history
Hotfix/9.6.2
  • Loading branch information
rayanemsantos authored Jul 15, 2024
2 parents d206de0 + 2980fb5 commit e17e914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptrf",
"version": "9.6.1",
"version": "9.6.2",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ export const CadastroForm = ({verbo_http}) => {

values.motivos_pagamento_antecipado = montaPayloadMotivosPagamentoAntecipado()
values.outros_motivos_pagamento_antecipado = txtOutrosMotivosPagamentoAntecipado.trim() && checkBoxOutrosMotivosPagamentoAntecipado ? txtOutrosMotivosPagamentoAntecipado : ""

if(aux.origemAnaliseLancamento(parametroLocation)){
if(values.despesa_incompleta > 0){
if(document.getElementsByClassName("despesa_incompleta").length > 0){
setLoading(false);
setBtnSubmitDisable(false);
setShowDespesaIncompletaNaoPermitida(true);
Expand Down

0 comments on commit e17e914

Please sign in to comment.