fix
All checks were successful
Build And Deploy Main / build-and-deploy (push) Successful in 45s

This commit is contained in:
2026-03-10 11:55:41 -04:00
parent 4833d0bc9b
commit 082b060f4c
5 changed files with 22 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ exports.createCustomer = (req, res) => {
// Additional Information
note: req.body.note || '',
notes_for_driver: req.body.notes_for_driver || '',
private_note: req.body.private_note || '',
// Other fields

View File

@@ -223,6 +223,7 @@ module.exports = mongoose => {
// Additional Information
note: String,
notes_for_driver: String,
private_note: String,
// Other legacy fields