mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-17 14:08:40 +00:00
phpcs autofixes
This commit is contained in:
parent
e253e2e8d7
commit
139db356e6
|
|
@ -27,5 +27,6 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
abstract class PermissionState extends Enum
|
abstract class PermissionState extends Enum
|
||||||
{
|
{
|
||||||
public const PRODUCTION = 1;
|
public const PRODUCTION = 1;
|
||||||
|
|
||||||
public const PROCESS = 2;
|
public const PROCESS = 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,17 +29,17 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="default">
|
<table class="default">
|
||||||
<caption><?= $this->getHtml('Productions') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
<caption><?= $this->getHtml('Productions'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('Status') ?>
|
<td><?= $this->getHtml('Status'); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Article') ?>
|
<td class="wf-100"><?= $this->getHtml('Article'); ?>
|
||||||
<td><?= $this->getHtml('Quantity') ?>
|
<td><?= $this->getHtml('Quantity'); ?>
|
||||||
<td><?= $this->getHtml('Start') ?>
|
<td><?= $this->getHtml('Start'); ?>
|
||||||
<td><?= $this->getHtml('Due') ?>
|
<td><?= $this->getHtml('Due'); ?>
|
||||||
<td><?= $this->getHtml('Done') ?>
|
<td><?= $this->getHtml('Done'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr><td colspan="8">
|
<tr><td colspan="8">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user