issue #9036
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69406 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
76c25c7ff6
commit
14970daa03
|
@ -134,7 +134,7 @@ create or replace FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU
|
||||||
END IF;
|
END IF;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
IF pOrgaoConcedenteId = 22
|
IF pOrgaoConcedenteId= 9 or pOrgaoConcedenteId = 22
|
||||||
THEN
|
THEN
|
||||||
lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999');
|
lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999');
|
||||||
lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);
|
lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);
|
Loading…
Reference in New Issue