Lista Doni Navi
This commit is contained in:
2
src/server/models/templemail.js
Normal file → Executable file
2
src/server/models/templemail.js
Normal file → Executable file
@@ -41,7 +41,7 @@ const TemplEmailSchema = new Schema({
|
||||
});
|
||||
|
||||
TemplEmailSchema.statics.getFieldsForSearch = function () {
|
||||
return ['']
|
||||
return []
|
||||
};
|
||||
|
||||
TemplEmailSchema.statics.executeQueryTable = function (idapp, params) {
|
||||
|
||||
Reference in New Issue
Block a user