feat: implement invoice number sequence field and enhance tax provider status handling across components
This commit is contained in:
@@ -163,7 +163,11 @@ export class AppLayout {
|
||||
this.router.navigateByUrl('super_admin');
|
||||
break;
|
||||
case 'CONSUMER':
|
||||
this.router.navigateByUrl('consumer');
|
||||
if (this.authService.currentAccount()?.role === 'OWNER')
|
||||
this.router.navigateByUrl('consumer');
|
||||
else {
|
||||
this.router.navigateByUrl('pos');
|
||||
}
|
||||
break;
|
||||
case 'PARTNER':
|
||||
this.router.navigateByUrl('partner');
|
||||
|
||||
Reference in New Issue
Block a user