feat(salix): #7671 define isDestiny field in model #2681
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2681
Loading…
Reference in New Issue
No description provided.
Delete Branch "7671_dense_itemFixedPrices"
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?
verdnatura/salix-front#527
@ -186,2 +187,2 @@
stmt.merge(conn.makeSuffix(filter));
if (ctx.req.query.showBadDates === 'true') {
stmt.merge({
si aqui lo pones en el objeto filter.where, luego solo tienes que hacer stmt.merge(conn.makeWhere(filter.where));
ademas conctatenar sql no suele ser buena opcion