change Customer menu

This commit is contained in:
Ibnu Maksum 2024-02-29 11:37:54 +07:00
parent fbd215e741
commit 28f4624e8d
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
3 changed files with 43 additions and 50 deletions

View file

@ -12,6 +12,9 @@ $ui->assign('_system_menu', 'customers');
$action = $routes['1'];
$ui->assign('_admin', $admin);
if(empty($action)){
$action = 'list';
}
switch ($action) {
case 'list':