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

slapos_jio: Fixup payment state on Invoice List

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