From 08494a53854d850f68f2585a973122b98cf00826 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Thu, 2 Oct 2025 14:49:16 +0900 Subject: [PATCH] dbmsv3 init...1 --- app/Entities/Customer/ServiceEntity.php | 2 +- app/Helpers/Equipment/ServerHelper.php | 4 ---- app/Views/admin/payment/invoice.php | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/Entities/Customer/ServiceEntity.php b/app/Entities/Customer/ServiceEntity.php index ab33e40..043e82d 100644 --- a/app/Entities/Customer/ServiceEntity.php +++ b/app/Entities/Customer/ServiceEntity.php @@ -49,7 +49,7 @@ class ServiceEntity extends CustomerEntity //기본기능용 public function getTitle(): string { - return $this->getServerEntity()->getTitle(); + return sprintf("[%s]%s", $this->getCode(), $this->getServerEntity()->getTitle()); } final public function getSite(): string { diff --git a/app/Helpers/Equipment/ServerHelper.php b/app/Helpers/Equipment/ServerHelper.php index b962778..df37f14 100644 --- a/app/Helpers/Equipment/ServerHelper.php +++ b/app/Helpers/Equipment/ServerHelper.php @@ -22,10 +22,6 @@ class ServerHelper extends EquipmentHelper $form .= form_hidden($field, (string)$value); } break; - case 'code': - // $extras['readonly'] = in_array($viewDatas['control']['action'], ['modify_form']) ? ' readonly' : ''; - $form = parent::getFieldForm($field, $value, $viewDatas, $extras); - break; case 'manufactur_at': case 'format_at': $extras['class'] = array_key_exists('class', $extras) ? $extras['class'] . ' calender' : 'calender'; diff --git a/app/Views/admin/payment/invoice.php b/app/Views/admin/payment/invoice.php index cebd83c..c08d023 100644 --- a/app/Views/admin/payment/invoice.php +++ b/app/Views/admin/payment/invoice.php @@ -22,7 +22,7 @@ - +
관리자명고객명 총 결제 금액