Skip to content
Snippets Groups Projects
Commit 1cb44954 authored by Grover Menacho's avatar Grover Menacho
Browse files

[FIX] point_of_sale: DOM Cache Error

parent fda1e7d2
No related branches found
No related tags found
No related merge requests found
......@@ -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];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment