From: Sven Schöling Date: Tue, 10 Jan 2012 18:14:55 +0000 (+0100) Subject: USTVA: Position 83 nicht zweimal formatieren. X-Git-Tag: release-2.7.0beta1~61^2~12 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=110834f5a06b13fab76f20e8f1c16a8471f4988d;p=kivitendo-erp.git USTVA: Position 83 nicht zweimal formatieren. --- diff --git a/sql/Pg-upgrade2/ustva_2010_fixes.sql b/sql/Pg-upgrade2/ustva_2010_fixes.sql new file mode 100644 index 000000000..e24865dcf --- /dev/null +++ b/sql/Pg-upgrade2/ustva_2010_fixes.sql @@ -0,0 +1,6 @@ +-- @tag: ustva_2010_fixes +-- @description: Position 83 in der HTML USTVA muss auf 2 Stellen gerundet werden. +-- @charset: utf-8 +-- @depends: release_2_6_3 + +UPDATE tax.report_variables SET dec_places = '2' WHERE position = '83';