mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14: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(),
|
'tax_rates' => $this->getTaxRates(),
|
||||||
'payment_terms' => $this->getPaymentTerms(),
|
'payment_terms' => $this->getPaymentTerms(),
|
||||||
'clients' => $this->getClients(),
|
'clients' => $this->getClients(),
|
||||||
|
'projects' => $this->getProjects(),
|
||||||
'products' => $this->getProducts(),
|
'products' => $this->getProducts(),
|
||||||
'invoices' => $this->getInvoices(),
|
'invoices' => $this->getInvoices(),
|
||||||
'recurring_invoices' => $this->getRecurringInvoices(),
|
'recurring_invoices' => $this->getRecurringInvoices(),
|
||||||
@ -252,7 +253,6 @@ class StepsController extends BaseController
|
|||||||
'client_gateway_tokens' => $this->getClientGatewayTokens(),
|
'client_gateway_tokens' => $this->getClientGatewayTokens(),
|
||||||
'expense_categories' => $this->getExpenseCategories(),
|
'expense_categories' => $this->getExpenseCategories(),
|
||||||
'task_statuses' => $this->getTaskStatuses(),
|
'task_statuses' => $this->getTaskStatuses(),
|
||||||
'projects' => $this->getProjects(),
|
|
||||||
'expenses' => $this->getExpenses(),
|
'expenses' => $this->getExpenses(),
|
||||||
'tasks' => $this->getTasks(),
|
'tasks' => $this->getTasks(),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user