added fields

master
varun 2 years ago
parent 86a13b6573
commit 84f8d33577

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

Loading…
Cancel
Save