ItEr36S14CUAdministracionCategoriaCosteItEr35S15: added the interfaces to manage HourCosts and TypesOfWorkHours to the top menu
This commit is contained in:
parent
36bbea7e18
commit
0d60630d78
1 changed files with 4 additions and 0 deletions
|
|
@ -190,6 +190,10 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
subItem(_("Calendars"), "/calendars/calendars.zul"),
|
||||
subItem(_("Label types"), "/labels/labelTypes.zul"),
|
||||
subItem(_("Materials"), "/materials/materials.zul"),
|
||||
subItem(_("Manage cost categories"),
|
||||
"/costcategories/costCategory.zul"),
|
||||
subItem(_("Manage types of work hours"),
|
||||
"/costcategories/typeOfWorkHours.zul"),
|
||||
subItem(_("Configuration"), "/common/configuration.zul"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue