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, };