Add floats to numeric column classes
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Tue, 28 Mar 2023 16:14:00 +0000 (16:14 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Tue, 28 Mar 2023 16:14:00 +0000 (16:14 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/share/grid/grid.ts

index 7c117d1..04d19c4 100644 (file)
@@ -1411,8 +1411,9 @@ export class GridContext {
                 // don't break
             case 'id':
             case 'int':
-            case 'number':
+            case 'float':
             case 'money':
+            case 'number':
                 classes.push('numeric');
                 break;
             default: