forked from DGNum/gestioCOF
Fix SpecialOpeFormatter
This commit is contained in:
parent
ec9f47274a
commit
514f1da6df
1 changed files with 1 additions and 1 deletions
|
@ -1619,7 +1619,7 @@ class SpecialOpeFormatter extends OperationFormatter {
|
||||||
}
|
}
|
||||||
|
|
||||||
static prop_infos2(a) {
|
static prop_infos2(a) {
|
||||||
return SpecialOperation.verbose_types(a.type) || '' ;
|
return SpecialOperation.verbose_types[a.type] || '' ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue