|
@@ -96,7 +96,7 @@ class Route_UrlAction_ProjektyZamowieniaKosztorys extends Route_ProjektyKosztory
|
|
|
$model = $this->getModel($idProject);
|
|
$model = $this->getModel($idProject);
|
|
|
//DBG::table("subProjectList", $model->subProjectList, __CLASS__, __FUNCTION__, __LINE__);
|
|
//DBG::table("subProjectList", $model->subProjectList, __CLASS__, __FUNCTION__, __LINE__);
|
|
|
$schema = ProjectKosztorysSchema::getSchema();
|
|
$schema = ProjectKosztorysSchema::getSchema();
|
|
|
- $projCosts = $this->getProjectCostByCennik($idProject, $idCompany);
|
|
|
|
|
|
|
+ // $projCosts = $this->getProjectCostByCennik($idProject, $idCompany);
|
|
|
//DBG::_(true, true, "projCosts", $projCosts, __CLASS__, __FUNCTION__, __LINE__);
|
|
//DBG::_(true, true, "projCosts", $projCosts, __CLASS__, __FUNCTION__, __LINE__);
|
|
|
$viewLayerDataArgs = compact('idProject', 'idCompany', 'admin', 'companyAdmin', 'projCosts', 'hidePrices');
|
|
$viewLayerDataArgs = compact('idProject', 'idCompany', 'admin', 'companyAdmin', 'projCosts', 'hidePrices');
|
|
|
UI::startTag('h1', ['style'=>'margin-bottom:1em']);
|
|
UI::startTag('h1', ['style'=>'margin-bottom:1em']);
|