Browse Source

Merge pull request #18388 from frappe/mergify/bp/version-14-hotfix/pr-18380

version-14
Shariq Ansari 2 years ago
committed by GitHub
parent
commit
c219f2a5dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/public/js/frappe/form/grid.js

+ 1
- 0
frappe/public/js/frappe/form/grid.js View File

@@ -1011,6 +1011,7 @@ export default class Grid {
Int: (val) => cint(val),
Check: (val) => cint(val),
Float: (val) => flt(val),
Currency: (val) => flt(val),
};

// upload


Loading…
Cancel
Save