oms-WarehouseManagement/Theme/Backend/stock.tpl.php

26 lines
526 B
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Profile
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
$stock = $this->data['stock'];
echo $this->data['nav']->render();
?>
<div class="row">
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->printHtml($stock->name); ?></div>
<div class="portlet-body">
</section>
</div>
</div>