mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Include completed_at attribute
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user