diff --git a/public/js/ff/accounts/show.js b/public/js/ff/accounts/show.js
index a1db23e92a..b3b1093c7a 100644
--- a/public/js/ff/accounts/show.js
+++ b/public/js/ff/accounts/show.js
@@ -54,7 +54,7 @@ $(function () {
ui.placeholder.html('
| ');
}
}
- ).disableSelection();
+ );
}
});
diff --git a/resources/views/currencies/create.twig b/resources/views/currencies/create.twig
index c9949b05f2..18854f366c 100644
--- a/resources/views/currencies/create.twig
+++ b/resources/views/currencies/create.twig
@@ -17,7 +17,7 @@
{{ ExpandedForm.text('name',null,{'maxlength' : 48}) }}
{{ ExpandedForm.text('symbol',null,{'maxlength': 8}) }}
{{ ExpandedForm.text('code',null,{'maxlength' : 3}) }}
- {{ ExpandedForm.integer('decimal_places',3,{'maxlength' : 2,'min': 0,'max': 12}) }}
+ {{ ExpandedForm.integer('decimal_places',2,{'maxlength' : 2,'min': 0,'max': 12}) }}