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