Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f05112c2

Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt

  • ID f05112c2697a434803c8e223facda20b50f64a56
  • Vorgänger 4b1261d8
  • Nachfolger 37a9413b

MetaSetup für discount in Vendor

discount ist jetzt identisch mit dem äquivalent in Customer.

Unterschiede anzeigen:

SL/DB/MetaSetup/Vendor.pm
26 26
  department_2     => { type => 'text' },
27 27
  depositor        => { type => 'text' },
28 28
  direct_debit     => { type => 'boolean', default => 'false' },
29
  discount         => { type => 'float', precision => 4, scale => 4 },
29
  discount         => { type => 'float', scale => 4 },
30 30
  email            => { type => 'text' },
31 31
  fax              => { type => 'text' },
32 32
  greeting         => { type => 'text' },

Auch abrufbar als: Unified diff