Corretto Duplicazione Sito (es: da 1 a 14)
This commit is contained in:
@@ -60,6 +60,13 @@ BotSchema.statics.executeQueryTable = function(idapp, params) {
|
||||
return tools.executeQueryTable(this, idapp, params);
|
||||
};
|
||||
|
||||
BotSchema.statics.DuplicateAllRecords = async function (idapporig, idappdest) {
|
||||
|
||||
return tools.DuplicateAllRecords(this, idapporig, idappdest);
|
||||
|
||||
};
|
||||
|
||||
|
||||
BotSchema.statics.findAllIdApp = async function(idapp) {
|
||||
const Bot = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user