diff --git a/api/src/controllers/delivery-note.controller.ts b/api/src/controllers/delivery-note.controller.ts index 2f8a0d4..f1939a5 100644 --- a/api/src/controllers/delivery-note.controller.ts +++ b/api/src/controllers/delivery-note.controller.ts @@ -36,7 +36,7 @@ export default async function (fastify: FastifyInstance) { data: [{ action: request.params.document_type.toUpperCase(), docNum: request.query.dm - .replace(/\xA0/g, ' ') + .replace(/\xA0/g, '') }] }