ashok 3 months ago
commit 8dd5993d88

@ -10701,7 +10701,7 @@ exports.updateComments = async (req, reply) => {
// Step 4: Add comment // Step 4: Add comment
const commentObj = { const commentObj = {
text: trimmedComment, text: trimmedComment,
call_status, call_status: call_status?.trim() || "Call not tried",
call_time, call_time,
customerId, customerId,
hardwareId, hardwareId,

Loading…
Cancel
Save