Commit f9f7aef6 authored by Romain Courteaud's avatar Romain Courteaud

erp5_*: jio 3.45.0

parent 78ef58ae
......@@ -6822,7 +6822,7 @@ return new Parser;
value = [value];
}
for (i = 0; i < value.length; i += 1) {
if (typeof value[i] === 'object') {
if ((value[i] !== null) && (typeof value[i] === 'object')) {
new_value[i] = value[i].content;
} else {
new_value[i] = value[i];
......
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.59929.13220.52002</string> </value>
<value> <string>994.62318.46378.10649</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>1632153232.99</float>
<float>1650641386.48</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -6822,7 +6822,7 @@ return new Parser;
value = [value];
}
for (i = 0; i < value.length; i += 1) {
if (typeof value[i] === 'object') {
if ((value[i] !== null) && (typeof value[i] === 'object')) {
new_value[i] = value[i].content;
} else {
new_value[i] = value[i];
......
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