dbms_init...1
This commit is contained in:
parent
47d879f578
commit
88571ab237
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user