From eb61a4bf9f486bae6f6b08c284d8c7eae767d968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 16 Dec 2025 16:23:49 +0900 Subject: [PATCH] dbmsv4 init...3 --- app/Helpers/PaymentHelper.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Helpers/PaymentHelper.php b/app/Helpers/PaymentHelper.php index 5c8ca77..56fe023 100644 --- a/app/Helpers/PaymentHelper.php +++ b/app/Helpers/PaymentHelper.php @@ -100,6 +100,9 @@ class PaymentHelper extends CommonHelper public function getListButton(string $action, string $label, array $viewDatas, array $extras = []): string { switch ($action) { + case 'create': + $action = ""; + break; case 'modify': //역활이 보안관리자가 아니면 수정불가 if ($this->getAuthContext()->isAccessRole([ROLE['USER']['SECURITY']])) {