ItEr36S14CUAdministracionCategoriaCosteItEr35S15: added the interfaces to manage HourCosts and TypesOfWorkHours to the top menu

This commit is contained in:
Jacobo Aragunde Pérez 2009-12-02 20:58:34 +01:00 committed by Javier Moran Rua
parent 36bbea7e18
commit 0d60630d78

View file

@ -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"));
}