]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Vendor.pm
ZUGFeRD: Feature über Mandantenkonfiguration abschaltbar
[mfinanz.git] / SL / DB / MetaSetup / Vendor.pm
index 54e9d07b564278c1c4c84b91e6164b7a775b76f6..8be59fe1da1882b3ce915d80a29d65a4b01f1998 100644 (file)
@@ -26,9 +26,10 @@ __PACKAGE__->meta->columns(
   department_2     => { type => 'text' },
   depositor        => { type => 'text' },
   direct_debit     => { type => 'boolean', default => 'false' },
-  discount         => { type => 'float', scale => 4 },
+  discount         => { type => 'float', precision => 4, scale => 4 },
   email            => { type => 'text' },
   fax              => { type => 'text' },
+  gln              => { type => 'text' },
   greeting         => { type => 'text' },
   homepage         => { type => 'text' },
   iban             => { type => 'text' },