mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-13 15:28:42 +00:00
autofixes
This commit is contained in:
parent
32a350f16f
commit
ffc388e0e0
|
|
@ -446,7 +446,6 @@ final class ApiAttributeController extends Controller
|
||||||
public function apiClientAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
public function apiClientAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// @todo: I don't think values can be deleted? Only Attributes
|
// @todo: I don't think values can be deleted? Only Attributes
|
||||||
// However, It should be possible to remove UNUSED default values
|
// However, It should be possible to remove UNUSED default values
|
||||||
// either here or other function?
|
// either here or other function?
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
</label>
|
</label>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($clients as $key => $value) : ++$count;
|
<?php $count = 0; foreach ($clients as $key => $value) : ++$count;
|
||||||
$url = UriFactory::build('{/base}/sales/client/profile?{?}&id=' . $value->id);
|
$url = UriFactory::build('{/base}/sales/client/profile?{?}&id=' . $value->id);
|
||||||
?>
|
?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('ID', '0', '0'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->number); ?></a>
|
<td data-label="<?= $this->getHtml('ID', '0', '0'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->number); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user