update staff list, add pin editor and privilege editor
This commit is contained in:
@@ -396,7 +396,6 @@ bool hasUnicode(String text) {
|
||||
return unicodeSymbols.length > 0;
|
||||
}
|
||||
|
||||
|
||||
String removeTrailingZeros(double number) {
|
||||
String result = number.toString();
|
||||
result = result.indexOf('.') > 0
|
||||
|
||||
Reference in New Issue
Block a user