dbms_init...1

This commit is contained in:
choi.jh 2025-06-23 11:46:20 +09:00
parent 47d879f578
commit 88571ab237
2 changed files with 23 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@ -46,9 +46,6 @@ class ServicePaymentHelper extends CustomerHelper
public function getListButton(string $action, array $viewDatas, array $extras = []): string
{
switch ($action) {
case 'modify':
$action = $viewDatas['entity']->getPK();
break;
case 'invoice':
$action = form_submit($action . "_submit", '청구서 발행', [
"formaction" => current_url() . '/' . $action,