mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 01:34:30 -04:00
Migration for projects
This commit is contained in:
parent
38c017fdf8
commit
0bdda6a529
@ -241,6 +241,7 @@ class StepsController extends BaseController
|
||||
'tax_rates' => $this->getTaxRates(),
|
||||
'payment_terms' => $this->getPaymentTerms(),
|
||||
'clients' => $this->getClients(),
|
||||
'projects' => $this->getProjects(),
|
||||
'products' => $this->getProducts(),
|
||||
'invoices' => $this->getInvoices(),
|
||||
'recurring_invoices' => $this->getRecurringInvoices(),
|
||||
@ -252,7 +253,6 @@ class StepsController extends BaseController
|
||||
'client_gateway_tokens' => $this->getClientGatewayTokens(),
|
||||
'expense_categories' => $this->getExpenseCategories(),
|
||||
'task_statuses' => $this->getTaskStatuses(),
|
||||
'projects' => $this->getProjects(),
|
||||
'expenses' => $this->getExpenses(),
|
||||
'tasks' => $this->getTasks(),
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user