[FIX] point_of_sale: missing 'this.'

bzr revid: fva@openerp.com-20130115172525-jr5ruv0l2eiylkmh
This commit is contained in:
Frédéric van der Essen 2013-01-15 18:25:25 +01:00
parent 483d57e878
commit 70cdcc70cf
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ function openerp_pos_db(instance, module){
},
get_product_by_ean13: function(ean13){
if(this.product_by_ean13[ean13]){
return product_by_ean13[ean13];
return this.product_by_ean13[ean13];
}
var pack = this.packagings_by_ean13[ean13];
if(pack){