From f05112c2697a434803c8e223facda20b50f64a56 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 3 Aug 2015 11:14:16 +0200 Subject: [PATCH] =?utf8?q?MetaSetup=20f=C3=BCr=20discount=20in=20Vendor?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit discount ist jetzt identisch mit dem äquivalent in Customer. --- SL/DB/MetaSetup/Vendor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DB/MetaSetup/Vendor.pm b/SL/DB/MetaSetup/Vendor.pm index 3a3c2a413..6a0969fdf 100644 --- a/SL/DB/MetaSetup/Vendor.pm +++ b/SL/DB/MetaSetup/Vendor.pm @@ -26,7 +26,7 @@ __PACKAGE__->meta->columns( department_2 => { type => 'text' }, depositor => { type => 'text' }, direct_debit => { type => 'boolean', default => 'false' }, - discount => { type => 'float', precision => 4, scale => 4 }, + discount => { type => 'float', scale => 4 }, email => { type => 'text' }, fax => { type => 'text' }, greeting => { type => 'text' }, -- 2.20.1