This commit is contained in:
James Cole
2017-01-04 17:25:28 +01:00
parent ba957196da
commit 83f5f776a6
6 changed files with 19 additions and 7 deletions

View File

@@ -496,9 +496,6 @@ class ExpandedForm
$classes = $this->getHolderClasses($name);
$value = $this->fillFieldValue($name, $value);
$options['step'] = 'any';
if ($view !== 'balance') {
$options['min'] = '0.01';
}
$defaultCurrency = isset($options['currency']) ? $options['currency'] : Amt::getDefaultCurrency();
$currencies = Amt::getAllCurrencies();
unset($options['currency']);