|
@@ -154,7 +154,12 @@ class UI {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public static function jsAjaxTable($params) {
|
|
public static function jsAjaxTable($params) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public static function price($value) {
|
|
|
|
|
+ // TODO: if not number type - string wwith wrong format - try to convert?
|
|
|
|
|
+ return number_format($value, 2, ',', ' ');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|