Commit 8ac27a52 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fixup payment state on Invoice List

parent dcf96e75
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
css_class: "", css_class: "",
description: "Payment State", description: "Payment State",
hidden: 0, hidden: 0,
"default": {value: value}, "default": value,
key: "translated_simulation_state_title", key: "translated_simulation_state_title",
url: "gadget_slapos_invoice_state.html", url: "gadget_slapos_invoice_state.html",
title: "Payment State", title: "Payment State",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
css_class: "", css_class: "",
description: "Download Invoice", description: "Download Invoice",
hidden: 0, hidden: 0,
"default": {jio_key: value}, "default": {jio_key: result.data.rows[i].id},
key: "download", key: "download",
url: "gadget_slapos_invoice_printout.html", url: "gadget_slapos_invoice_printout.html",
title: "Download", title: "Download",
......
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1667590790.81</float> <float>1667930581.61</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