diff --git a/shared/currency/currency-format.bpmn b/shared/currency/currency-format.bpmn index 99125bc3..be4664b6 100644 --- a/shared/currency/currency-format.bpmn +++ b/shared/currency/currency-format.bpmn @@ -67,9 +67,9 @@ curAmount_str = curAmount_str + " " + curCode # Check If Testing try: - isTest + isCurTest catch NameError: - isTest = True + isCurTest = True Flow_0pxbn5q