[FIX] point_of_sale: DOM Cache Error
authorGrover Menacho <grover.menacho@poeisisconsulting.com>
Mon, 11 Aug 2014 15:58:15 +0000 (11:58 -0400)
committerGrover Menacho <grover.menacho@poeisisconsulting.com>
Mon, 11 Aug 2014 15:58:15 +0000 (11:58 -0400)
addons/point_of_sale/static/src/js/widgets.js

index bf03d3a..57a25cc 100644 (file)
@@ -27,7 +27,7 @@ function openerp_pos_widgets(instance, module){ //module is instance.point_of_sa
                             oldest_key  = key;
                         }
                     }
-                    if(oldestKey){
+                    if(oldest_key){
                         delete this.cache[oldest_key];
                         delete this.access_time[oldest_key];
                     }