From a563124a25f632d0a2127e6957456386230c6ad0 Mon Sep 17 00:00:00 2001 From: edgar Date: Thu, 25 May 2017 17:12:40 +0000 Subject: [PATCH] fixes bug #9036 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69298 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170523_1552__mantis9036.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170523_1552__mantis9036.sql b/src/db/migration/V20170523_1552__mantis9036.sql index 9f8cbc229..2e8c38118 100644 --- a/src/db/migration/V20170523_1552__mantis9036.sql +++ b/src/db/migration/V20170523_1552__mantis9036.sql @@ -134,7 +134,7 @@ CREATE OR REPLACE FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU END IF; END IF; - IF pOrgaoConcedenteId = 9 + IF pOrgaoConcedenteId = 9 or pOrgaoConcedenteId= 22 THEN lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999'); lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);