Actualizar server.js
This commit is contained in:
@@ -1356,7 +1356,7 @@ app.get("/public/portal/:token", async (req, res) => {
|
||||
tax: b.tax,
|
||||
client_name: b.client_name,
|
||||
client_phone: b.client_phone,
|
||||
client_address: b.client_address
|
||||
client_address: b.client_address,
|
||||
status: b.status // 🛑 FIX: Faltaba enviar el estado al móvil
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user