#7884 added new filter field #2981
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2981
Loading…
Reference in New Issue
No description provided.
Delete Branch "7884-AddLabelerField"
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?
@ -217,3 +222,3 @@
);
if (ctx.args.days) {
if (ctx.args.daysOnward) {
Revisar si estan los dos a la vez
@ -222,1 +224,3 @@
AND t.shipped <= util.VN_CURDATE() + INTERVAL ? DAY
const {daysAgo, daysOnward} = ctx.args;
if (daysAgo || daysOnward) {
Jo li diria a chatgpt si teu pot simplificar
Si no se pot dime i aprove
Y crec q per com esta podria fallar si no hi ha algo mes en el where antes. Pq fer un and de primeres dona fallo, es a dir fer:
WHERE AND...