Skip to content

Commit

Permalink
fix for header row not updating (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlash65 authored and netchampfaris committed Dec 6, 2017
1 parent eb2c775 commit 816f045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frappe/public/js/frappe/form/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 816f045

Please sign in to comment.