From 14970daa037d246ebbf419141e726d21192270a8 Mon Sep 17 00:00:00 2001 From: edgar Date: Mon, 29 May 2017 16:18:28 +0000 Subject: [PATCH] issue #9036 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69406 d1611594-4594-4d17-8e1d-87c2c4800839 --- ...0526_1714__mantis9036.sql => V20170529_1319__mantis9036.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/db/migration/{V20170526_1714__mantis9036.sql => V20170529_1319__mantis9036.sql} (96%) diff --git a/src/db/migration/V20170526_1714__mantis9036.sql b/src/db/migration/V20170529_1319__mantis9036.sql similarity index 96% rename from src/db/migration/V20170526_1714__mantis9036.sql rename to src/db/migration/V20170529_1319__mantis9036.sql index 4d5b983f1..a77eaf86c 100644 --- a/src/db/migration/V20170526_1714__mantis9036.sql +++ b/src/db/migration/V20170529_1319__mantis9036.sql @@ -134,7 +134,7 @@ create or replace FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU END IF; END IF; - IF pOrgaoConcedenteId = 22 + IF pOrgaoConcedenteId= 9 or pOrgaoConcedenteId = 22 THEN lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999'); lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);