Add Patch in Customer LOG
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m4s

This commit is contained in:
Leandro Hernan Rojas 2025-04-05 13:12:55 -03:00
parent d5f71510a9
commit 674e3cc694

View File

@ -42,6 +42,7 @@ namespace Models.Repositories
.Include(c => c.Accounttypes)
.Include(c => c.PhSCustomerDocuments)
.Include(c => c.PhSCustomerAddresses)
.Take(100)
.AsQueryable();
//if (!string.IsNullOrWhiteSpace(name))