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
fix for header row not updating (
#4576
)
version-14
Zarrar
7 years ago
committed by
Faris Ansari
parent
eb2c7753c3
commit
816f045f75
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
frappe/public/js/frappe/form/grid.js
+ 0
- 2
frappe/public/js/frappe/form/grid.js
View File
@@ -480,8 +480,6 @@ frappe.ui.form.Grid = Class.extend({
},
setup_visible_columns: function() {
if(this.visible_columns) return;
var total_colsize = 1,
fields = this.editable_fields || this.docfields;
Write
Preview
Loading…
Cancel
Save