File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
22
title =" {TripActivityName}"
23
23
number =" {
24
24
path: 'EstimatedCost/Value',
25
- type: 'sap.ui.model.type.Float'
25
+ type: 'sap.ui.model.type.Float',
26
+ formatOptions: {
27
+ minFractionDigits: 2,
28
+ maxFractionDigits: 2
29
+ }
26
30
}"
27
31
numberUnit =" {EstimatedCost/Currency}" >
28
32
<attributes >
29
- <ObjectAttribute text =" {RequesterLastname }, {RequesterFirstName}" />
33
+ <ObjectAttribute text =" {RequesterLastName }, {RequesterFirstName}" />
30
34
</attributes >
31
35
<statuses >
32
36
<ObjectStatus text =" {
Original file line number Diff line number Diff line change 65
65
title =" {TripActivityName}"
66
66
number =" {
67
67
path: 'EstimatedCost/Value',
68
- type: 'sap.ui.model.type.Float'
68
+ type: 'sap.ui.model.type.Float',
69
+ formatOptions: {
70
+ minFractionDigits: 2,
71
+ maxFractionDigits: 2
72
+ }
69
73
}"
70
74
numberUnit =" {EstimatedCost/Currency}" >
71
75
<attributes >
You can’t perform that action at this time.
0 commit comments