Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 74329d79

Von Jan Büren vor mehr als 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
default_address => { type => 'boolean', default => 'false', not_null => 1 },
department_1 => { type => 'text' },
department_2 => { type => 'text' },
dunning_mail => { type => 'text' },
email => { type => 'text' },
fax => { type => 'text' },
gln => { type => 'text' },
SL/DB/MetaSetup/Customer.pm
depositor => { type => 'text' },
direct_debit => { type => 'boolean', default => 'false' },
discount => { type => 'float', precision => 4, scale => 4 },
dunning_mail => { type => 'text' },
email => { type => 'text' },
fax => { type => 'text' },
gln => { type => 'text' },
sql/Pg-upgrade2/customer_add_dunning_mail.sql
-- @tag: customer_add_dunning_mail
-- @description: Mahnungsadresse (E-Mail-Empfänger)
-- @depends: release_3_6_0
ALTER TABLE customer ADD COLUMN dunning_mail text;
ALTER TABLE additional_billing_addresses ADD COLUMN dunning_mail text;

Auch abrufbar als: Unified diff