|
|
@@ -703,6 +703,7 @@ SQL_FUN;
|
|
|
// UI::link('warning', "oferta (Admin)", "index.php?_route=UrlAction_ProjektyKosztyWstepnychRobot&ID_PROJECT={$idProject}&_task=ofertaAdmin", ['target'=>'_blank']);
|
|
|
// UI::link('warning', "oferta company", "index.php?_route=UrlAction_ProjektyKosztyWstepnychRobot&ID_PROJECT={$idProject}&_task=ofertaCompany", ['target'=>'_blank']);
|
|
|
$route = 'UrlAction_ProjektyZamowieniaKosztorys'; UI::link('default', "Zamówienia", "index.php?_route={$route}&ID_PROJECT={$idProject}", ['className'=>['active'=>($route == $activeRoute)]]);
|
|
|
+ $route = 'UrlAction_ProjektyOdbiorKosztorys'; UI::link('default', "Odbiory", "index.php?_route={$route}&ID_PROJECT={$idProject}", ['className'=>['active'=>($route == $activeRoute)]]);
|
|
|
$route = 'UrlAction_ProjektyOfertaKosztorys'; UI::link('default disabled', "TODO: Oferty", "index.php?_route={$route}&ID_PROJECT={$idProject}", ['className'=>['active'=>($route == $activeRoute)]]);
|
|
|
}
|
|
|
UI::link('default', "Oferta domyślna (Admin)", "index.php?_route=UrlAction_ProjektyOfertaAdminKosztorys");
|