This commit is contained in:
parent
098bda0f9c
commit
e61210fd17
|
@ -19,7 +19,6 @@ BEGIN
|
|||
JOIN sale s ON s.ticketFk = t.id
|
||||
JOIN itemTaxCountry itc ON itc.itemFk = s.itemFk
|
||||
WHERE t.refFk IS NULL
|
||||
AND DATE(t.shipped) > util.VN_CURDATE()
|
||||
AND (
|
||||
(vScope = 'client' AND t.clientFk = vId)
|
||||
OR (vScope = 'address' AND t.addressFk = vId)
|
||||
|
|
Loading…
Reference in New Issue