oms-WarehouseManagement/Theme/Backend/stock-location.tpl.php
2021-04-24 16:35:39 +02:00

26 lines
563 B
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Profile
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
$location = $this->getData('location');
echo $this->getData('nav')->render();
?>
<div class="row">
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->printHtml($location->name); ?></div>
<div class="portlet-body">
</section>
</div>
</div>