Handle sorting by tax_rate_order.
This commit is contained in:
parent
f77b77e335
commit
e7347ecca4
|
@ -46,6 +46,8 @@
|
|||
} );
|
||||
}
|
||||
|
||||
rates = _.sortBy( rates, 'tax_rate_order' );
|
||||
|
||||
return rates;
|
||||
}
|
||||
} ),
|
||||
|
|
Loading…
Reference in New Issue