diff --git a/resources/assets/js/views/common/documents.js b/resources/assets/js/views/common/documents.js index 6fd874846..22fba962f 100644 --- a/resources/assets/js/views/common/documents.js +++ b/resources/assets/js/views/common/documents.js @@ -529,7 +529,7 @@ const app = new Vue({ } }) .catch(error => { - this.onChangeCurrency(); + this.onChangeCurrency(currency_code); }); }