Commit 7214302d authored by Yusei Tahara's avatar Yusei Tahara

erp5_travel_expense: redirect to expense record module when sync finished.

parent 3370a6fe
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
}) })
.push(function () { .push(function () {
alert(translateString('Synchronisation Finished')); alert(translateString('Synchronisation Finished'));
return; return gadget.redirect({jio_key:"expense_record_module", page:"view"});
}); });
}); });
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value> <value> <string>953.41910.60961.31761</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1472523951.78</float> <float>1472791380.82</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