Removed finance-controller for more clarity.
This commit is contained in:
parent
ff6b460cfc
commit
2630ca2b14
10 changed files with 10 additions and 21 deletions
|
|
@ -34,11 +34,11 @@
|
|||
]
|
||||
},
|
||||
{ :name => "Finance", :url => "/finance",
|
||||
:active => ["finance", "finance/invoices", "finance/transactions", "finance/balancing"],
|
||||
:active => ["finance/invoices", "finance/transactions", "finance/balancing"],
|
||||
:access? => (u.role_finance?),
|
||||
:subnav => [
|
||||
{ :name => "Manage accounts", :url => "/finance/transactions" },
|
||||
{ :name => "Balance orders", :url => "/finance/balancing" },
|
||||
{ :name => "Balance orders", :url => "/finance/balancing/list" },
|
||||
{ :name => "Invoices", :url => finance_invoices_path }
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue