Handle sorting by tax_rate_order.

This commit is contained in:
George Stephanis 2015-08-12 15:29:33 -04:00
parent f77b77e335
commit e7347ecca4
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
} ); } );
} }
rates = _.sortBy( rates, 'tax_rate_order' );
return rates; return rates;
} }
} ), } ),