fixes bug #9036
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69298 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0e09a155c0
commit
a563124a25
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue