From 9b80a8600018ead72806798fedf3a35c3ee519cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 23 Nov 2015 14:03:50 +0100 Subject: [PATCH] GoBD: transaction.tax: Numeric statt Text --- SL/GoBD.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/GoBD.pm b/SL/GoBD.pm index 53a59c44d..ac2767825 100644 --- a/SL/GoBD.pm +++ b/SL/GoBD.pm @@ -76,7 +76,7 @@ my %datev_column_defs = ( invnumber => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('Reference'), }, name => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('Name'), }, notes => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('Notes'), }, - tax => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('Tax'), }, + tax => { type => 'Rose::DB::Object::Metadata::Column::Numeric', text => t8('Tax'), }, taxdescription => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('tax_taxdescription'), }, taxkey => { type => 'Rose::DB::Object::Metadata::Column::Integer', text => t8('Taxkey'), }, tax_accname => { type => 'Rose::DB::Object::Metadata::Column::Text', text => t8('Tax Account Name'), }, -- 2.20.1