|
@@ -6,7 +6,7 @@ const { ObjectId } = require('mongoose').Types;
|
|
|
|
|
|
const record = {
|
|
|
customer_id: { type: ObjectId },
|
|
|
- customer_name: { type: ObjectId },
|
|
|
+ customer_name: { type: String },
|
|
|
client_id: { type: ObjectId },
|
|
|
client_name: { type: String },
|
|
|
_tenant: { type: String },
|