feat: refs #6321 update itemLackDetail
This commit is contained in:
parent
338e833c0b
commit
9626b6c0ff
|
@ -53,8 +53,8 @@ module.exports = Self => {
|
|||
s.quantity,
|
||||
ag.name,
|
||||
ag.id agencyFk,
|
||||
IF(ISNULL(tls.alertLevel),0,tls.alertLevel) alertLevel,
|
||||
IF(ISNULL(st.name),'Libre',st.name) stateName,
|
||||
tls.alertLevel alertLevel,
|
||||
st.name stateName,
|
||||
s.id saleFk,
|
||||
s.itemFk,
|
||||
s.price price,
|
||||
|
@ -68,7 +68,7 @@ module.exports = Self => {
|
|||
DATE_FORMAT(IF(HOUR(t.shipped), t.shipped, IF(zc.hour, zc.hour, z.hour)),'%H:%i') minTimed,
|
||||
FALSE isBasket,
|
||||
substitution.hasObservation,
|
||||
d.code = 'spainTeamVip' hasToIgnore
|
||||
(d.code = 'spainTeamVip') hasToIgnore
|
||||
FROM sale s
|
||||
LEFT JOIN saleGroupDetail sgd ON sgd.saleFk = s.id
|
||||
JOIN ticket t ON t.id = s.ticketFk
|
||||
|
|
Loading…
Reference in New Issue