This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix: format currency value as float while grid upload
(cherry picked from commit
95f23b3adb
)
version-14
Shariq Ansari
2 年之前
committed by
Mergify
父節點
23caa1f93b
當前提交
5eb803ca95
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/js/frappe/form/grid.js
+ 1
- 0
frappe/public/js/frappe/form/grid.js
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存