You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
428 B
13 lines
428 B
--- ./kmymoney2/mymoney/mymoneyfile.cpp.ORI 2011-11-26 18:31:18.266423206 +0100
|
|
+++ ./kmymoney2/mymoney/mymoneyfile.cpp 2011-11-26 18:31:26.417214675 +0100
|
|
@@ -1940,7 +1940,8 @@
|
|
|
|
const MyMoneySecurity& curr = d->m_cache.security(id);
|
|
if(curr.id().isEmpty())
|
|
- throw new MYMONEYEXCEPTION("Currency not found.");
|
|
+ return baseCurrency();
|
|
+// throw new MYMONEYEXCEPTION("Currency not found.");
|
|
return curr;
|
|
}
|
|
|