[USA] Reomved the unxpected lines

bzr revid: jam@tinyerp.com-20120821071842-srbnqutwfia8m5cb
This commit is contained in:
Jigar Amin - OpenERP 2012-08-21 12:48:42 +05:30
parent 09f031cd99
commit a02de882a2
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ openerp.web.list_editable = function (instance) {
instance.web.ListView.List.include(/** @lends instance.web.ListView.List# */{
row_clicked: function (event) {
if (!this.view.editable() || ! this.view._is_action_enabled('edit')) {
return this._super.apply(this, arguments);
}