Skip to content

Commit

Permalink
Update forma de pagamento.json
Browse files Browse the repository at this point in the history
DVARLOJ1-10089 - Permissão de preenchimento do campo 'operadora' quando tipos de pagamento forem igual CREDITO ou DEBITO
  • Loading branch information
EvandroPattaro authored Nov 23, 2023
1 parent 8d6e13c commit c894eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts-auxiliares/forma de pagamento.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"Trigger": null,
"Required": false,
"Picture": "@S20!",
"CanChange": "IIf(oModel:GetValue('TIPO') == '10' .Or. oModel:GetValue('TIPO') == '0 ',.T.,.F.)",
"CanChange": "IIf(oModel:GetValue('TIPO') $ '10|0 |2 |3 ',.T.,.F.)",
"Valid": "ExistCpo('SAE',AllTrim(xValor))",
"IniPad": null,
"Help": [
Expand Down Expand Up @@ -409,7 +409,7 @@
"ComponentContent": ""
}
],
"LayoutVersion": 4.7,
"LayoutVersion": 4.8,
"PosValid": {
"Condition": "LjAuxMsg(IIf(oModel:GetValue('MIHDETAIL','TIPO') == '10',!Empty(oModel:GetValue('MIHDETAIL','OPERADORA')),.T.), 'OPERADORA', 'M1',2)",
"Messages": [
Expand Down

0 comments on commit c894eb2

Please sign in to comment.