Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c9ba2b5b

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID c9ba2b5b07439bffc0e6f8e3f9862cbdefb8ea3f
  • Vorgänger 7b03930b
  • Nachfolger 29690941

Shopmodul: roseupdate für tbl customer

Unterschiede anzeigen:

SL/DB/MetaSetup/Customer.pm
29 29
  depositor                 => { type => 'text' },
30 30
  direct_debit              => { type => 'boolean', default => 'false' },
31 31
  discount                  => { type => 'float', scale => 4 },
32
  dunning_lock              => { type => 'boolean', default => 'false', not_null => 1 },
32 33
  email                     => { type => 'text' },
33 34
  fax                       => { type => 'text' },
34 35
  gln                       => { type => 'text' },
......
42 43
  language_id               => { type => 'integer' },
43 44
  mandate_date_of_signature => { type => 'date' },
44 45
  mandator_id               => { type => 'text' },
46
  mass_email_lock           => { type => 'boolean', default => 'true', not_null => 1 },
47
  mass_letter_lock          => { type => 'boolean', default => 'false', not_null => 1 },
45 48
  mtime                     => { type => 'timestamp' },
46 49
  name                      => { type => 'text', not_null => 1 },
47 50
  notes                     => { type => 'text' },
48 51
  obsolete                  => { type => 'boolean', default => 'false' },
52
  order_lock                => { type => 'boolean', default => 'false', not_null => 1 },
49 53
  payment_id                => { type => 'integer' },
50 54
  phone                     => { type => 'text' },
51 55
  pricegroup_id             => { type => 'integer' },
......
55 59
  taxincluded_checked       => { type => 'boolean' },
56 60
  taxnumber                 => { type => 'text' },
57 61
  taxzone_id                => { type => 'integer', not_null => 1 },
62
  telephone_aquisition_lock => { type => 'boolean', default => 'false', not_null => 1 },
58 63
  user_password             => { type => 'text' },
59 64
  username                  => { type => 'text' },
60 65
  ustid                     => { type => 'text' },

Auch abrufbar als: Unified diff