refs #5995 Added getExternalCmrs #1703
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1703
Loading…
Reference in New Issue
No description provided.
Delete Branch "5995-liliumExternalCmr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +131,4 @@
JOIN dmsType dt ON dt.id = d.dmsTypeFk
WHERE dt.name = 'cmr'
) sub ON sub.ticketFk = t.id
WHERE co.code <> 'ES'
Esta part la vec mes en un config pero lo que vulgau
@ -0,0 +88,4 @@
case 'shipped':
return {'shipped': value};
}
});
no es necesario el switch, ya que contiene todos los parámetros
@ -0,0 +143,4 @@
let itemsIndex = stmts.push(stmt) - 1;
let sql = ParameterizedSQL.join(stmts, ';');
let result = await conn.executeStmt(sql);
const
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings