function formatCurrency($value)
 {
     return owa_lib::formatCurrency($value, owa_coreAPI::getSetting('base', 'currencyLocal'));
 }