Commit 8c5098a6 authored by Sven Franck's avatar Sven Franck

erp5_officejs_afs_directory: enable software website url

parent 9d0daba6
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
function saveSoftwareDocument (software) { function saveSoftwareDocument (software) {
software.portal_type = "software"; software.portal_type = "software";
software.publisher = publisher; software.publisher = publisher;
software.website = website; software.publisher_website = website;
software.uid = (uid++).toString(); software.uid = (uid++).toString();
return gadget.jio_put(software.uid, software); return gadget.jio_put(software.uid, software);
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>953.58292.19625.51814</string> </value> <value> <string>953.59501.4762.50585</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1473843145.69</float> <float>1477401074.54</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