From b6d3c628a13ff6b23f895e96531f5f84cd5d8a1f Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 20 Jun 2013 22:12:39 +0200 Subject: [PATCH] Change default VAT rate to 21% (still overridable in the config) --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index ec58a8f..3a2241c 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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