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