Novarg1

Results 2 issues of Novarg1

Added a query with `convertCurrency` function and replaced currency fields with these new values to show currency fields in the user's currency in the datatable. Example: we had an opportunity...

- (void)setOptionsOnRequest:(ASIHTTPRequest *)request { [request setUsername:self.username]; [request setPassword:self.password]; [ASIHTTPRequest clearSession]; if (self.timeoutSeconds) { [request setTimeOutSeconds:self.timeoutSeconds]; } if (self.headers) { [self.headers enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) { [request addRequestHeader:key value:obj];...