From 84f8d33577f35258b91bc0e4a9321780a05c1593 Mon Sep 17 00:00:00 2001 From: varun Date: Wed, 19 Apr 2023 07:37:10 -0400 Subject: [PATCH] added fields --- src/controllers/tankersController.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controllers/tankersController.js b/src/controllers/tankersController.js index 9f404970..8c39d8eb 100644 --- a/src/controllers/tankersController.js +++ b/src/controllers/tankersController.js @@ -213,6 +213,10 @@ exports.tankerBooking = async (req, reply) => { tankLocation:req.body.tankLocation, //date: req.body.date, // time: req.body.time, + customerPhone : customer_mobile, + supplierPhone : supplier_mobile, + customerName : customer_name, + supplierName : supplier_name, };