Skip to content

Commit

Permalink
[FIX] Text conflicts.
Browse files Browse the repository at this point in the history
bzr revid: vta@openerp.com-20121106154141-03nnje0th7cjtlqf
  • Loading branch information
vta vta@openerp.com committed Nov 6, 2012
1 parent 83a264f commit c275363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/static/src/js/view_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -3177,7 +3177,7 @@ instance.web.form.Many2OneButton = instance.web.form.AbstractField.extend({
this.build_context(),
{title: this.string + ' ' +_t("Voucher: ")}
);
popup.on('create_completed write_completed', self, function(r){
popup.on('create_completed write_completed', self, function(r) {
self.set_value(r);
});
},
Expand Down

0 comments on commit c275363

Please sign in to comment.