diff --git a/src/db/migration/V20170526_1714__mantis9036.sql b/src/db/migration/V20170529_1319__mantis9036.sql similarity index 96% rename from src/db/migration/V20170526_1714__mantis9036.sql rename to src/db/migration/V20170529_1319__mantis9036.sql index 4d5b983f1..a77eaf86c 100644 --- a/src/db/migration/V20170526_1714__mantis9036.sql +++ b/src/db/migration/V20170529_1319__mantis9036.sql @@ -134,7 +134,7 @@ create or replace FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU END IF; END IF; - IF pOrgaoConcedenteId = 22 + IF pOrgaoConcedenteId= 9 or pOrgaoConcedenteId = 22 THEN lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999'); lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);