Skip to content

Commit

Permalink
[PYLINT] Unexpexted trailing comma into account_widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Sep 13, 2017
1 parent 5be8215 commit 4867609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_transaction_id/static/src/js/account_widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ odoo.define('base_transaction_id.base_transaction_id', function (require) {
if (line.transaction_ref) {
line.q_label += ' (' + line.transaction_ref + ')';
}
},
}
});

});

0 comments on commit 4867609

Please sign in to comment.