Commit 4709679a authored by Vincent Bechu's avatar Vincent Bechu

[erp5_web_renderjs_ui] Release Jio 3.21.1

parent 14420bf2
......@@ -7011,7 +7011,7 @@ return new Parser;
value = '%' + this.value + '%';
for (k in item) {
if (item.hasOwnProperty(k)) {
if (k !== '__id') {
if (k !== '__id' && item[k]) {
if (matchMethod(item[k], value) === true) {
return true;
}
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.20724.1129.34116</string> </value>
<value> <string>961.29047.58460.27443</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1502374266.6</float>
<float>1502962350.55</float>
<string>UTC</string>
</tuple>
</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