Revision 6b84d430
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
42 | 42 |
datev_check_on_sales_invoice => { type => 'boolean', default => 'true' }, |
43 | 43 |
delivery_plan_calculate_transferred_do => { type => 'boolean', default => 'false', not_null => 1 }, |
44 | 44 |
delivery_plan_show_value_of_goods => { type => 'boolean', default => 'false', not_null => 1 }, |
45 |
disabled_price_sources => { type => 'array' }, |
|
46 | 45 |
dunning_ar => { type => 'integer' }, |
47 | 46 |
dunning_ar_amount_fee => { type => 'integer' }, |
48 | 47 |
dunning_ar_amount_interest => { type => 'integer' }, |
bin/mozilla/io.pl | ||
---|---|---|
1000 | 1000 |
$form->{oldmedia} = $form->{media}; |
1001 | 1001 |
$form->{media} = "email"; |
1002 | 1002 |
|
1003 |
my $defaults = |
|
1004 | 1003 |
my $global_bcc = AM->get_defaults()->{global_bcc}; |
1005 | 1004 |
|
1006 | 1005 |
$form->{bcc} = join ', ', grep $_, $form->{bcc}, $global_bcc; |
Auch abrufbar als: Unified diff
Freitagabendcommit Fixes