refs #6574 feat: add order #2264
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2264
Loading…
Reference in New Issue
No description provided.
Delete Branch "6574_itemGetBalance"
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?
@ -175,2 +175,3 @@
clientType,
claimFk
claimFk,
`order`
añadir alias
Afegit
@ -199,2 +200,3 @@
0 clientType,
0 claimFk
0 claimFk,
`order`
poner 0
Com hem vist li pose NULL
@ -156,26 +156,27 @@ BEGIN
SET @shipped := '';
SELECT DATE(@shipped:= shipped) shipped,
t.shipped
canviat
@ -168,2 +166,4 @@
t.`out`,
@a := @a + IFNULL(t.`in`, 0) - IFNULL(t.`out`, 0) balance,
@currentLineFk := IF (@shipped < util.VN_CURDATE()
OR (@shipped = util.VN_CURDATE() AND (isPicked OR a.`code` >= 'ON_PREPARATION')),
t.isPicked
canviat