git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69345 d1611594-4594-4d17-8e1d-87c2c4800839
master
edgar 2017-05-26 16:58:47 +00:00
parent a7bd5d272d
commit 26430125af
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ CREATE OR REPLACE FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU
END IF;
END IF;
IF pOrgaoConcedenteId = 9 or pOrgaoConcedenteId= 22
IF pOrgaoConcedenteId= 22
THEN
lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999');
lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);