docs: actualiza sección 33 con fix de noIdentificacion en backend
This commit is contained in:
@@ -818,12 +818,15 @@ Los inputs usaban `onChange` para actualizar `conceptosFilters`, lo que provocab
|
|||||||
| Archivo | Cambio |
|
| Archivo | Cambio |
|
||||||
|---|---|
|
|---|---|
|
||||||
| `apps/web/app/(dashboard)/cfdi/page.tsx` | Separación de draft/applied filters y nuevos handlers `applyConceptosFilters` / `clearConceptosFilter` |
|
| `apps/web/app/(dashboard)/cfdi/page.tsx` | Separación de draft/applied filters y nuevos handlers `applyConceptosFilters` / `clearConceptosFilter` |
|
||||||
|
| `apps/api/src/controllers/cfdi.controller.ts` | El endpoint `/cfdi/conceptos` ahora recibe y pasa `noIdentificacion` al servicio |
|
||||||
|
|
||||||
### Deploy
|
### Deploy
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /root/HoruxDespachosNuevo
|
cd /root/HoruxDespachosNuevo
|
||||||
|
pnpm --filter api build
|
||||||
pnpm --filter web build
|
pnpm --filter web build
|
||||||
|
pm2 reload horux-api
|
||||||
pm2 reload horux-web
|
pm2 reload horux-web
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user