This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'hotfix'
version-14
Nabin Hait
8 years ago
parent
6d9c1699c4
1824ad837b
commit
c1155eb6e6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-1
frappe/public/js/frappe/views/reports/reportview.js
+ 1
- 1
frappe/__init__.py
View File
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '7.2.
9
'
__version__ = '7.2.
10
'
__title__ = "Frappe Framework"
local = Local()
+ 1
- 1
frappe/public/js/frappe/views/reports/reportview.js
View File
@@ -522,7 +522,7 @@ frappe.views.ReportView = frappe.ui.Listing.extend({
var me = this;
this.page.add_inner_button(__('Show Totals'), function() {
me.add_totals_row = 1 - me.add_totals_row;
me.add_totals_row = 1 -
(
me.add_totals_row
? me.add_totals_row : 0)
;
me.render_list();
});
},
Write
Preview
Loading…
Cancel
Save