We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, using a2billing 2.2.0 and when running the currency update it fails with:
The base_currency is too small. Currency update ABORTED!
Iv'e read Areski's post about one line in Misc.php (/var/www/html/a2billing/common/lib/Misc.php) but it looks exactly as the post from Areski.
line 1290 of Misc.php has: $arr_value = explode(',', $line_base_value);
Any idea's on how to fix this is appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, using a2billing 2.2.0 and when running the currency update it fails with:
The base_currency is too small. Currency update ABORTED!
Iv'e read Areski's post about one line in Misc.php (/var/www/html/a2billing/common/lib/Misc.php) but it looks exactly as the post from Areski.
line 1290 of Misc.php has:
$arr_value = explode(',', $line_base_value);
Any idea's on how to fix this is appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: