mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
added format_currency and added options to all currency fields
This commit is contained in:
@@ -255,7 +255,7 @@ erpnext.StockLedger = erpnext.StockGridReport.extend({
|
||||
get_tooltip_text: function(label, x, y) {
|
||||
var d = new Date(x);
|
||||
var date = dateutil.obj_to_user(d) + " " + d.getHours() + ":" + d.getMinutes();
|
||||
var value = fmt_money(y);
|
||||
var value = format_number(y);
|
||||
return value.bold() + " on " + date;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user