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']])) {