Fix customer type filter param in orders report (https://github.com/woocommerce/woocommerce-admin/pull/2169)

This commit is contained in:
Joshua T Flowers 2019-05-07 13:17:43 +08:00 committed by GitHub
parent 70f3cbe13c
commit 0ed477fc3c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export const advancedFilters = {
getLabels: getCouponLabels,
},
},
customer: {
customer_type: {
labels: {
add: __( 'Customer Type', 'woocommerce-admin' ),
remove: __( 'Remove customer filter', 'woocommerce-admin' ),