Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 74329d79

Von Jan Büren vor etwa 2 Jahren hinzugefügt

  • ID 74329d791608248ca3ef27487ac3553b7d733a6b
  • Vorgänger 99af8f9b
  • Nachfolger 08b6f2bf

E-Mail für Mahnungsempfänger hinterlegen

Unterschiede anzeigen:

SL/DB/MetaSetup/AdditionalBillingAddress.pm
16 16
  default_address => { type => 'boolean', default => 'false', not_null => 1 },
17 17
  department_1    => { type => 'text' },
18 18
  department_2    => { type => 'text' },
19
  dunning_mail    => { type => 'text' },
19 20
  email           => { type => 'text' },
20 21
  fax             => { type => 'text' },
21 22
  gln             => { type => 'text' },
SL/DB/MetaSetup/Customer.pm
34 34
  depositor                 => { type => 'text' },
35 35
  direct_debit              => { type => 'boolean', default => 'false' },
36 36
  discount                  => { type => 'float', precision => 4, scale => 4 },
37
  dunning_mail              => { type => 'text' },
37 38
  email                     => { type => 'text' },
38 39
  fax                       => { type => 'text' },
39 40
  gln                       => { type => 'text' },
sql/Pg-upgrade2/customer_add_dunning_mail.sql
1
-- @tag: customer_add_dunning_mail
2
-- @description: Mahnungsadresse (E-Mail-Empfänger)
3
-- @depends: release_3_6_0
4
ALTER TABLE customer ADD COLUMN dunning_mail text;
5
ALTER TABLE additional_billing_addresses ADD COLUMN dunning_mail text;

Auch abrufbar als: Unified diff