feat: implement partner licenses module with pagination and filtering capabilities
This commit is contained in:
@@ -18,6 +18,7 @@ export class PosService {
|
||||
select: {
|
||||
id: true,
|
||||
name: true,
|
||||
branch_code: true,
|
||||
business_activity: {
|
||||
select: {
|
||||
id: true,
|
||||
@@ -72,6 +73,7 @@ export class PosService {
|
||||
complex: {
|
||||
id: complexId,
|
||||
name: complexName,
|
||||
branch_code: complex.branch_code,
|
||||
},
|
||||
businessActivity: {
|
||||
id: businessId,
|
||||
|
||||
Reference in New Issue
Block a user