Remove order admin page filter 'show only unfulfilled orders' as done on spree 2

This commit is contained in:
luisramos0
2018-10-20 15:11:47 +01:00
parent 3a2e52cc98
commit 653c67971f
4 changed files with 0 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ angular.module("admin.orders").controller "ordersCtrl", ($scope, RequestMonitor,
'q[bill_address_firstname_start]': $scope['q']['bill_address_firstname_start'],
'q[bill_address_lastname_start]': $scope['q']['bill_address_lastname_start'],
'q[completed_at_not_null]': $scope['q']['completed_at_not_null'],
'q[inventory_units_shipment_id_null]': $scope['q']['inventory_units_shipment_id_null'],
'q[distributor_id_in]': $scope['q']['distributor_id_in'],
'q[order_cycle_id_in]': $scope['q']['order_cycle_id_in'],
'q[order_cycle_id_in]': $scope['q']['order_cycle_id_in'],