This commit is contained in:
parent
7be856118e
commit
b88dff0d99
|
@ -13,7 +13,7 @@ BEGIN
|
||||||
INTO vDeliveryType
|
INTO vDeliveryType
|
||||||
FROM ticket t
|
FROM ticket t
|
||||||
JOIN vn2008.Agencias a ON a.Id_Agencia = t.agencyModeFk
|
JOIN vn2008.Agencias a ON a.Id_Agencia = t.agencyModeFk
|
||||||
WHERE id = vTicket;
|
WHERE t.id = vTicket;
|
||||||
|
|
||||||
CASE vDeliveryType
|
CASE vDeliveryType
|
||||||
WHEN 1 THEN -- AGENCIAS
|
WHEN 1 THEN -- AGENCIAS
|
||||||
|
|
Loading…
Reference in New Issue