missing template color
This commit is contained in:
parent
4cb4f54771
commit
3b10588bcd
@ -120,6 +120,7 @@ class Version200 extends Listener
|
||||
'invoice.title' => trans_choice('general.invoices', 1),
|
||||
'invoice.payment_terms' => '0',
|
||||
'invoice.template' => 'default',
|
||||
'invoice.color' => '#55588b',
|
||||
'default.account' => 'general.default_account',
|
||||
'default.currency' => 'general.default_currency',
|
||||
'default.locale' => 'general.default_locale',
|
||||
|
@ -60,6 +60,7 @@ class Settings extends Seeder
|
||||
'invoice.title' => trans_choice('general.invoices', 1),
|
||||
'invoice.payment_terms' => '0',
|
||||
'invoice.template' => 'default',
|
||||
'invoice.color' => '55588b',
|
||||
'default.payment_method' => 'offline-payments.cash.1',
|
||||
'default.list_limit' => '25',
|
||||
'default.use_gravatar' => '0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user