User: sasha clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-10-27 17:54:40 +00:00
parent a067fe823e
commit d45fcbe290
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ d = decimal.Decimal(invoiceAmount_str)
d_cnt = d.as_tuple().exponent
# Get number of decimal places
decimal_cnt = abs(d_cnt)
svc_decimal_cnt = abs(d_cnt)
#Delete unneeded variables
del d