There is no option in the interface yet. But you can change it in the language file.
Open the language file (for example the english):
/home/admispconfig/ispconfig/web/isp_fakt/lib/lang/en.lng
and replace the line:
$wb["EURO"] = 'EURO';
with:
$wb["EURO"] = 'USD';
to switch to US Dollar.
|