|
|
@@ -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');
|