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