mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix sorting orders by total in admin/ via api/v0/orders
This commit is contained in:
@@ -12,7 +12,7 @@ module Spree
|
||||
include Balance
|
||||
|
||||
searchable_attributes :number, :state, :shipment_state, :payment_state, :distributor_id,
|
||||
:order_cycle_id, :email
|
||||
:order_cycle_id, :email, :total
|
||||
searchable_associations :shipping_method, :bill_address
|
||||
searchable_scopes :complete, :incomplete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user