MetaSetup für discount in Vendor
authorG. Richardson <information@kivitendo-premium.de>
Mon, 3 Aug 2015 09:14:16 +0000 (11:14 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 3 Aug 2015 09:14:16 +0000 (11:14 +0200)
discount ist jetzt identisch mit dem äquivalent in Customer.

SL/DB/MetaSetup/Vendor.pm

index 3a3c2a4..6a0969f 100644 (file)
@@ -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' },