WIP
This commit is contained in:
parent
7f7159776b
commit
edeb00a8bd
|
@ -220,15 +220,15 @@ class _VisitsOnThePropertyState extends State<VisitsOnTheProperty> with TickerPr
|
|||
if (uItem['VTA_FIXA'] == true)
|
||||
{
|
||||
FFLocalizations.of(context).getVariableText(
|
||||
ptText: 'Entrada Recorrente',
|
||||
enText: 'Recurrent Entry',
|
||||
ptText: 'Recorrente',
|
||||
enText: 'Recurrent',
|
||||
): FlutterFlowTheme.of(context).warning,
|
||||
},
|
||||
if (uItem['VTA_FIXA'] == false)
|
||||
{
|
||||
FFLocalizations.of(context).getVariableText(
|
||||
ptText: 'Entrada Única',
|
||||
enText: 'Single Entry',
|
||||
ptText: 'Única',
|
||||
enText: 'Single',
|
||||
): FlutterFlowTheme.of(context).success,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue