fix report
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fd91c3061a
commit
6aa1a5137b
|
@ -32,7 +32,6 @@ module.exports = {
|
|||
LEFT JOIN agencyMode am ON am.id = r.agencyModeFk
|
||||
WHERE r.id = :routeId`, {routeId: id});
|
||||
},
|
||||
// Redmine #1855 Replace function Averiguar_ComercialCliente_Id()
|
||||
fetchTickets(routeId) {
|
||||
return db.rawSql(
|
||||
`SELECT
|
||||
|
|
Loading…
Reference in New Issue