1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

fix accounting archive generation

This commit is contained in:
Sylvain 2020-03-24 18:18:27 +01:00
parent 36adddad53
commit 9069139bc4

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
json.extract! invoiced, :created_at, :stp_invoice_id
json.extract! invoiced, :created_at
json.reservable do
json.type invoiced.reservable_type
json.id invoiced.reservable_id