feat: refs #6777
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-04-22 10:48:37 +02:00
parent 7be856118e
commit b88dff0d99
1 changed files with 1 additions and 1 deletions

View File

@ -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