Update CustomerForm
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m17s

This commit is contained in:
Leandro Hernan Rojas 2025-04-11 01:26:30 -03:00
parent 87157f2d04
commit 39ae7f0412

View File

@ -128,6 +128,8 @@
{ {
await LoadAccountTypes(); await LoadAccountTypes();
await LoadTaxConditions(); await LoadTaxConditions();
await LoadDocumentTypes();
if (CustomerId.HasValue) if (CustomerId.HasValue)
{ {
// Cargar datos del cliente existente desde la API // Cargar datos del cliente existente desde la API