Revision 74329d79
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
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
E-Mail für Mahnungsempfänger hinterlegen