fix(salix): refs #6321 #6321 remove ticketMethod clone

This commit is contained in:
Javier Segarra 2024-09-11 11:58:58 +02:00
parent 844e96583b
commit 94f99ccee1
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ module.exports = function(Self) {
require('../methods/ticket/invoiceTicketsAndPdf')(Self);
require('../methods/ticket/docuwareDownload')(Self);
require('../methods/ticket/myLastModified')(Self);
require('../methods/ticket/clone')(Self);
require('../methods/ticket/itemLack')(Self);
require('../methods/ticket/itemLackDetail')(Self);
require('../methods/ticket/itemLackOrigin')(Self);