diff --git a/app/models/invoice/data_presenter.rb b/app/models/invoice/data_presenter.rb index 82f069145b..82c0d8954e 100644 --- a/app/models/invoice/data_presenter.rb +++ b/app/models/invoice/data_presenter.rb @@ -11,7 +11,7 @@ class Invoice extend Invoice::DataPresenterAttributes attributes :additional_tax_total, :currency, :included_tax_total, :payment_total, - :shipping_method_id, :state, :total, :number, :note, :special_instructions + :shipping_method_id, :state, :total, :number, :note, :special_instructions, :completed_at attributes_with_presenter :bill_address, :customer, :distributor, :ship_address, :shipping_method, :order_cycle