mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Handling tax categories without tax rates
This commit is contained in:
@@ -21,5 +21,11 @@ module OpenFoodNetwork
|
||||
report.send(:grower_and_method, v).should == "Producer (Method)"
|
||||
end
|
||||
end
|
||||
|
||||
describe "gst" do
|
||||
it "handles tax category without rates" do
|
||||
report.send(:gst, v).should == 0
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user