Hi, does anyone ever having issue with SuiteTalk P...
# general
f
Hi, does anyone ever having issue with SuiteTalk Post Journal Entry when the line has decimal value in debit or credit? It returns error 400:
Error while accessing a resource. The amounts in a journal entry must balance.
I calculated the sum of debit and credit using JavaScript and found out that it returns somewhat like this:
Copy code
Total Debit : 100.8199997
Total Credit: 100.82
I have traced all the lines, all of it has only two decimals. Does anyone know how to fix this? Since I cannot edit the SuiteTalk logic. Thanks in advance