|
|
@@ -657,7 +657,7 @@ class Route_UrlAction_ProjektyProNetMediaZamZlec extends RouteBase {// TODO: Url
|
|
|
.orders_cell__order_notes:hover .edit_note_btn { opacity:1; color:#337AB7 }
|
|
|
");
|
|
|
|
|
|
- if (!empty($projOrders)) {
|
|
|
+ if ($id_project > 0) { // !empty($projOrders)) {
|
|
|
UI::startContainer(['style'=>"margin-top:2em"]);
|
|
|
$idTableOrders = ProcesHelper::getZasobTableID('CRM_LISTA_ZASOBOW_ORDERS');
|
|
|
UI::table([
|