Commit b10bc3ee authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Remove XXX already fixed

parent b6666039
...@@ -183,7 +183,6 @@ ...@@ -183,7 +183,6 @@
return gadget.getTranslationList(["Page", "New Page"]) return gadget.getTranslationList(["Page", "New Page"])
.push(function (result_list) { .push(function (result_list) {
// XXX TODO right term
thumbnail_dom_list.push(domsugar('button', {type: 'button', thumbnail_dom_list.push(domsugar('button', {type: 'button',
text: result_list[1], text: result_list[1],
// Do not allow to show again the current image // Do not allow to show again the current image
...@@ -192,7 +191,6 @@ ...@@ -192,7 +191,6 @@
})); }));
for (i = 0; i < len; i += 1) { for (i = 0; i < len; i += 1) {
// XXX right term
// XXX TODO display a loader when saving // XXX TODO display a loader when saving
if (gadget.state['blob_state_' + i] !== 'deleted') { if (gadget.state['blob_state_' + i] !== 'deleted') {
thumbnail_dom_list.push(domsugar('button', { thumbnail_dom_list.push(domsugar('button', {
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>981.39718.56660.63334</string> </value> <value> <string>981.39722.8382.24115</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1580773087.67</float> <float>1580782043.63</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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