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