Commit 0ebfe020 by François C.

Merge branch 'evolution_bdm' of gl.cooperatic.fr:cooperatic-foodcoops/odoo into evolution_bdm

parents 52e4881c 836ef48f
...@@ -150,8 +150,6 @@ var PosDB = core.Class.extend({ ...@@ -150,8 +150,6 @@ var PosDB = core.Class.extend({
}, },
/* saves a record store to the database */ /* saves a record store to the database */
save: function(store,data){ save: function(store,data){
console.log(data)
console.log('on stocke une chaine de ' + JSON.stringify(data).length + ' car. dans ' + this.name + '_' + store + ' (' + Date.now() +')')
localStorage[this.name + '_' + store] = JSON.stringify(data); localStorage[this.name + '_' + store] = JSON.stringify(data);
this.cache[store] = data; this.cache[store] = data;
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment