refactor(forklifts): more refactoring to improve during production

This commit is contained in:
2025-11-20 19:47:52 -06:00
parent 7b6c9bdfbf
commit 8c0f67ca35
8 changed files with 68 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ router.post("/", async (req: Request, res: Response) => {
companyId: req.body.companyId,
invoiceNumber: req.body.invoiceNumber,
invoiceDate: req.body.invoiceDate,
comment: req.body.comment,
uploadedBy: req.body.uploadedBy,
totalAmount: req.body.totalAmount,
});