Add Patch in Customer LOG
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m4s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m4s
This commit is contained in:
parent
d5f71510a9
commit
674e3cc694
@ -42,6 +42,7 @@ namespace Models.Repositories
|
|||||||
.Include(c => c.Accounttypes)
|
.Include(c => c.Accounttypes)
|
||||||
.Include(c => c.PhSCustomerDocuments)
|
.Include(c => c.PhSCustomerDocuments)
|
||||||
.Include(c => c.PhSCustomerAddresses)
|
.Include(c => c.PhSCustomerAddresses)
|
||||||
|
.Take(100)
|
||||||
.AsQueryable();
|
.AsQueryable();
|
||||||
|
|
||||||
//if (!string.IsNullOrWhiteSpace(name))
|
//if (!string.IsNullOrWhiteSpace(name))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user