Commit f9f7aef6 authored by Romain Courteaud's avatar Romain Courteaud

erp5_*: jio 3.45.0

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