This commit is contained in:
Yuri Kuznetsov
2022-02-04 17:33:12 +02:00
parent 8d2238e04a
commit ecffd310b7
+1 -1
View File
@@ -117,7 +117,7 @@ define('views/fields/currency', 'views/fields/float', function (Dep) {
},
formatNumber: function (value) {
if (this.mode === 'list' || this.mode === 'detail') {
if (this.mode === 'list' || this.mode === 'detail' || this.mode === 'listLink') {
return this.formatNumberDetail(value);
}