Change default VAT rate to 21% (still overridable in the config)

This commit is contained in:
Paul van Tilburg 2013-06-20 22:12:39 +02:00
parent c982ba5925
commit b6d3c628a1
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ module StopTime::Models
# will be merged with this configuration.
DefaultConfig = { "invoice_id" => "%Y%N",
"hourly_rate" => 20.0,
"vat_rate" => 19.0 }
"vat_rate" => 21.0 }
# Creates a new configuration object and loads the configuation.
# by reading the file @config.yaml@ on disk, parsing it, and