Преглед изворни кода

show Prices in Odbiory Kosztorys

Piotr Labudda пре 9 година
родитељ
комит
0ba07affcf
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      SE/se-lib/Route/UrlAction/ProjektyOdbiorKosztorys.php

+ 3 - 3
SE/se-lib/Route/UrlAction/ProjektyOdbiorKosztorys.php

@@ -118,7 +118,7 @@ ALTER TABLE  `IN7_DZIENNIK_KORESP__TEST_ZLECENIA` ADD PRIMARY KEY ( `ID` ) ;
 				$admin = false;
 				$companyAdmin = null;
 				$projCosts = null;
-				$hidePrices = true;
+				$hidePrices = false;
 
 				$model = $this->getModel($idProject);
 				//DBG::table("subProjectList", $model->subProjectList, __CLASS__, __FUNCTION__, __LINE__);
@@ -127,10 +127,10 @@ ALTER TABLE  `IN7_DZIENNIK_KORESP__TEST_ZLECENIA` ADD PRIMARY KEY ( `ID` ) ;
 				//DBG::_(true, true, "projCosts", $projCosts, __CLASS__, __FUNCTION__, __LINE__);
 				$viewLayerDataArgs = compact('idProject', 'idCompany', 'admin', 'companyAdmin', 'projCosts', 'hidePrices');
 				UI::startTag('h1', ['style'=>'margin-bottom:1em']);
-					echo "Zamówienie nr {$order['ID']}";
+					echo "Protokół odbioru nr {$order['ID']}";
 					UI::tag('small', ['style'=>"display:block"], $order['K_ZAWARTOS']);
 				UI::endTag('h1');
-				UI::setTitleJsTag("Zamówienie nr {$order['ID']} (Kosztorys projektu [{$idProject}])");
+				UI::setTitleJsTag("Protokół odbioru nr {$order['ID']} (Kosztorys projektu [{$idProject}])");
 
 				UI::startTag('table', ['class'=>'table']);
 					UI::startTag('tr');