mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-09 17:44:23 +02:00
change Customer menu
This commit is contained in:
parent
fbd215e741
commit
28f4624e8d
3 changed files with 43 additions and 50 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue