fix problem with rounded amount when deducing 2 special vat
Improve debug
This commit is contained in:
parent
1a0b0a68ab
commit
5395e8b2d8
6 changed files with 47 additions and 51 deletions
|
|
@ -50,7 +50,7 @@ begin
|
|||
end if;
|
||||
|
||||
end if;
|
||||
if p_montant = 0 then
|
||||
if p_montant = 0.0 then
|
||||
return;
|
||||
end if;
|
||||
insert into jrnx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue