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)
|
if (uItem['VTA_FIXA'] == true)
|
||||||
{
|
{
|
||||||
FFLocalizations.of(context).getVariableText(
|
FFLocalizations.of(context).getVariableText(
|
||||||
ptText: 'Entrada Recorrente',
|
ptText: 'Recorrente',
|
||||||
enText: 'Recurrent Entry',
|
enText: 'Recurrent',
|
||||||
): FlutterFlowTheme.of(context).warning,
|
): FlutterFlowTheme.of(context).warning,
|
||||||
},
|
},
|
||||||
if (uItem['VTA_FIXA'] == false)
|
if (uItem['VTA_FIXA'] == false)
|
||||||
{
|
{
|
||||||
FFLocalizations.of(context).getVariableText(
|
FFLocalizations.of(context).getVariableText(
|
||||||
ptText: 'Entrada Única',
|
ptText: 'Única',
|
||||||
enText: 'Single Entry',
|
enText: 'Single',
|
||||||
): FlutterFlowTheme.of(context).success,
|
): FlutterFlowTheme.of(context).success,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue