optimize the SQL query for getting tax rates

This commit is contained in:
Colin Kuskie 2008-03-06 23:41:16 +00:00
parent d956e58bd7
commit 50fc494759
2 changed files with 6 additions and 14 deletions

View file

@ -439,7 +439,7 @@ cmp_deeply(
cmp_deeply(
$taxer->getTaxRates($taxFreeAddress),
[0.0],
[0,0],
'getTaxRates: return correct data for a state with no tax data'
);